Date: Fri, 18 May 2012 22:48:23 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mm@FreeBSD.org Subject: ports/168120: [PATCH] multimedia/ffmpeg: fix x11grab Message-ID: <201205182248.q4IMmN6n048479@freefall.freebsd.org> Resent-Message-ID: <201205182250.q4IMo2QG048863@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205182248.q4IMmN6n048479>