From 3400217a428f20e84610fcd48144991d2bce6be0 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 31 Dec 2004 17:22:54 +0000 Subject: - Chase libxine update Pointy hat to: the usual suspect --- multimedia/gstreamer-plugins/Makefile | 4 ++-- multimedia/gstreamer-plugins80/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'multimedia') diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 2ae3721285c4..aeac41753f59 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -403,7 +403,7 @@ WITH_VORBISIDEC=yes # xine # this plugins is meant to support plugins that gstreamer doesn't have (yet) -.if exists(${X11BASE}/lib/libxine.so.9) +.if exists(${X11BASE}/lib/libxine.so.12) WITH_XINE=yes .endif @@ -951,7 +951,7 @@ CONFIGURE_ARGS+= --disable-xine PLIST_SUB+= XINE="@comment " .else CONFIGURE_ARGS+= --enable-xine -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 2ae3721285c4..aeac41753f59 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -403,7 +403,7 @@ WITH_VORBISIDEC=yes # xine # this plugins is meant to support plugins that gstreamer doesn't have (yet) -.if exists(${X11BASE}/lib/libxine.so.9) +.if exists(${X11BASE}/lib/libxine.so.12) WITH_XINE=yes .endif @@ -951,7 +951,7 @@ CONFIGURE_ARGS+= --disable-xine PLIST_SUB+= XINE="@comment " .else CONFIGURE_ARGS+= --enable-xine -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif -- cgit