Bug 168120

Summary: [PATCH] multimedia/ffmpeg: fix x11grab
Product: Ports & Packages Reporter: Baptiste Daroussin <bapt>
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Only Me CC: mm
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ffmpeg-0.7.12,1.patch none

Description Baptiste Daroussin freebsd_committer freebsd_triage 2012-05-18 23:50:01 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-18 23:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-19 09:34:16 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"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2012-05-19 15:04:45 UTC
State Changed
From-To: open->closed

Committed :)