Date: Fri, 8 Feb 2013 20:50:58 GMT From: Pawel Pekala <pawel@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/175968: multimedia/libxine missing deps Message-ID: <201302082050.r18KowhQ050434@red.freebsd.org> Resent-Message-ID: <201302082100.r18L00kx068043@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175968 >Category: ports >Synopsis: multimedia/libxine missing deps >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: This package fails to register two dependecies when compiled on my system: [corn:~]> ldd /usr/local/lib/xine/plugins/2.2/xineplug_vo_out_xv.so | grep SM libSM.so.6 => /usr/local/lib/libSM.so.6 (0x801a71000) [corn:~]> ldd /usr/local/lib/xine/plugins/2.2/xineplug_decode_a52.so | grep a52 /usr/local/lib/xine/plugins/2.2/xineplug_decode_a52.so: liba52.so.0 => /usr/local/lib/liba52.so.0 (0x801d6d000) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/multimedia/libxine/Makefile multimedia/libxine/Makefile --- /usr/ports/multimedia/libxine/Makefile 2012-11-17 06:59:50.000000000 +0100 +++ multimedia/libxine/Makefile 2013-02-08 21:45:25.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= xine PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib @@ -13,6 +13,7 @@ COMMENT= Libraries for xine multimedia player LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ + a52:${PORTSDIR}/audio/liba52 \ vorbis:${PORTSDIR}/audio/libvorbis \ speex:${PORTSDIR}/audio/speex \ mng:${PORTSDIR}/graphics/libmng \ @@ -42,7 +43,7 @@ WANT_GNOME= yes USE_GNOME= gnomehack USE_GMAKE= yes -USE_XORG= x11 xv xinerama +USE_XORG= sm x11 xv xinerama USE_GL= gl glu USE_PERL5_BUILD=yes USE_SDL= sdl >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302082050.r18KowhQ050434>