aboutsummaryrefslogtreecommitdiff
path: root/graphics/php4-ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* - Update php4-ffmpeg to 0.5.1 (last version for php4)Pav Lucistnik2008-11-123-12/+38
| | | | | | | | | | | - Upgrade php5-ffmpeg from slave to standalone port and update to 0.6.0 PR: ports/126143 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (acm; 4 weeks) Notes: svn path=/head/; revision=222778
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Use multimedia/ffmpeg now instead of multimedia/ffmpeg-develMichael Johnson2007-05-251-12/+3
| | | | Notes: svn path=/head/; revision=191808
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add FFMPEG_DEVEL optionJose Alonso Cardenas Marquez2007-04-231-3/+12
| | | | | | | | | PR: 111919 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet__at sunpoet.net> Reviewed by: me Notes: svn path=/head/; revision=190744
* - Add USE_PHPIZE. It solves some problems with graphics/php4-ffmpeg andJose Alonso Cardenas Marquez2007-03-011-0/+2
| | | | | | | | | graphics/php5-ffmpeg Reported by: Émilien . <essai0n__ at _hotmail.com> Notes: svn path=/head/; revision=186300
* - Fix fetch problem on php5-ffmpegJose Alonso Cardenas Marquez2006-11-201-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=177645
* New ports: graphics/php4-ffmpeg graphics/php5-ffmpegJose Alonso Cardenas Marquez2006-11-173-0/+44
The ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...) WWW: http://ffmpeg-php.sourceforge.net/ Notes: svn path=/head/; revision=177468