Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Sep 2010 15:35:41 +0400
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150383: [patch] switch vdpau dependency from nvidia-driver to libvdpau
Message-ID:  <86lj7c31te.fsf@gmail.com>
Resent-Message-ID: <201009081140.o88Be13l093865@freefall.freebsd.org>

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

>Number:         150383
>Category:       ports
>Synopsis:       [patch] switch vdpau dependency from nvidia-driver to libvdpau
>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:   Wed Sep 08 11:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
The wrapper library (libvdpau.so.1) in x11/nvidia-driver is gonna
eventually disappear, cf. ports/150368
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: multimedia/mplayer/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/mplayer/Makefile,v
retrieving revision 1.196
diff -u -p -r1.196 Makefile
--- multimedia/mplayer/Makefile	2 Sep 2010 19:56:12 -0000	1.196
+++ multimedia/mplayer/Makefile	8 Sep 2010 11:19:43 -0000
@@ -145,7 +145,7 @@ CONFIGURE_ARGS+=--disable-x11 \
 .endif
 
 .if defined(WITH_VDPAU)
-LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/x11/nvidia-driver
+LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
 .else
 CONFIGURE_ARGS+=	--disable-vdpau
 .endif
Index: multimedia/mythtv/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/mythtv/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- multimedia/mythtv/Makefile	6 Aug 2010 09:27:41 -0000	1.33
+++ multimedia/mythtv/Makefile	8 Sep 2010 11:20:30 -0000
@@ -84,7 +84,7 @@ CONFIGURE_ARGS+=	--disable-opengl-video 
 .endif
 
 .if defined(WITH_VDPAU)
-LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/x11/nvidia-driver
+LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
 CONFIGURE_ARGS+=	--enable-vdpau
 .else
 CONFIGURE_ARGS+=	--disable-vdpau
Index: multimedia/mythtv-frontend/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/mythtv-frontend/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- multimedia/mythtv-frontend/Makefile	6 Aug 2010 09:27:41 -0000	1.10
+++ multimedia/mythtv-frontend/Makefile	8 Sep 2010 11:20:51 -0000
@@ -80,7 +80,7 @@ CONFIGURE_ARGS+=	--disable-audio-pulseou
 .endif
 
 .if defined(WITH_VDPAU)
-LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/x11/nvidia-driver
+LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
 CONFIGURE_ARGS+=	--enable-vdpau
 .else
 CONFIGURE_ARGS+=	--disable-vdpau
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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