diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-09 23:32:45 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-09 23:32:45 +0800 |
commit | cbd696c5e969e2c4abd780179ef94ee42f3ca9c9 (patch) | |
tree | 913b248ca1637c2f77d574c0257434bb9ca8c2ea /multimedia | |
parent | 4897aea1c1b9367d8e6304e579757be75c27750e (diff) | |
download | freebsd-ports-gnome-cbd696c5e969e2c4abd780179ef94ee42f3ca9c9.tar.gz freebsd-ports-gnome-cbd696c5e969e2c4abd780179ef94ee42f3ca9c9.tar.zst freebsd-ports-gnome-cbd696c5e969e2c4abd780179ef94ee42f3ca9c9.zip |
- Chase libver bump in x264
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avidemux2/Makefile | 4 | ||||
-rw-r--r-- | multimedia/ffmpeg-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/handbrake/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile index 61e1c3958482..2443a0dfb525 100644 --- a/multimedia/avidemux2/Makefile +++ b/multimedia/avidemux2/Makefile @@ -7,7 +7,7 @@ PORTNAME= avidemux2 PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://fixounet.free.fr/avidemux/ \ ${MASTER_SITE_BERLIOS} @@ -97,7 +97,7 @@ LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264 .endif .if defined(WITH_VORBIS) diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile index f67178d8e1aa..e1fcc5cfa566 100644 --- a/multimedia/ffmpeg-devel/Makefile +++ b/multimedia/ffmpeg-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= ffmpeg DISTVERSION= 0.4.9.cvs.${RELEASE_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_LOCAL} # http://mplayerhq.hu/MPlayer/cvs/ @@ -306,7 +306,7 @@ FFMPEG_CFLAGS+= -I${LOCALBASE}/include/vorbis .endif # x264 .ifdef(WITH_X264) -LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-x264 .endif diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 05a88a36e0b4..b6efea91df97 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -7,6 +7,7 @@ PORTNAME= handbrake PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://download.m0k.org/${PORTNAME}/ \ http://www.mirrors.ausmac.net/ftp/AudioVisual-SW/HandBrake/ \ @@ -28,7 +29,7 @@ LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xvidcore.4:${PORTSDIR}/multimedia/xvid \ - x264.47:${PORTSDIR}/multimedia/x264 + x264.49:${PORTSDIR}/multimedia/x264 WRKSRC= ${WRKDIR}/HandBrake-${PORTVERSION} HAS_CONFIGURE= yes diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index d5870258a471..dba38ef4f18d 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.5.0.1 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +24,7 @@ LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \ a52.0:${PORTSDIR}/audio/liba52 \ mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \ avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - x264.47:${PORTSDIR}/multimedia/x264 + x264.49:${PORTSDIR}/multimedia/x264 RUN_DEPENDS= mpeg4ip-libmp4v2>=1.5:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 USE_GNOME= gtk20 |