--- kffmpegthumbnailer-1.1.0.orig/debian/copyright +++ kffmpegthumbnailer-1.1.0/debian/copyright @@ -0,0 +1,35 @@ +This work was packaged for Debian by: + + Michał Zając on Mon, 18 Jan 2010 19:48:45 +0100 + +It was downloaded from http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562 + +Upstream Author: Dirk Vanden Boer + +Copyright: Copyright (C) 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'. + +The Debian packaging is: + + Copyright (C) 2010 Michał Zając + +and is licensed under the GPL version 2 or later, +see `/usr/share/common-licenses/GPL-2'. --- kffmpegthumbnailer-1.1.0.orig/debian/rules +++ kffmpegthumbnailer-1.1.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ --- kffmpegthumbnailer-1.1.0.orig/debian/compat +++ kffmpegthumbnailer-1.1.0/debian/compat @@ -0,0 +1 @@ +7 --- kffmpegthumbnailer-1.1.0.orig/debian/control +++ kffmpegthumbnailer-1.1.0/debian/control @@ -0,0 +1,17 @@ +Source: kffmpegthumbnailer +Section: kde +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Michał Zając +Build-Depends: debhelper (>= 7), cmake, pkg-kde-tools (>= 0.5.0), kdelibs5-dev, + libffmpegthumbnailer-dev, libavformat-dev, libavutil-dev, libswscale-dev, + libpng12-dev, libjpeg-dev, pkg-config +Standards-Version: 3.8.4 +Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562 + +Package: kffmpegthumbnailer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: video thumbnailer for KDE + kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer. + The thumbnailer uses ffmpeg to decode frames from the video files. --- kffmpegthumbnailer-1.1.0.orig/debian/changelog +++ kffmpegthumbnailer-1.1.0/debian/changelog @@ -0,0 +1,26 @@ +kffmpegthumbnailer (1.1.0-0ubuntu4) oneiric; urgency=low + + * No changes upload for libav0.6 -> libav0.7 transition + + -- Fabrice Coutadeur Fri, 15 Jul 2011 06:26:18 +0200 + +kffmpegthumbnailer (1.1.0-0ubuntu3) maverick; urgency=low + + * Rebuild against newer libavutil. + + -- Lionel Le Folgoc Sun, 08 Aug 2010 00:04:14 +0200 + +kffmpegthumbnailer (1.1.0-0ubuntu2) lucid; urgency=low + + * Bump libjpeg7-dev build-depend to libjpeg-dev (LP: #526002) + * Bump Standards-Version to 3.8.4, no changes + * Remove unnecessary comments from debian/rules for clarity + * Remove dependency on ffmpegthumbnailer, this only needs the libs + + -- Jonathan Thomas Tue, 16 Feb 2010 17:33:04 -0500 + +kffmpegthumbnailer (1.1.0-0ubuntu1) lucid; urgency=low + + * Initial release (Closes LP: #509286) + + -- Michał Zając Mon, 18 Jan 2010 19:48:45 +0100