aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpegthumbnailer
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 2.0.7Pawel Pekala2011-10-262-6/+6
| | | | | | | | | | | - Add gio support PR: ports/159218 Submitted by: Scott Larson <stl@wiredrive.com> Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=284384
* Link to libjpeg library as stated in LIB_DEPENDSPawel Pekala2011-10-201-1/+2
| | | | | | | | | PR: ports/159996 Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> Approved by: maintainer timeout (8 weeks) Notes: svn path=/head/; revision=284003
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Add script to allow users to bind with nautilus.Stephen Montgomery-Smith2011-07-054-3/+27
| | | | | | | | | | | - Bump portrevision. PR: ports/150361 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: maho (mentor) Notes: svn path=/head/; revision=277143
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-0/+1
| | | | Notes: svn path=/head/; revision=276239
* - Update to 2.0.4Sunpoet Po-Chuan Hsieh2010-12-044-16/+15
| | | | | | | | | | | | | | | | | | | | | - Sort PLIST Changes: 2.0.3: - Writing to stdout is now supported - Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs), this puts a runtime dependancy on libgnome-vfs-2.0 2.0.4: - Fixed undefined references when compiling with certain LDFLAGS PR: ports/152373 Submitted by: Marcus Hermansson <bmhermansson@gmail.com> Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=265683
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-0/+1
| | | | Notes: svn path=/head/; revision=258164
* - Update to 2.0.2Dmitry Marakasov2010-05-313-6/+5
| | | | | | | | | PR: 147117 Submitted by: Marcus Hermansson <bmhermansson@gmail.com> Approved by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer) Notes: svn path=/head/; revision=255387
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.5.4Martin Matuska2009-08-123-6/+13
| | | | | | | | | - Unbreak after ffmpeg 0.5 upgrade PR: ports/137680 Notes: svn path=/head/; revision=239385
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - USE_GZIP does not need to be defined last few yearsPav Lucistnik2009-01-081-1/+0
| | | | Notes: svn path=/head/; revision=225489
* - Update to 1.2.6Martin Wilke2008-08-194-19/+21
| | | | | | | | PR: 126582 Submitted by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer) Notes: svn path=/head/; revision=218847
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofEdwin Groothuis2008-03-061-1/+1
| | | | | | | | | http://something.googlecode.com/files PR: ports/121435 (related) Notes: svn path=/head/; revision=208538
* This video thumbnailer can be used by file managers to create thumbnailsMartin Wilke2008-02-254-0/+48
for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. This thumbnailer was designed to be as fast and lightweight as possible. The only dependencies are ffmpeg and libpng. WWW: http://code.google.com/p/ffmpegthumbnailer/ PR: ports/120877 Submitted by: Dierk Sacher <dierk at blaxxtarz.de> Notes: svn path=/head/; revision=207846