diff options
author | gavan <gavan@pkgsrc.org> | 2011-01-20 20:21:16 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2011-01-20 20:21:16 +0000 |
commit | 496dc8e58c608ef9c5dcdb376189a111bbfc0998 (patch) | |
tree | 74e48b87d9d38341612e909cb41292b5442fef96 | |
parent | aee482bb2aa207a0807d091f5e249149de5b4552 (diff) | |
download | pkgsrc-496dc8e58c608ef9c5dcdb376189a111bbfc0998.tar.gz |
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
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 5 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/PLIST | 3 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/distinfo | 9 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/patches/patch-aa | 13 |
4 files changed, 21 insertions, 9 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 376d72cdfb4..024c9cc00de 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/01/13 13:38:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/01/20 20:21:16 gavan Exp $ # -DISTNAME= ffmpegthumbnailer-1.5.3 -PKGREVISION= 4 +DISTNAME= ffmpegthumbnailer-2.0.6 CATEGORIES= multimedia MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/ diff --git a/multimedia/ffmpegthumbnailer/PLIST b/multimedia/ffmpegthumbnailer/PLIST index 37c23f3929c..2c486995932 100644 --- a/multimedia/ffmpegthumbnailer/PLIST +++ b/multimedia/ffmpegthumbnailer/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:08:03 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/01/20 20:21:16 gavan Exp $ bin/ffmpegthumbnailer include/libffmpegthumbnailer/filmstripfilter.h -include/libffmpegthumbnailer/histogram.h include/libffmpegthumbnailer/ifilter.h include/libffmpegthumbnailer/imagetypes.h include/libffmpegthumbnailer/videoframe.h diff --git a/multimedia/ffmpegthumbnailer/distinfo b/multimedia/ffmpegthumbnailer/distinfo index eb3b6caa86a..e621a3a1bb9 100644 --- a/multimedia/ffmpegthumbnailer/distinfo +++ b/multimedia/ffmpegthumbnailer/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/06/12 16:16:54 ahoka Exp $ +$NetBSD: distinfo,v 1.3 2011/01/20 20:21:16 gavan Exp $ -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 +SHA1 (ffmpegthumbnailer-2.0.6.tar.gz) = c565eb31910ea03801045e19230870c7e772b1a6 +RMD160 (ffmpegthumbnailer-2.0.6.tar.gz) = 8c635c6d35b699ea9d2ef753fc70aa23827c0a57 +Size (ffmpegthumbnailer-2.0.6.tar.gz) = 340052 bytes +SHA1 (patch-aa) = b192137960097ce82db7c584b7a3ffb3d163dbfb diff --git a/multimedia/ffmpegthumbnailer/patches/patch-aa b/multimedia/ffmpegthumbnailer/patches/patch-aa new file mode 100644 index 00000000000..7236f7ebaac --- /dev/null +++ b/multimedia/ffmpegthumbnailer/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2011/01/20 20:21:16 gavan Exp $ + +--- libffmpegthumbnailer/pngwriter.cpp.orig 2011-01-06 19:01:50.000000000 +0000 ++++ libffmpegthumbnailer/pngwriter.cpp +@@ -49,7 +49,7 @@ PngWriter::PngWriter(std::vector<uint8_t + , m_InfoPtr(NULL) + { + init(); +- png_set_write_fn(m_PngPtr, (voidp) &outputBuffer, writeDataCallback, NULL); ++ png_set_write_fn(m_PngPtr, (png_voidp) &outputBuffer, writeDataCallback, NULL); + } + + PngWriter::~PngWriter() |