diff options
author | arved <arved@FreeBSD.org> | 2005-04-20 23:51:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-04-20 23:51:49 +0800 |
commit | a80aedcb7e857d136142743c6a48e75cf8d58902 (patch) | |
tree | 4ecbfc1fc53bd51acea4dd5c7217d17015f361da /multimedia | |
parent | e201e05f93e1da3d44d9d0f7d830dc55f4e188f3 (diff) | |
download | freebsd-ports-gnome-a80aedcb7e857d136142743c6a48e75cf8d58902.tar.gz freebsd-ports-gnome-a80aedcb7e857d136142743c6a48e75cf8d58902.tar.zst freebsd-ports-gnome-a80aedcb7e857d136142743c6a48e75cf8d58902.zip |
Update libcdio to 0.73.
Chase shared library version.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vcdimager/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index bbbe98b7930e..468b7061c3a6 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} \ http://download.videolan.org/pub/videolan/vlc/0.8.1/contrib/ \ @@ -18,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.4:${PORTSDIR}/sysutils/libcdio + cdio.5:${PORTSDIR}/sysutils/libcdio USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 029b3111b18e..edeff038a5d6 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -176,7 +176,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 9 +PORTREVISION= 10 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}/ \ @@ -389,7 +389,7 @@ CONFIGURE_ARGS+= --disable-arts .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ - cdio.4:${PORTSDIR}/sysutils/libcdio + cdio.5:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 029b3111b18e..edeff038a5d6 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -176,7 +176,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 9 +PORTREVISION= 10 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}/ \ @@ -389,7 +389,7 @@ CONFIGURE_ARGS+= --disable-arts .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ - cdio.4:${PORTSDIR}/sysutils/libcdio + cdio.5:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio |