head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.2
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.1.0.16
	pkgsrc-2012Q4-base:1.1
	pkgsrc-2012Q3:1.1.0.14
	pkgsrc-2012Q3-base:1.1
	pkgsrc-2012Q2:1.1.0.12
	pkgsrc-2012Q2-base:1.1
	pkgsrc-2012Q1:1.1.0.10
	pkgsrc-2012Q1-base:1.1
	pkgsrc-2011Q4:1.1.0.8
	pkgsrc-2011Q4-base:1.1
	pkgsrc-2011Q3:1.1.0.6
	pkgsrc-2011Q3-base:1.1
	pkgsrc-2011Q2:1.1.0.4
	pkgsrc-2011Q2-base:1.1
	pkgsrc-2011Q1:1.1.0.2
	pkgsrc-2011Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2013.01.19.01.29.32;	author wiz;	state dead;
branches;
next	1.1;

1.1
date	2011.01.20.20.21.16;	author gavan;	state Exp;
branches
	1.1.16.1;
next	;

1.1.16.1
date	2013.01.21.14.47.54;	author tron;	state dead;
branches;
next	;


desc
@@


1.2
log
@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
@
text
@$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()
@


1.1
log
@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
@
text
@d1 1
a1 1
$NetBSD$
@


1.1.16.1
log
@Pullup ticket #4030 - requested by dholland
multimedia/ffmpegthumbnailer: security update

Revisions pulled up:
- multimedia/ffmpegthumbnailer/Makefile                         1.13
- multimedia/ffmpegthumbnailer/distinfo                         1.4
- multimedia/ffmpegthumbnailer/patches/patch-aa                 deleted

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sat Jan 19 01:29:32 UTC 2013

   Modified Files:
   	pkgsrc/multimedia/ffmpegthumbnailer: Makefile distinfo
   Removed Files:
   	pkgsrc/multimedia/ffmpegthumbnailer/patches: patch-aa

   Log Message:
   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
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.1 2011/01/20 20:21:16 gavan Exp $
@


