Date: Sat, 4 Jul 2015 04:10:53 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391292 - head/multimedia/ffmpeg0 Message-ID: <201507040410.t644ArVg058307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Jul 4 04:10:52 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) Modified: head/multimedia/ffmpeg0/Makefile Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Sat Jul 4 01:00:38 2015 (r391291) +++ head/multimedia/ffmpeg0/Makefile Sat Jul 4 04:10:52 2015 (r391292) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507040410.t644ArVg058307>