Bug 121636 - [PATCH] multimedia/ffmpeg add OPTIONS and improvements
Summary: [PATCH] multimedia/ffmpeg add OPTIONS and improvements
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: 2008-03-12 09:10 UTC by Martin Matuska
Modified: 2008-04-27 12:37 UTC (History)
0 users

See Also:


Attachments
file.diff (13.41 KB, patch)
2008-03-12 09:10 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2008-03-12 09:10:03 UTC
- move knobs into OPTIONS, make (almost) everything selectable
- add option VHOOK to disable video hooks 
- patch configure to support enable/disable of freetype2 and imlib2 vhooks
- fix imlib2 detection if no ${X11BASE}/include/X11/Xlib.h present

Tested on tinderbox (i386 and amd64).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-12 09:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-27 11:23:01 UTC
mm          2008-04-27 10:22:56 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ffmpeg    Makefile pkg-plist 
    multimedia/ffmpeg/files patch-configure 
  Log:
  - move knobs into OPTIONS, make (almost) everything selectable
  - add option VHOOK to disable video hooks
  - patch configure to support enable/disable of freetype2 and imlib2 vhooks
  - fix imlib2 detection if no ${X11BASE}/include/X11/Xlib.h present
  - bump PORTREVISION
  
  PR:             ports/121636
  Submitted by:   mm
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.80      +88 -88    ports/multimedia/ffmpeg/Makefile
  1.6       +62 -10    ports/multimedia/ffmpeg/files/patch-configure
  1.20      +4 -4      ports/multimedia/ffmpeg/pkg-plist
_______________________________________________
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 Martin Matuska freebsd_committer freebsd_triage 2008-04-27 11:26:18 UTC
Responsible Changed
From-To: freebsd-multimedia->mm

Over to me (maintainer timeout).
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2008-04-27 12:37:38 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!