Date: Fri, 6 Sep 2013 21:21:41 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326549 - head/multimedia/libxine Message-ID: <201309062121.r86LLfGx094998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Sep 6 21:21:41 2013 New Revision: 326549 URL: http://svnweb.freebsd.org/changeset/ports/326549 Log: Only x11/nvidia-driver-304 still has libXvMCNVIDIA. PR: ports/181852 Submitted by: Lawrence Chen <lkchen@ksu.edu> Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Fri Sep 6 21:20:28 2013 (r326548) +++ head/multimedia/libxine/Makefile Fri Sep 6 21:21:41 2013 (r326549) @@ -135,9 +135,9 @@ CONFIGURE_ARGS+= --without-pulseaudio .endif .if ${PORT_OPTIONS:MXVMC} -.if defined(WITH_NVIDIA_GL) || exists(${LOCALBASE}/lib/libXvMCNVIDIA.so.1) +.if defined(WITH_NVIDIA304_GL) || exists(${LOCALBASE}/lib/libXvMCNVIDIA.so.1) CONFIGURE_ARGS+= --with-xvmc-lib=XvMCNVIDIA -LIB_DEPENDS+= XvMCNVIDIA:${PORTSDIR}/x11/nvidia-driver +LIB_DEPENDS+= XvMCNVIDIA:${PORTSDIR}/x11/nvidia-driver-304 .else CONFIGURE_ARGS+= --with-xvmc-lib=XvMCW LIB_DEPENDS+= XvMC:${PORTSDIR}/x11/libXvMC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309062121.r86LLfGx094998>