From 9c14221e8460c1f93e2a0ffe0544da94e9b2223f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 10:53:02 -0500 Subject: Add mplayerthumbs packaging files for Debian and Ubuntu --- .../applications/mplayerthumbs/debian/changelog | 6 ++++ .../lenny/applications/mplayerthumbs/debian/compat | 1 + .../applications/mplayerthumbs/debian/control | 19 ++++++++++++ .../applications/mplayerthumbs/debian/copyright | 34 ++++++++++++++++++++++ .../lenny/applications/mplayerthumbs/debian/docs | 3 ++ .../lenny/applications/mplayerthumbs/debian/rules | 20 +++++++++++++ 6 files changed, 83 insertions(+) create mode 100644 debian/lenny/applications/mplayerthumbs/debian/changelog create mode 100644 debian/lenny/applications/mplayerthumbs/debian/compat create mode 100644 debian/lenny/applications/mplayerthumbs/debian/control create mode 100644 debian/lenny/applications/mplayerthumbs/debian/copyright create mode 100644 debian/lenny/applications/mplayerthumbs/debian/docs create mode 100755 debian/lenny/applications/mplayerthumbs/debian/rules (limited to 'debian/lenny/applications') diff --git a/debian/lenny/applications/mplayerthumbs/debian/changelog b/debian/lenny/applications/mplayerthumbs/debian/changelog new file mode 100644 index 000000000..673136ed1 --- /dev/null +++ b/debian/lenny/applications/mplayerthumbs/debian/changelog @@ -0,0 +1,6 @@ +mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low + + * Initial release (LP: #110368) + + -- Cyril Breuil Thu, 26 Apr 2007 22:20:17 +0200 + diff --git a/debian/lenny/applications/mplayerthumbs/debian/compat b/debian/lenny/applications/mplayerthumbs/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/lenny/applications/mplayerthumbs/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/lenny/applications/mplayerthumbs/debian/control b/debian/lenny/applications/mplayerthumbs/debian/control new file mode 100644 index 000000000..e397d9bfe --- /dev/null +++ b/debian/lenny/applications/mplayerthumbs/debian/control @@ -0,0 +1,19 @@ +Source: mplayerthumbs +Section: graphics +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev +Standards-Version: 3.8.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 diff --git a/debian/lenny/applications/mplayerthumbs/debian/copyright b/debian/lenny/applications/mplayerthumbs/debian/copyright new file mode 100644 index 000000000..91b6157cd --- /dev/null +++ b/debian/lenny/applications/mplayerthumbs/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 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. + diff --git a/debian/lenny/applications/mplayerthumbs/debian/docs b/debian/lenny/applications/mplayerthumbs/debian/docs new file mode 100644 index 000000000..5502ed8f4 --- /dev/null +++ b/debian/lenny/applications/mplayerthumbs/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO diff --git a/debian/lenny/applications/mplayerthumbs/debian/rules b/debian/lenny/applications/mplayerthumbs/debian/rules new file mode 100755 index 000000000..35f68ee80 --- /dev/null +++ b/debian/lenny/applications/mplayerthumbs/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +# Add here any variable or target overrides you need. + +build-stamp: + dh_testdir + + /usr/bin/libtoolize -f + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + cp -f /usr/share/misc/config.guess admin/config.guess + cp -f /usr/share/misc/config.sub admin/config.sub + + $(MAKE) -f admin/Makefile.common + + QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final + $(MAKE) + touch build-stamp -- cgit v1.2.3