Sat Jan 19 01:29:32 2013 UTC ()
Update to 2.0.8, based on PR 47467 by John D. Baker.
While here, set LICENSE.

Changes:

FFmpegThumbnailer 2.0.8
- Better ffmpeg detection
- Fix build issue with recent ffmpeg
- Optionally register ffmpegthumbnailer as gnome3 thumbnailer (--enable-thumbnailer)

version 2.0.7
- Fix build issue with recent gcc
- Fix build issue with recent ffmpeg


(wiz)
diff -r1.12 -r1.13 pkgsrc/multimedia/ffmpegthumbnailer/Makefile
diff -r1.3 -r1.4 pkgsrc/multimedia/ffmpegthumbnailer/distinfo
diff -r1.1 -r0 pkgsrc/multimedia/ffmpegthumbnailer/patches/patch-aa

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

--- pkgsrc/multimedia/ffmpegthumbnailer/Makefile 2012/10/08 09:21:00 1.12
+++ pkgsrc/multimedia/ffmpegthumbnailer/Makefile 2013/01/19 01:29:31 1.13
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.12 2012/10/08 09:21:00 asau Exp $ 1# $NetBSD: Makefile,v 1.13 2013/01/19 01:29:31 wiz Exp $
2# 2#
3 3
4DISTNAME= ffmpegthumbnailer-2.0.6 4DISTNAME= ffmpegthumbnailer-2.0.8
5PKGREVISION= 2 
6CATEGORIES= multimedia 5CATEGORIES= multimedia
7MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/ 6MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer/ 9HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer/
11COMMENT= Lightweight video thumbnailer that can be used by file managers 10COMMENT= Lightweight video thumbnailer that can be used by file managers
 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17 17
18PKGCONFIG_OVERRIDE+= libffmpegthumbnailer.pc.in 18PKGCONFIG_OVERRIDE+= libffmpegthumbnailer.pc.in
19 19
20.include "../../mk/jpeg.buildlink3.mk" 20.include "../../mk/jpeg.buildlink3.mk"
21.include "../../graphics/png/buildlink3.mk" 21.include "../../graphics/png/buildlink3.mk"
22.include "../../multimedia/ffmpeg/buildlink3.mk" 22.include "../../multimedia/ffmpeg/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/multimedia/ffmpegthumbnailer/distinfo 2011/01/20 20:21:16 1.3
+++ pkgsrc/multimedia/ffmpegthumbnailer/distinfo 2013/01/19 01:29:31 1.4
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/01/20 20:21:16 gavan Exp $ 1$NetBSD: distinfo,v 1.4 2013/01/19 01:29:31 wiz Exp $
2 2
3SHA1 (ffmpegthumbnailer-2.0.6.tar.gz) = c565eb31910ea03801045e19230870c7e772b1a6 3SHA1 (ffmpegthumbnailer-2.0.8.tar.gz) = 2c54ca16efd953f46547e22799cfc40bd9c24533
4RMD160 (ffmpegthumbnailer-2.0.6.tar.gz) = 8c635c6d35b699ea9d2ef753fc70aa23827c0a57 4RMD160 (ffmpegthumbnailer-2.0.8.tar.gz) = 39ef118a30111ab1035c4f18092123a3013f6972
5Size (ffmpegthumbnailer-2.0.6.tar.gz) = 340052 bytes 5Size (ffmpegthumbnailer-2.0.8.tar.gz) = 367186 bytes
6SHA1 (patch-aa) = b192137960097ce82db7c584b7a3ffb3d163dbfb 

File Deleted: pkgsrc/multimedia/ffmpegthumbnailer/patches/Attic/patch-aa