Bug 111919 - [graphics/php4-ffmpeg & graphics/php5-ffmpeg] Add an option to use ffmpeg development version.
Summary: [graphics/php4-ffmpeg & graphics/php5-ffmpeg] Add an option to use ffmpeg dev...
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 21:20 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2007-04-23 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (631 bytes, patch)
2007-04-19 21:20 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2007-04-19 21:20:13 UTC
graphics/php[45]-ffmpeg depend on ffmpeg by default.
This patch adds an option to use ffmpeg-devel instead.

After applying this patch, it looks like as follows:
% cd /usr/ports/graphics/php5-ffmpeg
% make build-depends-list
/usr/ports/devel/autoconf259
/usr/ports/graphics/gd
/usr/ports/lang/php5
/usr/ports/multimedia/ffmpeg
% make WITH_FFMPEG_DEVEL=yes build-depends-list
/usr/ports/devel/autoconf259
/usr/ports/graphics/gd
/usr/ports/lang/php5
/usr/ports/multimedia/ffmpeg-devel
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-19 21:21:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2007-04-23 18:11:56 UTC
State Changed
From-To: open->closed

- Committed with few modifications, thanks :)
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-23 18:11:57 UTC
acm         2007-04-23 17:11:49 UTC

  FreeBSD ports repository

  Modified files:
    graphics/php4-ffmpeg Makefile 
  Log:
  - Add FFMPEG_DEVEL option
  
  PR:             111919
  Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet__at sunpoet.net>
  Reviewed by:    me
  
  Revision  Changes    Path
  1.4       +12 -3     ports/graphics/php4-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"