aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpegthumbnailer
Commit message (Collapse)AuthorAgeFilesLines
* - Support for the MATE desktop environment supportriggs2014-01-303-1/+18
| | | | | | | | | | - Add license - Add gconf dirs to pkg-plist - Add MATE_DESC to Mk/bsd.options.desc.mk PR: ports/184462 Submitted by: clutton <clutton@zoho.com> (maintainer) Approved by: thierry (mentor)
* multimedia/ffmpegthumbnailer: allow stagingwg2013-10-262-16/+9
| | | | | | | | | | - Allow staging [1] - Convert lib depends to new format - Drop empty PTHREAD_CFLAGS PR: ports/182848 [1] (based on) Submitted by: clutton <clutton zoho.com> (maintainer) Reviewed by: danfe
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-311-3/+3
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* - Add gconf2 dependency for GNOME option [1]jhale2012-10-121-17/+15
| | | | | | | | | | | | | | | - Convert to USE_PKGCONFIG - Drop USE_GMAKE; port builds with regular make - Drop unneeded WANT_GNOME - Drop specific ABI version numbers from LIB_DEPENDS - Improve GCONF_SCHEMAS handling - Trim Makefile header PR: ports/172459 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> [1] Approved by: mbsd <mbsd@isgroup.com.ua> (maintainer) makc, avilla (mentors, implicit) Feature safe: yes
* Add missing filecs2012-10-072-0/+2502
| | | | | PR: ports/171901 Submitted by: clutton <mbsd@isgroup.com.ua> (maintainer)
* - Update to 2.0.8cs2012-10-076-40/+28
| | | | | | | | | - New maintainer - Cleanup pkg-descr PR: ports/171901 Submitted by: clutton <mbsd@isgroup.com.ua> Approved by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer)
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* - Update to version 2.0.7pawel2011-10-272-6/+6
| | | | | | | | - Add gio support PR: ports/159218 Submitted by: Scott Larson <stl@wiredrive.com> Approved by: maintainer timeout (3 months)
* Link to libjpeg library as stated in LIB_DEPENDSpawel2011-10-211-1/+2
| | | | | | PR: ports/159996 Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> Approved by: maintainer timeout (8 weeks)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - Add script to allow users to bind with nautilus.stephen2011-07-064-3/+27
| | | | | | | | - Bump portrevision. PR: ports/150361 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: maho (mentor)
* Bump due to ffmpeg update to 0.7.1mm2011-06-251-0/+1
|
* - Update to 2.0.4sunpoet2010-12-054-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)
* - Update ffmpeg to 0.6mm2010-07-251-0/+1
|
* - Update to 2.0.2amdmi32010-05-313-6/+5
| | | | | | PR: 147117 Submitted by: Marcus Hermansson <bmhermansson@gmail.com> Approved by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+2
|
* - Update to 1.5.4mm2009-08-123-6/+13
| | | | | | - Unbreak after ffmpeg 0.5 upgrade PR: ports/137680
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* - USE_GZIP does not need to be defined last few yearspav2009-01-091-1/+0
|
* - Update to 1.2.6miwi2008-08-194-19/+21
| | | | | PR: 126582 Submitted by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer)
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofedwin2008-03-071-1/+1
| | | | | | http://something.googlecode.com/files PR: ports/121435 (related)
* This video thumbnailer can be used by file managers to create thumbnailsmiwi2008-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>