ports/168120: [PATCH] multimedia/ffmpeg: fix x11grab

Baptiste Daroussin bapt at FreeBSD.org
Fri May 18 22:50:02 UTC 2012


>Number:         168120
>Category:       ports
>Synopsis:       [PATCH] multimedia/ffmpeg: fix x11grab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 22:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
When build from tinderbox,poudriere,pointyhat the package generated do not have
a working x11grab input because at build time the configure script check at
least for xext and xfixes
This patch fix it (I'm unsure about libx11)

Port maintainer (mm at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- ffmpeg-0.7.12,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/ffmpeg/Makefile,v
retrieving revision 1.149
diff -u -u -r1.149 Makefile
--- Makefile	25 Apr 2012 14:21:55 -0000	1.149
+++ Makefile	18 May 2012 22:47:03 -0000
@@ -23,6 +23,7 @@
 CONFIGURE_LOG=	config.err
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+USE_XORG=	x11 xext xfixes
 MAKE_JOBS_SAFE=	yes
 WANT_SDL=	yes
 
--- ffmpeg-0.7.12,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list