From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 12:50:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BDA81065676 for ; Sat, 17 May 2008 12:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 556288FC23 for ; Sat, 17 May 2008 12:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4HCoAbJ002740 for ; Sat, 17 May 2008 12:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4HCoAQt002739; Sat, 17 May 2008 12:50:10 GMT (envelope-from gnats) Resent-Date: Sat, 17 May 2008 12:50:10 GMT Resent-Message-Id: <200805171250.m4HCoAQt002739@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 659751065670 for ; Sat, 17 May 2008 12:45:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 53B468FC1B for ; Sat, 17 May 2008 12:45:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4HCiPap069511 for ; Sat, 17 May 2008 12:44:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4HCiPMb069510; Sat, 17 May 2008 12:44:25 GMT (envelope-from nobody) Message-Id: <200805171244.m4HCiPMb069510@www.freebsd.org> Date: Sat, 17 May 2008 12:44:25 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/123761: multimedia/libxine: add XCB support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 12:50:10 -0000 >Number: 123761 >Category: ports >Synopsis: multimedia/libxine: add XCB support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 17 12:50:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008 makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA i386 >Description: add support for X protocol C-language Binding (XCB) library >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/multimedia/libxine/Makefile /home/makc/porting/ports/multimedia/libxine/Makefile --- /usr/ports/multimedia/libxine/Makefile 2008-04-22 18:33:54.000000000 +0400 +++ /home/makc/porting/ports/multimedia/libxine/Makefile 2008-05-17 15:04:58.000000000 +0400 @@ -58,6 +58,7 @@ GNOMEVFS2 "Enable GnomeVFS2 support" off \ PULSEAUDIO "Enable PulseAudio support" off \ XVMC "Enable XvMC support" off \ + XCB "Enable XCB support" off \ SMB "Enable SMB protocol support" off \ AALIB "Enable aalib support" off \ IMAGEMAGICK "Enable ImageMagick support" off \ @@ -135,6 +136,14 @@ PLIST_SUB+= WITH_XVMC="@comment " .endif +.if defined(WITH_XCB) +LIB_DEPENDS+= xcb.1:${PORTSDIR}/x11/libxcb +PLIST_SUB+= WITH_XCB="" +.else +PLIST_SUB+= WITH_XCB="@comment " +CONFIGURE_ARGS+= --without-xcb +.endif + .if defined(WITH_SMB) LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient PLIST_SUB+= WITH_SMB="" diff -ruN --exclude=CVS /usr/ports/multimedia/libxine/pkg-plist /home/makc/porting/ports/multimedia/libxine/pkg-plist --- /usr/ports/multimedia/libxine/pkg-plist 2008-04-22 18:33:54.000000000 +0400 +++ /home/makc/porting/ports/multimedia/libxine/pkg-plist 2008-05-17 15:16:22.000000000 +0400 @@ -144,6 +144,8 @@ %%PLUGINSDIR%%/xineplug_vo_out_raw.so %%PLUGINSDIR%%/xineplug_vo_out_sdl.so %%WITH_VIDIX%%%%PLUGINSDIR%%/xineplug_vo_out_vidix.so +%%WITH_XCB%%%%PLUGINSDIR%%/xineplug_vo_out_xcbshm.so +%%WITH_XCB%%%%PLUGINSDIR%%/xineplug_vo_out_xcbxv.so %%PLUGINSDIR%%/xineplug_vo_out_xshm.so %%PLUGINSDIR%%/xineplug_vo_out_xv.so %%WITH_XVMC%%%%PLUGINSDIR%%/xineplug_vo_out_xvmc.so >Release-Note: >Audit-Trail: >Unformatted: