Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2007 09:29:21 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114622: fix libxine compiled with libcaca support
Message-ID:  <200707160929.l6G9TLmK090993@www.freebsd.org>
Resent-Message-ID: <200707160930.l6G9U7KY006683@freefall.freebsd.org>

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

>Number:         114622
>Category:       ports
>Synopsis:       fix libxine compiled with libcaca support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 16 09:30:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jul  7 13:05:41 MSD 2007     root@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Add libcaca to LIB_DEPENDS if libxine compiled with caca support

>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	Sun Jul 15 19:21:32 2007
+++ /home/makc/porting/ports/multimedia/libxine/Makefile	Mon Jul 16 12:14:54 2007
@@ -82,7 +82,7 @@
 .endif
 
 .if defined(WITH_CACA)
-BUILD_DEPENDS+=	caca-config:${PORTSDIR}/graphics/libcaca
+LIB_DEPENDS+=	caca.0:${PORTSDIR}/graphics/libcaca
 PLIST_SUB+=	WITH_CACA=""
 .else
 PLIST_SUB+=	WITH_CACA="@comment "


>Release-Note:
>Audit-Trail:
>Unformatted:
 >ldd /usr/local/lib/xine/plugins/1.1.7/xineplug_vo_out_caca.so
 /usr/local/lib/xine/plugins/1.1.7/xineplug_vo_out_caca.so:
         libcaca.so.0 => /usr/local/lib/libcaca.so.0 (0x2818a000)
         libcucul.so.0 => /usr/local/lib/libcucul.so.0 (0x28192000)
         libxine.so => /usr/local/lib/libxine.so (0x2820e000)
 
 



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