diff options
author | mich <mich@FreeBSD.org> | 2008-04-08 17:38:57 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2008-04-08 17:38:57 +0800 |
commit | 21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7 (patch) | |
tree | fdea9eb920241e94818c423592044d0112ea9c85 /multimedia | |
parent | da8d4fbfa1a45310089c66d00cafee057eb857d2 (diff) | |
download | freebsd-ports-gnome-21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7.tar.gz freebsd-ports-gnome-21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7.tar.zst freebsd-ports-gnome-21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7.zip |
- chase the cdio shared lib bump
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vcdimager/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 395e7bb02701..627d966f3e59 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -73,7 +73,7 @@ OPTIONS= AUDIOCD "Enable audiocd plugin" off \ .include <bsd.port.pre.mk> .if defined(WITH_AUDIOCD) -LIB_DEPENDS+= cdio.7:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-cdaudio PLIST_SUB+= AUDIOCDPLUGIN="" .else diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 53958d9d4af8..b36d338573e9 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ dvdread.5:${PORTSDIR}/multimedia/libdvdread \ freetype.9:${PORTSDIR}/print/freetype2 \ fame-0.9.1:${PORTSDIR}/multimedia/libfame \ - cdio.7:${PORTSDIR}/sysutils/libcdio \ + cdio.8:${PORTSDIR}/sysutils/libcdio \ modplug.0:${PORTSDIR}/audio/libmodplug \ vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ theora.0:${PORTSDIR}/multimedia/libtheora \ diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 09fc451c7c4a..8fe918840495 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= vcdimager @@ -16,7 +16,7 @@ COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ - cdio.7:${PORTSDIR}/sysutils/libcdio + cdio.8:${PORTSDIR}/sysutils/libcdio USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 0a5c6e6f1ffe..b12fb9a3d0de 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.9.0.20080223 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/trunk-${DISTVERSION:S/0.9.0.//}-0024/ @@ -219,7 +219,7 @@ CONFIGUE_ARGS+= --disable-bonjour .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ - cdio.7:${PORTSDIR}/sysutils/libcdio + cdio.8:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --disable-cddax diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index daf007f0e972..e7c178b8f9c3 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6f -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ @@ -202,7 +202,7 @@ CONFIGUE_ARGS+= --disable-bonjour .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ - cdio.7:${PORTSDIR}/sysutils/libcdio + cdio.8:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --disable-cddax |