--- mplayerthumbs-1.2-kde4.3.1.orig/debian/changelog +++ mplayerthumbs-1.2-kde4.3.1/debian/changelog @@ -0,0 +1,66 @@ +mplayerthumbs (1.2-kde4.3.1-0ubuntu1) karmic; urgency=low + + * New upstream bugfix release (LP: #426797) + Bugfixes: LP: #409260 + * Add README.source for standards compliance + * Bump Standards-Version to 3.8.3 + + -- Jonathan Thomas Wed, 09 Sep 2009 08:36:09 -0400 + +mplayerthumbs (1.2-kde4.3.0-0ubuntu1) karmic; urgency=low + + * New upstream release + * Transition to kde.mk from pkg-kde-tools: + - Bump debhelper build-dep to 7 + - Bump compat version to 7 + - Include kde.mk and debhelper.mk in debian/rules + * Add shlib-depends to depends + * Bump Standards-Version to 3.8.2 + * Remove unnecessary build-depend on cmake, bump kdelibs5-dev build-depend + to 4.2.85 as its the first version to build-dep on cmake + * Drop conflict on libarts1-xine, package hasn't existed for a while + * Move homepage from the package description to its own field. + * Remove debian/patches. The only patch was a GCC fix that hasn't been + applied in the last release, and mplayerthumbs seems to work with the + latest GCC + * Add debian/patches/kubuntu_01_out_of_source_build.diff so that we can + build outside of kdemultimedia + + -- Jonathan Thomas Sun, 21 Jun 2009 16:41:15 -0400 + +mplayerthumbs (1.2-0ubuntu1) jaunty; urgency=low + + * New upstream release + * Remove now-unnecessary build-depend on kdesdk-scripts + * Bump Standards-Version to 3.8.0.1, no changes required + + -- Jonathan Thomas Wed, 11 Feb 2009 09:01:06 -0500 + +mplayerthumbs (1.1-0ubuntu1) jaunty; urgency=low + + * New upstream release: (LP: #277480) + - 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.2-kde4.3.1.orig/debian/control +++ mplayerthumbs-1.2-kde4.3.1/debian/control @@ -0,0 +1,17 @@ +Source: mplayerthumbs +Section: graphics +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Cyril Breuil +Build-Depends: cdbs, debhelper (>= 7), quilt, kdelibs5-dev (>= 4:4.2.85) +Standards-Version: 3.8.3 +Homepage: http://kde-apps.org/content/show.php?content=41180 + +Package: mplayerthumbs +Architecture: any +Depends: ${shlib:Depends}, ${misc:Depends}, mplayer +Description: thumbnail generator for video files on Konqueror + MPlayerThumbs is a thumbnail generator for video files in Dolphin. + This plugin depends soley on mplayer. You can take advantage of + this on x86_64 systems, where you can use a 32bit mplayer to load + win32codecs. --- mplayerthumbs-1.2-kde4.3.1.orig/debian/rules +++ mplayerthumbs-1.2-kde4.3.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk --- mplayerthumbs-1.2-kde4.3.1.orig/debian/docs +++ mplayerthumbs-1.2-kde4.3.1/debian/docs @@ -0,0 +1,2 @@ +ChangeLog +README --- mplayerthumbs-1.2-kde4.3.1.orig/debian/compat +++ mplayerthumbs-1.2-kde4.3.1/debian/compat @@ -0,0 +1 @@ +7 --- mplayerthumbs-1.2-kde4.3.1.orig/debian/copyright +++ mplayerthumbs-1.2-kde4.3.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.2-kde4.3.1.orig/debian/README.source +++ mplayerthumbs-1.2-kde4.3.1/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt for upstream source code patch management. Please read +/usr/share/doc/quilt/README.source for more information how to apply, unapply, +add, modify or remove patches. + +Please note that /usr/share/doc/quilt/README.source is only available in quilt +version 0.46-4.1 or later. --- mplayerthumbs-1.2-kde4.3.1.orig/debian/patches/series +++ mplayerthumbs-1.2-kde4.3.1/debian/patches/series @@ -0,0 +1 @@ +kubuntu_01_out_of_source_build.diff --- mplayerthumbs-1.2-kde4.3.1.orig/debian/patches/kubuntu_01_out_of_source_build.diff +++ mplayerthumbs-1.2-kde4.3.1/debian/patches/kubuntu_01_out_of_source_build.diff @@ -0,0 +1,14 @@ +Index: mplayerthumbs-1.2-kde4.3.0/CMakeLists.txt +=================================================================== +--- mplayerthumbs-1.2-kde4.3.0.orig/CMakeLists.txt 2009-08-01 20:28:10.000000000 -0400 ++++ mplayerthumbs-1.2-kde4.3.0/CMakeLists.txt 2009-08-01 20:29:28.000000000 -0400 +@@ -1,3 +1,9 @@ + project(mplayerthumbs) ++find_package(KDE4 REQUIRED) ++include (KDE4Defaults) ++include(MacroOptionalAddSubdirectory) ++ ++add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) ++include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) + + add_subdirectory( src )