svn commit: r391292 - head/multimedia/ffmpeg0

Kubilay Kocak koobs at FreeBSD.org
Sat Jul 4 04:10:53 UTC 2015


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


More information about the svn-ports-all mailing list