--- mplayerthumbs-1.1.orig/debian/changelog +++ mplayerthumbs-1.1/debian/changelog @@ -0,0 +1,28 @@ +mplayerthumbs (1.1-0ubuntu1) jaunty; urgency=low + + * New upstream release: + - Use our kde4.mk, add build-depends on kdesdk-scripts and quilt + - Remove autotools-dev build-depend, change to cmake (Upstream uses cmake) + - Build-depend on kdelibs4-dev => kdelibs5-dev, mplayerthumbs is now a + KDE4 app + - Update copyright info in debian/copyright + + -- Jonathan Thomas Sun, 30 Nov 2008 17:46:21 -0500 + +mplayerthumbs (0.5~b-0ubuntu2) intrepid; urgency=low + + * debian/patches/gcc-4.3.patch: + - Fix FTBFS with gcc-4.3. + * debian/rules: + - Add simple-patchsys support. + * debian/control: + - Update Maintainer field as per spec (LP: #230350). + + -- Luca Falavigna Sat, 07 Jun 2008 10:57:44 +0200 + +mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low + + * Initial release (LP: #110368) + + -- Cyril Breuil Thu, 26 Apr 2007 22:20:17 +0200 + --- mplayerthumbs-1.1.orig/debian/control +++ mplayerthumbs-1.1/debian/control @@ -0,0 +1,21 @@ +Source: mplayerthumbs +Section: graphics +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Cyril Breuil +Build-Depends: cdbs, debhelper (>= 5), cmake, kdelibs5-dev, kdesdk-scripts, + quilt +Standards-Version: 3.7.2 + +Package: mplayerthumbs +Architecture: any +Depends: ${misc:Depends}, mplayer +Conflicts: libarts1-xine +Description: thumbnail generator for video files on Konqueror + MPlayerThumbs is a thumbnail generator for video files on + Konqueror. Unlike the original konqueror plugin (libarts1-xine), + it depends on neither xine nor arts, instead it uses only + mplayer. You can take advantage of this on x86_64 systems, + where you can use a 32bit mplayer to load win32codecs. + . + Homepage: http://kde-apps.org/content/show.php?content=41180 --- mplayerthumbs-1.1.orig/debian/rules +++ mplayerthumbs-1.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk + +# Add here any variable or target overrides you need. --- mplayerthumbs-1.1.orig/debian/docs +++ mplayerthumbs-1.1/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- mplayerthumbs-1.1.orig/debian/compat +++ mplayerthumbs-1.1/debian/compat @@ -0,0 +1 @@ +5 --- mplayerthumbs-1.1.orig/debian/copyright +++ mplayerthumbs-1.1/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Cyril Breuil on +Thu, 26 Apr 2007 22:20:17 +0200. + +It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1 + +Upstream Author: Marco Gulino + +Copyright (C) 2006-2008 by Marco Gulino +Copyright (C) 2003 Ewald Snel +Copyright (C) 2002 Simon MacMullen + +License: + + This program 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 program 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 program; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, 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'. + +The Debian packaging is (C) 2007, Cyril Breuil and +is licensed under the GPL, see above. + --- mplayerthumbs-1.1.orig/debian/patches/gcc-4.3.patch +++ mplayerthumbs-1.1/debian/patches/gcc-4.3.patch @@ -0,0 +1,11 @@ +diff -Nur -x '*.orig' -x '*~' mplayerthumbs-0.5~b/src/videopreview.cpp mplayerthumbs-0.5~b.new/src/videopreview.cpp +--- mplayerthumbs-0.5~b/src/videopreview.cpp 2006-07-10 17:17:11.000000000 +0200 ++++ mplayerthumbs-0.5~b.new/src/videopreview.cpp 2008-06-07 10:57:16.000000000 +0200 +@@ -38,6 +38,7 @@ + #include + #include + #include ++#include + + #include "mplayerthumbs.h" +