Add missing bumps for x264 update

This commit is contained in:
Martin Matuska 2012-07-23 19:28:50 +00:00
parent 1a43bc6e54
commit 9fcdf11262
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301408
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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