Bug 168120 - [PATCH] multimedia/ffmpeg: fix x11grab
Summary: [PATCH] multimedia/ffmpeg: fix x11grab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 23:50 UTC by Baptiste Daroussin
Modified: 2012-05-19 15:04 UTC (History)
1 user (show)

See Also:


Attachments
ffmpeg-0.7.12,1.patch (419 bytes, patch)
2012-05-18 23:50 UTC, Baptiste Daroussin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)