Commit graph

10 commits

Author SHA1 Message Date
gavan
96fa8a4eb0 Update ffmpegthumbnailer to 2.0.6:
ffmpegthumbnailer version 2.0.6 (January 6, 2011)

    * Fixed memory leak

ffmpegthumbnailer version 2.0.5 (November 30, 2010)

    * Replaced deprecate gnome-vfs with gio (--enable-gio)

ffmpegthumbnailer version 2.0.4 (August 06, 2010)

    * Fixed undefined references when compiling with certain LDFLAGS

ffmpegthumbnailer version 2.0.3 (August 06, 2010)

    * 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

ffmpegthumbnailer version 2.0.2 (May 15, 2010)

    * Fixed compilation error against latest ffmpeg
    * Size of the filmstrip overlay is dependent on thumbnail size

ffmpegthumbnailer version 2.0.1 (April 17, 2010)

    * Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin)
    * Fix for video files containing lots of audio packets before a video packet
    * Fixed libs in pkgconfig file (thanks to magnus.tuominen)

ffmpegthumbnailer version 2.0.0 (January 6, 2010)

    * Fixed some issues in package-config file (Thanks to ambrop7)
    * C++ library has been put in a namespace
    * C library functions have been renamed

version 1.5.6 (December 19, 2009)

    * Fixed segmentation fault when seek in video file fails
    * Command line option added to specify output format of the image regardless of the filename
    * Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel)

version 1.5.5 (September 23, 2009)

    * Fixed build issue with certain versions of autoconf
    * Fixed build issue with recent versions of gcc
    * Fixed thumbnail generation for ogm files
    * Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder

version 1.5.4 (June 22, 2009)

    * Fixed support for large files
2011-01-20 20:21:16 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
ea95a99c9f Update to 1.5.3:
version 1.5.3 (June 07, 2009)

    * Memory alignment fix causing segmentation fault in ffmpeg with altivec enabled

version 1.5.2 (May 24, 2009)

    * Fixed soname version

version 1.5.1 (May 11, 2009)

    * Optional compilation of jpeg and png support
    * Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora)
    * Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769)
    * Fixed missing include files for library usage (thanks to gustavo.boiko)

Version 1.5.0 (March 10, 2009)

    * Aspect ratio bug fix (Thanks to S. Eguchi)
    * Support input files from stdin (will ignore seek time)
    * Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5)

Version 1.4.0 (Januari 4, 2009)

    * Filter support added that allows library users to implement filters that will be applied to the frame data
    * Fixed compilation error with gcc 4.4
2009-06-12 16:16:54 +00:00
jmcneill
b97144f7b8 user-destdir support 2008-12-28 13:34:51 +00:00
jmcneill
8f76ea11fc Import ffmpegthumbnailer version 1.3.0.
This video thumbnailer can be used by file managers to create thumbnails 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, libpng and libjpeg.
2008-12-28 12:32:15 +00:00