Fri Jun 12 16:16:54 2009 UTC ()
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


(ahoka)
diff -r1.2 -r1.3 pkgsrc/multimedia/ffmpegthumbnailer/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/multimedia/ffmpegthumbnailer/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/multimedia/ffmpegthumbnailer/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/multimedia/ffmpegthumbnailer/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/ffmpegthumbnailer/Makefile 2008/12/28 13:34:51 1.2
+++ pkgsrc/multimedia/ffmpegthumbnailer/Makefile 2009/06/12 16:16:54 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2008/12/28 13:34:51 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.3 2009/06/12 16:16:54 ahoka Exp $
2# 2#
3 3
4DISTNAME= ffmpegthumbnailer-1.3.0 4DISTNAME= ffmpegthumbnailer-1.5.3
5CATEGORIES= multimedia 5CATEGORIES= multimedia
6MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/ 6MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer/ 9HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer/
10COMMENT= Lightweight video thumbnailer that can be used by file managers 10COMMENT= Lightweight video thumbnailer that can be used by file managers
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.1.1.1 -r1.2 pkgsrc/multimedia/ffmpegthumbnailer/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/ffmpegthumbnailer/PLIST 2008/12/28 12:32:15 1.1.1.1
+++ pkgsrc/multimedia/ffmpegthumbnailer/PLIST 2009/06/12 16:16:54 1.2
@@ -1,9 +1,13 @@ @@ -1,9 +1,13 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $ 1@comment $NetBSD: PLIST,v 1.2 2009/06/12 16:16:54 ahoka Exp $
2bin/ffmpegthumbnailer 2bin/ffmpegthumbnailer
 3include/libffmpegthumbnailer/filmstripfilter.h
 4include/libffmpegthumbnailer/histogram.h
 5include/libffmpegthumbnailer/ifilter.h
3include/libffmpegthumbnailer/imagetypes.h 6include/libffmpegthumbnailer/imagetypes.h
 7include/libffmpegthumbnailer/videoframe.h
4include/libffmpegthumbnailer/videothumbnailer.h 8include/libffmpegthumbnailer/videothumbnailer.h
5include/libffmpegthumbnailer/videothumbnailerc.h 9include/libffmpegthumbnailer/videothumbnailerc.h
6lib/libffmpegthumbnailer.la 10lib/libffmpegthumbnailer.la
7lib/pkgconfig/libffmpegthumbnailer.pc 11lib/pkgconfig/libffmpegthumbnailer.pc
8man/man1/ffmpegthumbnailer.1 12man/man1/ffmpegthumbnailer.1
9@dirrm include/libffmpegthumbnailer 13@dirrm include/libffmpegthumbnailer

cvs diff -r1.1.1.1 -r1.2 pkgsrc/multimedia/ffmpegthumbnailer/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/ffmpegthumbnailer/distinfo 2008/12/28 12:32:15 1.1.1.1
+++ pkgsrc/multimedia/ffmpegthumbnailer/distinfo 2009/06/12 16:16:54 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $ 1$NetBSD: distinfo,v 1.2 2009/06/12 16:16:54 ahoka Exp $
2 2
3SHA1 (ffmpegthumbnailer-1.3.0.tar.gz) = 8b29dde56dece30ebc351611ea40fcff83e1d317 3SHA1 (ffmpegthumbnailer-1.5.3.tar.gz) = b1c10535b835ad6f9b759b25945e7a5710f63a31
4RMD160 (ffmpegthumbnailer-1.3.0.tar.gz) = 343ecee23543beb23030655942d381e390010454 4RMD160 (ffmpegthumbnailer-1.5.3.tar.gz) = e8a124243bbd62f91a9d2c110d0e605af495536f
5Size (ffmpegthumbnailer-1.3.0.tar.gz) = 322063 bytes 5Size (ffmpegthumbnailer-1.5.3.tar.gz) = 329945 bytes