--- multimedia/ffmpeg0/Makefile.orig 2015-07-04 00:22:01.874742000 +0000 +++ multimedia/ffmpeg0/Makefile 2015-07-04 00:22:51.528052000 +0000 @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.16 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -118,7 +118,7 @@ SPEEX_CONFIGURE_ENABLE= libspeex THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora THEORA_CONFIGURE_ENABLE= libtheora -X11GRAB_USE= XORG=x11,xent,xfixes +X11GRAB_USE= XORG=x11,xext,xfixes X11GRAB_CONFIGURE_ON= --enable-x11grab X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264
I'll take it, my pointyhat.
A commit references this bug: Author: koobs Date: Sat Jul 4 04:10:53 UTC 2015 New revision: 391292 URL: https://svnweb.freebsd.org/changeset/ports/391292 Log: multimedia/ffmpeg0: Fix X11GRAB dependency typo Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was introduced in r391234. PR: 201321 Submitted by: Andrey Fesenko <andrey bsdnir info> Approved by: pointyhat (koobs) Changes: head/multimedia/ffmpeg0/Makefile
Committed, thank you Andrey!
A commit references this bug: Author: junovitch Date: Tue Aug 25 23:58:20 UTC 2015 New revision: 395326 URL: https://svnweb.freebsd.org/changeset/ports/395326 Log: MFH: r391234 multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGS - Use OPTIONS helpers for as many as conditional blocks as possible. Blocks with FFMPEG_* and other variables not supported by the helper framework are not modified. - Honour CFLAGS for armv6 (= -> ?=) While I'm here: - Sort and group common or related Makefile sections where it made sense to do so and improved readability. Put global things up the top and conditional blocks below. - Improve whitespace alignment for readability. Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D2981 MFH: r391234 multimedia/ffmpeg0: Fix X11GRAB dependency typo Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was introduced in r391234. PR: 201321 Submitted by: Andrey Fesenko <andrey bsdnir info> Approved by: pointyhat (koobs) MFH: r395164 multimedia/ffmpeg0: security update 0.7.16 -> 0.7.17 PR: 200852 Security: 65b14d39-d01f-419c-b0b8-5df60b929973 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: wg (maintainer), delphij (mentor) Approved by: ports-secteam (delphij) Changes: _U branches/2015Q3/ branches/2015Q3/multimedia/ffmpeg0/Makefile branches/2015Q3/multimedia/ffmpeg0/distinfo