summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-31 17:22:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-31 17:22:54 +0000
commit7db44073b9752c3af17054de6933f7022a294226 (patch)
tree800c64612ee5837383aeb9823b8c475315e00833 /multimedia
parentAdd p5-Email-Delete 1.02, delete Messages from Folders. (diff)
- Chase libxine update
Pointy hat to: the usual suspect
Notes
Notes: svn path=/head/; revision=125611
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
-rw-r--r--multimedia/gstreamer-plugins80/Makefile4
2 files changed, 4 insertions, 4 deletions
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