diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-13 14:17:28 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-13 14:17:28 +0800 |
commit | 5b0a0f980fad3d83db3d6efa32b00673a54dc404 (patch) | |
tree | 4851790accb2c2521314f8f37d14ad12f07c66f0 | |
parent | 43e123dafbb5e27b5138805019d88c2649fbc5c5 (diff) | |
download | freebsd-ports-graphics-5b0a0f980fad3d83db3d6efa32b00673a54dc404.tar.gz freebsd-ports-graphics-5b0a0f980fad3d83db3d6efa32b00673a54dc404.tar.zst freebsd-ports-graphics-5b0a0f980fad3d83db3d6efa32b00673a54dc404.zip |
- Chase lib version to libcdio
Forgotten by: mich
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-cdio/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-cdio80/Makefile | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index a64c9b4879d..e6666f3286a 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 a64c9b4879d..e6666f3286a 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 e7a134b5f04..2720c0c9b2c 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 abdfade2a3e..20e48a48f1d 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 \ diff --git a/sysutils/gstreamer-plugins-cdio/Makefile b/sysutils/gstreamer-plugins-cdio/Makefile index cac24370230..07ae454eede 100644 --- a/sysutils/gstreamer-plugins-cdio/Makefile +++ b/sysutils/gstreamer-plugins-cdio/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= sysutils -PORTREVISION= 0 +PORTREVISION= 2 COMMENT= Gstreamer compact disc input and control library diff --git a/sysutils/gstreamer-plugins-cdio80/Makefile b/sysutils/gstreamer-plugins-cdio80/Makefile index cac24370230..07ae454eede 100644 --- a/sysutils/gstreamer-plugins-cdio80/Makefile +++ b/sysutils/gstreamer-plugins-cdio80/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= sysutils -PORTREVISION= 0 +PORTREVISION= 2 COMMENT= Gstreamer compact disc input and control library |