aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-07-24 03:28:50 +0800
committermm <mm@FreeBSD.org>2012-07-24 03:28:50 +0800
commitc50d68df0b70b108e98e3a473bd746a2e64b7035 (patch)
treebc4f1765441b0c73714751ff4c5981d82ebbc4e6 /multimedia
parent22d12a2f6697bde58da506d74c5097f7596b4396 (diff)
downloadfreebsd-ports-gnome-c50d68df0b70b108e98e3a473bd746a2e64b7035.tar.gz
freebsd-ports-gnome-c50d68df0b70b108e98e3a473bd746a2e64b7035.tar.zst
freebsd-ports-gnome-c50d68df0b70b108e98e3a473bd746a2e64b7035.zip
Add missing bumps for x264 update
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/avidemux2/Makefile.common4
-rw-r--r--multimedia/ffmpeg-devel/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/avidemux2/Makefile.common b/multimedia/avidemux2/Makefile.common
index 83dcf9016a16..9299b8b65e14 100644
--- a/multimedia/avidemux2/Makefile.common
+++ b/multimedia/avidemux2/Makefile.common
@@ -2,7 +2,7 @@
#
AVIDEMUX2_VERSION= 2.5.6
-PORTREVISION= 3
+PORTREVISION= 4
MASTER_SITES= BERLIOS \
SF/avidemux/avidemux/${PORTVERSION}
DISTNAME= avidemux_${PORTVERSION}
@@ -152,7 +152,7 @@ PLIST_SUB+= FAAD="@comment "
.endif
.if ${PORT_OPTIONS:MX264}
-LIB_DEPENDS+= x264.123:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.125:${PORTSDIR}/multimedia/x264
PLIST_SUB+= X264=""
.else
CMAKE_ARGS+= -DX264:BOOL=OFF
diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile
index 0029d5bdd7ab..3f739085cac6 100644
--- a/multimedia/ffmpeg-devel/Makefile
+++ b/multimedia/ffmpeg-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ffmpeg
DISTVERSION= 2012-04-25
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mm/ffmpeg
@@ -409,7 +409,7 @@ CONFIGURE_ARGS+= --disable-libvpx
# x264
.if ${PORT_OPTIONS:MX264}
-LIB_DEPENDS+= x264.123:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.125:${PORTSDIR}/multimedia/x264
CONFIGURE_ARGS+= --enable-libx264
.else
CONFIGURE_ARGS+= --disable-libx264