diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-06-12 16:16:54 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-06-12 16:16:54 +0000 |
commit | 780da7df1d145fc2e00625f973a02c8d5c081730 (patch) | |
tree | 7fda5bd17bd54f126435988a77a7c9591a38d036 /multimedia/ffmpegthumbnailer | |
parent | 0aa61040529d5b58f0ac71ea817a783cbe31490b (diff) | |
download | pkgsrc-780da7df1d145fc2e00625f973a02c8d5c081730.tar.gz |
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
Diffstat (limited to 'multimedia/ffmpegthumbnailer')
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/PLIST | 6 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 92bd62a6575..54ac3058ead 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/12/28 13:34:51 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/12 16:16:54 ahoka Exp $ # -DISTNAME= ffmpegthumbnailer-1.3.0 +DISTNAME= ffmpegthumbnailer-1.5.3 CATEGORIES= multimedia MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/ diff --git a/multimedia/ffmpegthumbnailer/PLIST b/multimedia/ffmpegthumbnailer/PLIST index 2075e895bee..190cc37dd36 100644 --- a/multimedia/ffmpegthumbnailer/PLIST +++ b/multimedia/ffmpegthumbnailer/PLIST @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/06/12 16:16:54 ahoka Exp $ bin/ffmpegthumbnailer +include/libffmpegthumbnailer/filmstripfilter.h +include/libffmpegthumbnailer/histogram.h +include/libffmpegthumbnailer/ifilter.h include/libffmpegthumbnailer/imagetypes.h +include/libffmpegthumbnailer/videoframe.h include/libffmpegthumbnailer/videothumbnailer.h include/libffmpegthumbnailer/videothumbnailerc.h lib/libffmpegthumbnailer.la diff --git a/multimedia/ffmpegthumbnailer/distinfo b/multimedia/ffmpegthumbnailer/distinfo index d03eba66966..eb3b6caa86a 100644 --- a/multimedia/ffmpegthumbnailer/distinfo +++ b/multimedia/ffmpegthumbnailer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $ +$NetBSD: distinfo,v 1.2 2009/06/12 16:16:54 ahoka Exp $ -SHA1 (ffmpegthumbnailer-1.3.0.tar.gz) = 8b29dde56dece30ebc351611ea40fcff83e1d317 -RMD160 (ffmpegthumbnailer-1.3.0.tar.gz) = 343ecee23543beb23030655942d381e390010454 -Size (ffmpegthumbnailer-1.3.0.tar.gz) = 322063 bytes +SHA1 (ffmpegthumbnailer-1.5.3.tar.gz) = b1c10535b835ad6f9b759b25945e7a5710f63a31 +RMD160 (ffmpegthumbnailer-1.5.3.tar.gz) = e8a124243bbd62f91a9d2c110d0e605af495536f +Size (ffmpegthumbnailer-1.5.3.tar.gz) = 329945 bytes |