Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2008 08:23:05 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125331: multimedia/libxine: enable XCB by default
Message-ID:  <200807060823.m668N5ro046454@www.freebsd.org>
Resent-Message-ID: <200807060830.m668U1Rc063104@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125331
>Category:       ports
>Synopsis:       multimedia/libxine: enable XCB by default
>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:   Sun Jul 06 08:30:01 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: Sun Jun  8 18:13:48 MSD 2008     root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
some of multimedia ports want xine with xcb support, upcoming KDE4 strictly requires xcb.
May be it makes sense to remove optional XCB from libxine and make it regular dependency.
>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-06-06 17:48:11.000000000 +0400
+++ /home/makc/porting/ports/multimedia/libxine/Makefile	2008-07-06 12:10:51.000000000 +0400
@@ -59,7 +59,7 @@
 		GNOMEVFS2 "Enable GnomeVFS2 support" off \
 		PULSEAUDIO "Enable PulseAudio support" off \
 		XVMC "Enable XvMC support" off \
-		XCB "Enable XCB support" off \
+		XCB "Enable XCB support" on \
 		SMB "Enable SMB protocol support" off \
 		AALIB "Enable aalib support" off \
 		IMAGEMAGICK "Enable ImageMagick support" off \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807060823.m668N5ro046454>