diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-05-24 09:13:19 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-05-24 09:13:19 +0000 |
commit | 782dfac4c9a47387348b7c0abf193a7306949409 (patch) | |
tree | 5029d2a551872425e40b79b1fd044ea6ebc875db | |
parent | 10e47889305974b8076a3298563a83c4acc414de (diff) | |
download | ports-782dfac4c9a47387348b7c0abf193a7306949409.tar.gz ports-782dfac4c9a47387348b7c0abf193a7306949409.zip |
Notes
-rw-r--r-- | audio/sound-juicer/Makefile | 3 | ||||
-rw-r--r-- | multimedia/libxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vcdimager/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 |
6 files changed, 12 insertions, 10 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index e212a38eab09..b09a60be0ae8 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -8,6 +8,7 @@ PORTNAME= sound-juicer PORTVERSION= 2.14.3 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,7 +19,7 @@ COMMENT= Clean, mean and lean CD ripper for GNOME2 LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \ - cdio.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes USE_GETTEXT= yes diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index cbe418708693..39990a761c03 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,7 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ dvdread.3:${PORTSDIR}/multimedia/libdvdread \ freetype.9:${PORTSDIR}/print/freetype2 \ fame-0.9.1:${PORTSDIR}/multimedia/libfame \ - cdio.6:${PORTSDIR}/sysutils/libcdio \ + cdio.7:${PORTSDIR}/sysutils/libcdio \ modplug.0:${PORTSDIR}/audio/libmodplug \ vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ Wand.9:${PORTSDIR}/graphics/ImageMagick diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index ab85826ab9c4..258dac255caa 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.23 -PORTREVISION= 2 +PORTREVISION= 3 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.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 911134e731a4..05a01294f619 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,6 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6.20060521 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -184,7 +185,7 @@ CONFIGUE_ARGS+= --disable-bonjour .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ - cdio.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --disable-libcdio \ --disable-libcddb \ diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index c84beddd80f5..91cf2a068315 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.5 -PORTREVISION= 1 +PORTREVISION= 2 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}/ \ @@ -179,7 +179,7 @@ CONFIGUE_ARGS+= --disable-bonjour .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ - cdio.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --disable-libcdio \ --disable-libcddb \ diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 0ca77573c856..24d9161354a2 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdrtools PORTVERSION?= 2.01 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= sysutils audio MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ @@ -58,7 +58,7 @@ IGNORE= The mlockall(2) of your FreeBSD 5.x version causes problems when used b .if exists(${LOCALBASE}/lib/libcdio.a) || defined(WITH_CDDB) WITH_CDDB= yes LIB_DEPENDS+= cddb.3:${PORTSDIR}/audio/libcddb \ - cdio.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio .endif pre-everything:: |