debian/0000755000000000000000000000000012262203511007160 5ustar debian/compat0000644000000000000000000000000212216155576010376 0ustar 9 debian/orig-tar.sh0000755000000000000000000000034411101063203011235 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $3 $origDir echo "moved $3 to $origDir" fi exit 0 debian/patches/0000755000000000000000000000000012262203116010610 5ustar debian/control0000644000000000000000000000517112262203102010563 0ustar Source: ffmpegthumbnailer Section: video Priority: optional Maintainer: Lionel Le Folgoc Uploaders: Soeren Sonnenburg Build-Depends: debhelper (>= 9), pkg-config, libavutil-dev, libavformat-dev, libavcodec-dev (>= 4:0.6~svn20100505-1~), libswscale-dev, libpng-dev, libjpeg-dev, dpkg-dev (>= 1.16.1), dh-autoreconf Standards-Version: 3.9.5 Homepage: http://code.google.com/p/ffmpegthumbnailer/ Vcs-Svn: https://bollin.googlecode.com/svn/ffmpegthumbnailer/trunk/ Vcs-Browser: http://bollin.googlecode.com/svn/ffmpegthumbnailer/trunk/ Package: ffmpegthumbnailer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: libglib2.0-0 Description: fast and lightweight video thumbnailer FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. . This package contains the ffmpegthumbnailer executable. Package: libffmpegthumbnailer4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: shared library for ffmpegthumbnailer FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. . This package contains the shared library for ffmpegthumbnailer framework. Package: libffmpegthumbnailer-dev Section: libdevel Architecture: any Depends: libffmpegthumbnailer4 (= ${binary:Version}), ${misc:Depends} Description: development files for ffmpegthumbnailer FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. . This package contains the development files distributed with ffmpegthumbnailer. Package: ffmpegthumbnailer-dbg Section: debug Priority: extra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ffmpegthumbnailer (= ${binary:Version}) Description: debugging informations for ffmpegthumbnailer FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. . This package contains the debugging symbols for ffmpegthumbnailer. debian/ffmpegthumbnailer.install0000644000000000000000000000005512206626660014263 0ustar usr/bin usr/share/thumbnailers usr/share/man debian/copyright0000644000000000000000000000223011324146407011120 0ustar This package downloaded from http://code.google.com/p/ffmpegthumbnailer/downloads/list Files: debian/* Copyright: © 2008, 2009, 2010 Lionel Le Folgoc License: GPL-2+ The Debian packaging information is under the GPL, version 2 or later. Files: * Copyright: © 2007, 2008, 2009, 2010 Dirk Vanden Boer License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000065412262202607010252 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-gio --enable-thumbnailer override_dh_strip: dh_strip --dbg-package=ffmpegthumbnailer-dbg get-orig-source: -uscan --rename --upstream-version 0 @echo successfully retrieved upstream tarball debian/libffmpegthumbnailer4.install0000644000000000000000000000004512216155576015041 0ustar usr/lib/*/libffmpegthumbnailer*.so.* debian/source/0000755000000000000000000000000012262203116010461 5ustar debian/source/format0000644000000000000000000000001411376470200011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000052211377402474010227 0ustar version=3 opts=downloadurlmangle=s#.*(ffmpegthumbnailer-([\d.]+)\.tar\.gz).*#http://ffmpegthumbnailer.googlecode.com/files/$1#,filenamemangle=s#.*(ffmpegthumbnailer-([\d.]+)\.tar\.gz).*#$1# \ http://code.google.com/p/ffmpegthumbnailer/downloads/list ^.*detail\?name=ffmpegthumbnailer-([\d.]+)\.tar\.gz.* \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000001721012262202607011040 0ustar 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Sun, 04 Jan 2009 21:27:07 +0100 ffmpegthumbnailer (1.3.0-1) unstable; urgency=low * Initial release. (Closes: #478158) -- Lionel Le Folgoc Wed, 24 Sep 2008 01:06:49 +0200 debian/libffmpegthumbnailer-dev.install0000644000000000000000000000017212216155576015532 0ustar usr/include/libffmpegthumbnailer usr/lib/*/libffmpegthumbnailer*.a usr/lib/*/libffmpegthumbnailer*.so usr/lib/*/pkgconfig