aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-10-28 07:59:53 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-10-28 07:59:53 +0000
commit872d7f80ee823cc7310988b95fff5e9418da81f9 (patch)
tree6a49b6bdcb31adf65132c25f9c6ebe52c3abc233 /multimedia
parenta38f9f29452292f445e6a68005962d3b75217139 (diff)
downloadports-872d7f80ee823cc7310988b95fff5e9418da81f9.tar.gz
ports-872d7f80ee823cc7310988b95fff5e9418da81f9.zip
Chase libid3tag update.
Notes
Notes: svn path=/head/; revision=146548
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpeg4ip/Makefile4
-rw-r--r--multimedia/vlc-devel/Makefile4
-rw-r--r--multimedia/vlc/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 89d49c91732b..2131b518303c 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpeg4ip
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,7 +19,7 @@ COMMENT= Standards-based system to encode, stream and play MPEG-4 audio/video
LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \
faad.0:${PORTSDIR}/audio/faad \
mp3lame.0:${PORTSDIR}/audio/lame \
- id3tag.2:${PORTSDIR}/audio/libid3tag \
+ id3tag.0:${PORTSDIR}/audio/libid3tag \
a52.0:${PORTSDIR}/audio/liba52 \
mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \
avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 9675fccae1fc..24edc66d59bb 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -218,7 +218,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.2.20050813
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/vlc/snapshots/
# http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \
@@ -634,7 +634,7 @@ CONFIGURE_ARGS+=--disable-livedotcom
.endif
.if !defined(WITHOUT_MAD)
-LIB_DEPENDS+= id3tag.2:${PORTSDIR}/audio/libid3tag \
+LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad
CONFIGURE_ARGS+=--enable-mad \
--with-mad=${LOCALBASE}
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 38e8955c1842..35b2e0df21ba 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -214,7 +214,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://downloads.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
${MASTER_SITE_LOCAL:S|$|:mozilla|}
@@ -607,7 +607,7 @@ CONFIGURE_ARGS+=--disable-livedotcom
.endif
.if !defined(WITHOUT_MAD)
-LIB_DEPENDS+= id3tag.2:${PORTSDIR}/audio/libid3tag \
+LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad
CONFIGURE_ARGS+=--enable-mad \
--with-mad=${LOCALBASE}