From bapt@FreeBSD.org  Fri May 18 22:48:23 2012
Return-Path: <bapt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 63116106564A;
	Fri, 18 May 2012 22:48:23 +0000 (UTC)
	(envelope-from bapt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 4FD8D8FC08;
	Fri, 18 May 2012 22:48:23 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4IMmNmm048480;
	Fri, 18 May 2012 22:48:23 GMT
	(envelope-from bapt@freefall.freebsd.org)
Received: (from bapt@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4IMmN6n048479;
	Fri, 18 May 2012 22:48:23 GMT
	(envelope-from bapt)
Message-Id: <201205182248.q4IMmN6n048479@freefall.freebsd.org>
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: [PATCH] multimedia/ffmpeg: fix x11grab
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168120
>Category:       ports
>Synopsis:       [PATCH] multimedia/ffmpeg: fix x11grab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 22:50:01 UTC 2012
>Closed-Date:    Sat May 19 14:04:46 UTC 2012
>Last-Modified:  Sat May 19 14:04:46 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 18 22:50:16 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168120 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168120: commit references a PR
Date: Sat, 19 May 2012 08:34:16 +0000 (UTC)

 mm          2012-05-19 08:34:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/ffmpeg    Makefile 
     multimedia/ffmpeg-devel Makefile 
   Log:
   Fix support for X11 grabbing
   
   PR:             ports/168120
   Reported by:    Baptiste Daroussin <bapt@freebsd.org>
   
   Revision  Changes    Path
   1.156     +7 -2      ports/multimedia/ffmpeg-devel/Makefile
   1.150     +9 -2      ports/multimedia/ffmpeg/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Sat May 19 14:04:45 UTC 2012 
State-Changed-Why:  
Committed :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168120 
>Unformatted:
