ffmpegthumbnailer (2.0.8-2) unstable; urgency=low

  * Bumped Standards-Version to 3.8.4, no change required.
  * Use dh-autoreconf thanks Logan Rosen (Closes: #733083)

 -- Soeren Sonnenburg <sonne@debian.org>  Sun, 05 Jan 2014 08:06:37 +0100

ffmpegthumbnailer (2.0.8-1) unstable; urgency=low

  * New upstream release (fixes build issue with libav 9). Closes: #720785
  * debian/rules:
    - pass --enable-thumbnailer to configure to register ffmpegthumbnailer
      as a gnome3 thumbnailer. Closes: #684149
    - enable all hardening flags.
    - build with --parallel.
  * debian/ffmpegthumbnailer.install: ship the thumbnailer file.
  * debian/control:
    - remove alternate b-dep on libpng12-dev. Closes: #662323
    - update standards version to 3.9.4.
    - update debhelper build dep to 9.
    - add build-dep on dpkg-dev 1.16.1.
  * debian/compat: bumped to 9.
  * debian/*.install: updated paths.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Mon, 26 Aug 2013 11:26:38 +0200

ffmpegthumbnailer (2.0.7-2) unstable; urgency=low

  * debian/control: remove alternate b-dep on libjpeg62-dev. Closes: #641454

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 18 Sep 2011 21:26:01 +0200

ffmpegthumbnailer (2.0.7-1) unstable; urgency=low

  * New upstream release:
    - fix build with libpng 1.5. Closes: #635944
  * debian/patches:
    - debian/patches/99_fix-FTBFS-libav-0.7.patch,
      debian/patches/02_fix-ftbfs-missing-include-NULL.patch,
      debian/patches/01_fix-ftbfs-as-needed.patch: dropped, included upstream.
    - debian/patches/series: dropped, now empty.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Mon, 01 Aug 2011 18:44:21 +0200

ffmpegthumbnailer (2.0.6-4) unstable; urgency=low

  * Fix a build failure with upcoming libav 0.7. Thanks Fabrice Coutadeur for
  the patch.

 -- Soeren Sonnenburg <sonne@debian.org>  Fri, 22 Jul 2011 16:39:13 +0200

ffmpegthumbnailer (2.0.6-3) unstable; urgency=low

  * debian/patches/02_fix-ftbfs-missing-include-NULL.patch: fix FTBFS
    with gcc-4.6. Closes: #624961
  * debian/patches/series: refreshed.
  * debian/control:
    - relax a bit the b-dep on libavcodec-dev.
    - fix phrasing of the library short desc.
    - bump Standards-Version to 3.9.2, no change required.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 15 May 2011 21:56:18 +0200

ffmpegthumbnailer (2.0.6-2) unstable; urgency=low

  * debian/patches:
    - 01_fix-ftbfs-as-needed.patch: move -ldl to the correct position, fixes
      FTBFS with recent binutils version (Closes: #618030).
    - series: added.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Thu, 17 Mar 2011 12:40:44 +0100

ffmpegthumbnailer (2.0.6-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: call dpkg-buildflags instead of doing manual tests.
  * debian/control:
    - bump Standards-Version to 3.9.1, no change required.
    - bump minimum required version for libavcodec-dev (0.6 series).
  * Enable runtime gio uri support:
    - debian/rules: pass --enable-gio to configure
    - debian/control: suggests libglib2.0-0.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 13 Feb 2011 20:29:01 +0100

ffmpegthumbnailer (2.0.2-1) unstable; urgency=low

  * New upstream bugfix release:
    - Fixed compilation error against latest ffmpeg
    - Size of the filmstrip overlay is dependent on thumbnail size.
  * debian/rules: build with --as-needed.
  * Switch to 3.0 (quilt).
  * debian/watch: updated to work again with googlecode.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Thu, 27 May 2010 00:46:55 +0200

ffmpegthumbnailer (2.0.1-1) unstable; urgency=low

  * New upstream bugfix release:
    - Setting the thumbnail size to 0 will use the original video size
    - Fix for video files containing lots of audio packets before a video
      packet
    - Fixed libs in pkgconfig file
  * Really convert to dh7 this time, drop cdbs.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 18 Apr 2010 10:27:44 +0200

ffmpegthumbnailer (2.0.0-1) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * New upstream release.
  * Updated SONAME version from 3 to 4 caused package rename from
    libffmpegthumbnailer3 to libffmpegthumbnailer4.
  * Introduced a new binary package ffmpegthumbailer-dbg containing debug
    symbols.
  * debian/control: bump b-dep on debhelper to (>= 7.0.50~) for overrides.
  * Bumped Standards-Version to 3.8.4, no change required.
  * debian/copyright: update years.

  [ Soeren Sonnenburg ]
  * Convert package to cdbs.

 -- Soeren Sonnenburg <sonne@debian.org>  Thu, 04 Feb 2010 06:28:04 +0100

ffmpegthumbnailer (1.5.6-1) unstable; urgency=low

  * New upstream bugfix release:
    - 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).

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Wed, 23 Dec 2009 10:11:22 +0100

ffmpegthumbnailer (1.5.5-1) unstable; urgency=low

  [ Soeren Sonnenburg ]
  * Fix override disparity by moving libffmpegthumbnailer-dev into section
  libdevel
  * Bumped Standards-Version to 3.8.3, no change required.

  [ Lionel Le Folgoc ]
  * New upstream release:
    - Fixed thumbnail generation for ogm files
    - Fixed ffmpegthumbnailer hanging on certain filetypes caused by
      AVFMT_FLAG_GENPTS flag of video decoder.

 -- Soeren Sonnenburg <sonne@debian.org>  Sun, 27 Sep 2009 08:09:13 +0200

ffmpegthumbnailer (1.5.4-1) unstable; urgency=low

  * New upstream release:
    - Fixed support for large files.
  * Bumped Standards-Version to 3.8.2, no change required.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Mon, 22 Jun 2009 22:35:42 +0200

ffmpegthumbnailer (1.5.3-1) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * New upstream release:
    - Memory alignment fix causing segmentation fault in ffmpeg with altivec
      enabled.

  [ Soeren Sonnenburg ]
  * Update build dependency to libpng12-dev | libpng-dev and libjpeg62-dev |
  libjpeg-dev.

 -- Soeren Sonnenburg <sonne@debian.org>  Thu, 11 Jun 2009 05:37:02 +0200

ffmpegthumbnailer (1.5.2-1) unstable; urgency=low

  [ Soeren Sonnenburg ]
  * New upstream release:
    - 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)

  [ Lionel Le Folgoc ]
  * debian/control: fix override disparity.

 -- Soeren Sonnenburg <sonne@debian.org>  Sun, 24 May 2009 21:00:28 +0200

ffmpegthumbnailer (1.5.0-1) unstable; urgency=low

  [ Lionel Le Folgoc ]
  * New upstream release:
    - 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).
  * debian/control:
    - change section from 'graphics' to 'video'
    - bump Standards-Version to 3.8.1, no change needed.
  * debian/copyright: update years.

  [ Soeren Sonnenburg ]
  * Update changelog, all packaging work has been done by Lionel.

 -- Soeren Sonnenburg <sonne@debian.org>  Mon, 23 Mar 2009 07:49:35 +0100

ffmpegthumbnailer (1.4.0-1) unstable; urgency=low

  * New upstream release:
    - fixes FTBFS with gcc 4.4 (Closes: #510671).
  * Updated SONAME version from 2 to 3 caused package rename from
    libffmpegthumbnailer2 to libffmpegthumbnailer3.
  * debian/copyright: update years.
  * debian/control: add a missing ${misc:Depends}.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 04 Jan 2009 21:27:07 +0100

ffmpegthumbnailer (1.3.0-1) unstable; urgency=low

  * Initial release. (Closes: #478158)

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Wed, 24 Sep 2008 01:06:49 +0200
