Date: Sat, 6 Sep 2014 13:56:43 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367436 - head/multimedia/ffmpeg Message-ID: <201409061356.s86Duhml013755@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Sep 6 13:56:43 2014 New Revision: 367436 URL: http://svnweb.freebsd.org/changeset/ports/367436 QAT: https://qat.redports.org/buildarchive/r367436/ Log: - Fix build dependency on v4l2 - Bump PORTREVISION PR: 193151 Submitted by: jbeich@vfemail.net Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Sep 6 13:52:30 2014 (r367435) +++ head/multimedia/ffmpeg/Makefile Sat Sep 6 13:56:43 2014 (r367436) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.2.4 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -117,6 +117,7 @@ LIBBLURAY_LIB_DEPENDS= libbluray.so:${PO LIBBLURAY_CONFIGURE_ENABLE= libbluray # libv4l +LIBV4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat LIBV4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l LIBV4L_CONFIGURE_ENABLE= libv4l2 LIBV4L_CONFIGURE_OFF= --disable-indev=v4l2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061356.s86Duhml013755>