aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-07-13 06:17:28 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-07-13 06:17:28 +0000
commit832b1c5650a9b1d8d15e8528fed23349e0a0c460 (patch)
treeadf5e8f8ff49f222e9ee65b515b6a32159891fd8 /multimedia
parent962e7451da8515de6c05d42f79c5c62c2cb7a2aa (diff)
downloadports-832b1c5650a9b1d8d15e8528fed23349e0a0c460.tar.gz
ports-832b1c5650a9b1d8d15e8528fed23349e0a0c460.zip
- Chase lib version to libcdio
Forgotten by: mich
Notes
Notes: svn path=/head/; revision=139031
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common2
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common2
-rw-r--r--multimedia/vlc-devel/Makefile3
-rw-r--r--multimedia/vlc/Makefile2
4 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index a64c9b4879da..e6666f3286ae 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -235,7 +235,7 @@ LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio
# libcdio
.if ${GST_PLUGIN}=="cdio"
-LIB_DEPENDS+= cdio.5:${PORTSDIR}/sysutils/libcdio
+LIB_DEPENDS+= cdio.6:${PORTSDIR}/sysutils/libcdio
PLIST_FILES= ${GST_LIB_DIR}/libgstcddasrc.so
.endif
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index a64c9b4879da..e6666f3286ae 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -235,7 +235,7 @@ LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio
# libcdio
.if ${GST_PLUGIN}=="cdio"
-LIB_DEPENDS+= cdio.5:${PORTSDIR}/sysutils/libcdio
+LIB_DEPENDS+= cdio.6:${PORTSDIR}/sysutils/libcdio
PLIST_FILES= ${GST_LIB_DIR}/libgstcddasrc.so
.endif
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index e7a134b5f044..2720c0c9b2cb 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -217,6 +217,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.2.20050712
+PORTREVISION= 1
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/vlc/snapshots/ \
${MASTER_SITE_LOCAL:S|$|:mozilla|} \
@@ -440,7 +441,7 @@ CONFIGURE_ARGS+= --disable-arts
.if !defined(WITHOUT_CDROM)
LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \
- cdio.5:${PORTSDIR}/sysutils/libcdio
+ cdio.6:${PORTSDIR}/sysutils/libcdio
CONFIGURE_ARGS+=--enable-vcd \
--enable-libcddb \
--enable-libcdio \
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index abdfade2a3e6..20e48a48f1d3 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -418,7 +418,7 @@ CONFIGURE_ARGS+= --disable-arts
.if !defined(WITHOUT_CDROM)
LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \
- cdio.5:${PORTSDIR}/sysutils/libcdio
+ cdio.6:${PORTSDIR}/sysutils/libcdio
CONFIGURE_ARGS+=--enable-vcd \
--enable-libcddb \
--enable-libcdio \