diff options
author | arved <arved@FreeBSD.org> | 2005-02-15 04:54:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-02-15 04:54:16 +0800 |
commit | ad1c183879ad418872e5dea8ad7048f64a1bbf55 (patch) | |
tree | 27420ef73590ce719b858f4d410e925b6a28e884 /multimedia | |
parent | 57ac19edec2a1502519b92948aa5aef408feb29c (diff) | |
download | freebsd-ports-gnome-ad1c183879ad418872e5dea8ad7048f64a1bbf55.tar.gz freebsd-ports-gnome-ad1c183879ad418872e5dea8ad7048f64a1bbf55.tar.zst freebsd-ports-gnome-ad1c183879ad418872e5dea8ad7048f64a1bbf55.zip |
Chase libcdio shlib version,
Bump PORTREVISION
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vcdimager/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index da806ae70653..bbbe98b7930e 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,6 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.21 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} \ http://download.videolan.org/pub/videolan/vlc/0.8.1/contrib/ \ @@ -17,7 +18,7 @@ COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool" LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ - cdio.3:${PORTSDIR}/sysutils/libcdio + cdio.4:${PORTSDIR}/sysutils/libcdio USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 3daf771c5de8..7ec4480bce0f 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -176,7 +176,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \ @@ -388,7 +388,7 @@ CONFIGURE_ARGS+= --disable-arts .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ - cdio.3:${PORTSDIR}/sysutils/libcdio + cdio.4:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 3daf771c5de8..7ec4480bce0f 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -176,7 +176,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \ @@ -388,7 +388,7 @@ CONFIGURE_ARGS+= --disable-arts .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ - cdio.3:${PORTSDIR}/sysutils/libcdio + cdio.4:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio |