--- vdr-plugin-image-0.3.0.orig/debian/imagesources.conf +++ vdr-plugin-image-0.3.0/debian/imagesources.conf @@ -0,0 +1,15 @@ +# +# Syntax is: ;;; +# +# = Path, where to finde images or image directories +# = descriptor displayed in VDR +# = 0 - if no mounting should be done +# 1 - if needs to be mounted first. +# (Dont forget to setup fstab !!!) +# = filters, what files should be displayed. +# i.e. *.jpg *.jpeg *.png *.tif* *.bmp +# + +/cdrom;CDROM;1;*.jpg *.jpeg *.png *.tif* *.bmp +/var/lib/video;VDR Recordings;0;*.pnm +/mnt/images;Images on the network;0;*.jpg *.jpeg *.png *.tif* *.bmp --- vdr-plugin-image-0.3.0.orig/debian/watch +++ vdr-plugin-image-0.3.0/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=downloadurlmangle=s/prdownload/download/ \ + http://developer.berlios.de/project/showfiles.php?group_id=4286 \ + .*/vdr-image/vdr-image-(.*)\.tar.gz --- vdr-plugin-image-0.3.0.orig/debian/rules +++ vdr-plugin-image-0.3.0/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/dpatch.mk + +DEB_INSTALL_CHANGELOGS_ALL = HISTORY + +MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \ + LOCALEDIR=debian/tmp/usr/share/locale + +common-build-arch:: + $(MAKE) all $(MAKE_OPTIONS) + +cleanbuilddir:: + $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) + rm -f libvdr-*.so.* + +common-binary-predeb-arch:: + sh /usr/share/vdr-dev/dependencies.sh --- vdr-plugin-image-0.3.0.orig/debian/examples +++ vdr-plugin-image-0.3.0/debian/examples @@ -0,0 +1 @@ +examples/*.conf --- vdr-plugin-image-0.3.0.orig/debian/TODO +++ vdr-plugin-image-0.3.0/debian/TODO @@ -0,0 +1,4 @@ +- Remove Build-dependency to libavutilcvs-dev, liblame-dev, libxvidcore-dev, + as soon as Etch support gets droped or Christian Marillat fixes the Etch + version of libavcodeccvs51-dev + --- vdr-plugin-image-0.3.0.orig/debian/README.Debian +++ vdr-plugin-image-0.3.0/debian/README.Debian @@ -0,0 +1,22 @@ +ffmpeg-usage +------------ + +The image plugin compiles with Debian's ffmpeg-free version, but it won't work, +because an MPEG2 encoder is required, which has been removed from ffmpeg-free. + +Therefore, this plug-in should use the ffmpeg-Version (libav*cvs) from +Cristian Marillats Dbeian Multimedia Repository + + http://debian-multimedia.org/ + +It's technically possible to use MPEG1 (which is available in ffmpeg-free) +instead of MPEG2, but the image quality then seems to be really bad +on some pictures (flickering in the MPEG-still image loop). + +Maybe with some more tweaking, MPEG1 / ffmpeg-free can be used, but +for know I decided to stay with the non-free ffmpeg. + +The build-dependencies to libavutilcvs-dev, liblame-dev and libxvidcore-dev +are required because of a bug in libavcodeccvs51-dev (20070329-0.0etch1). + + -- Tobias Grimm Wed, 21 May 2008 20:16:44 +0200 --- vdr-plugin-image-0.3.0.orig/debian/copyright +++ vdr-plugin-image-0.3.0/debian/copyright @@ -0,0 +1,43 @@ +Upstream Homepage: + http://vdr-image.berlios.de/ + +Upstream Authors: + Andreas Brachold (maintainer) + Kai Tobias Burwieck + "Interpohl" + Onno Kreuzinger + +Debian Maintainers: + Tobias Grimm + Thomas Günther + Thomas Schmidt + +Copyright: + (C) 2004 - 2009 Andreas Brachold, Kai Tobias Burwieck, "Interpohl", + Onno Kreuzinger + +Copyright (Debian packaging): + (C) 2004 Andreas Brachold, "Interpohl", Onno Kreuzinger + (C) 2004 - 2009 Tobias Grimm, Thomas Günther, Thomas Schmidt + +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. + + The complete text of the GNU General Public License can be found + in /usr/share/common-licenses/GPL-2 on most Debian systems. + +License (Debian packaging): + The Debian packaging is licensed under the GPL, version 2 or any + later version, see /usr/share/common-licenses/GPL-2. --- vdr-plugin-image-0.3.0.orig/debian/dirs +++ vdr-plugin-image-0.3.0/debian/dirs @@ -0,0 +1 @@ +var/cache/vdr-plugin-image --- vdr-plugin-image-0.3.0.orig/debian/compat +++ vdr-plugin-image-0.3.0/debian/compat @@ -0,0 +1 @@ +5 --- vdr-plugin-image-0.3.0.orig/debian/changelog +++ vdr-plugin-image-0.3.0/debian/changelog @@ -0,0 +1,506 @@ +vdr-plugin-image (0.3.0-12yavdr1) lucid; urgency=low + + * reb. vdr-1.7.14 + + -- Holger Schvestka Mon, 15 Mar 2010 22:25:05 +0100 + +vdr-plugin-image (0.3.0-11yavdr1) lucid; urgency=low + + * reb. vdr-1.7.12 + + -- Holger Schvestka Sun, 21 Feb 2010 19:57:09 +0100 + +vdr-plugin-image (0.3.0-8yavdr1) karmic; urgency=low + + * reb. vdr-1.7.12 + + -- Holger Schvestka Thu, 18 Feb 2010 13:20:54 +0100 + +vdr-plugin-image (0.3.0-6tvt1) karmic; urgency=low + + * updated ABI version + + -- Gerald Dachs Fri, 25 Dec 2009 21:03:13 +0100 + +vdr-plugin-image (0.3.0-5tvt1) karmic; urgency=low + + * rebuild for vdr 1.7.10 + + -- Gerald Dachs Tue, 24 Nov 2009 15:47:15 +0100 + +vdr-plugin-image (0.3.0-4ubuntu1) karmic; urgency=low + + * Ubuntu-Karmic + + -- Holger Schvestka Mon, 28 Sep 2009 10:26:18 +0200 + +vdr-plugin-image (0.3.0-3) experimental; urgency=low + + * Release for vdrdevel 1.7.6 + * Changed Maintainer to Debian VDR Team + * Added Tobias Grimm and myself to Uploaders + * Updated debian/copyright to our new format + * Added ${misc:Depends} + * Bumped standards version to 3.8.1 + * Changed section to "video" + + -- Thomas Günther Wed, 29 Apr 2009 23:10:55 +0200 + +vdr-plugin-image (0.3.0-2) experimental; urgency=low + + * Dropped libavcodeccvs, libavformatcvs and libswscalecvs build dependencies + (no more support for these old ffmpeg versions!) + + -- Tobias Grimm Sun, 22 Feb 2009 16:51:10 +0100 + +vdr-plugin-image (0.3.0-1) experimental; urgency=low + + * New upstream release + + -- Tobias Grimm Sat, 21 Feb 2009 18:51:08 +0100 + +vdr-plugin-image (0.2.7-16) experimental; urgency=low + + * Christian once more changed the package naming of the ffmpeg libs, + so the build dependencies needed to be changed again + + -- Tobias Grimm Sun, 27 Jul 2008 13:08:20 +0200 + +vdr-plugin-image (0.2.7-15) experimental; urgency=low + + * Dropped patchlevel control field + * Build-Depend on vdr-dev (>=1.6.0-5) + * Bumped Standards-Version to 3.8.0 + + -- Tobias Grimm Fri, 25 Jul 2008 19:25:13 +0200 + +vdr-plugin-image (0.2.7-14) experimental; urgency=low + + * Removed 01_link_libavcodec.dpatch + * Added 01_new-ffmpeg.dpatch + * Build-depend on libavcodeccvs-dev | libavcodec-dev, + libavformatcvs-dev | libavformat-dev, libswscalecvs-dev | libswscale-dev + (See README.Debian) + * Now really switched Build-System to cdbs + * Build-depend on libavutilcvs-dev, liblame-dev and libxvidcore-dev because + of a bug in libavcodeccvs51 (20070329-0.0etch1) + * Added 02_new-ffmpeg-header-location.dpatch + + -- Tobias Grimm Wed, 21 May 2008 20:39:02 +0200 + +vdr-plugin-image (0.2.7-13) experimental; urgency=low + + * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7 + + -- Tobias Grimm Mon, 12 May 2008 12:59:06 +0200 + +vdr-plugin-image (0.2.7-12) experimental; urgency=low + + * Build-depend on vdr-dev (>= 1.6.0) + * Switched Build-System to cdbs, Build-Depend on cdbs + * Renamed XS-Vcs-* fields to Vcs-* in debian/control + * Bumped Standards-Version to 3.7.3 + * Using COMPAT=5 now + + -- Tobias Grimm Fri, 04 Apr 2008 00:25:02 +0200 + +vdr-plugin-image (0.2.7-11) experimental; urgency=low + + * Force rebuild for vdr 1.5.15 + + -- Tobias Grimm Mon, 18 Feb 2008 21:08:07 +0100 + +vdr-plugin-image (0.2.7-10) unstable; urgency=low + + * Release for vdrdevel 1.5.13 + + -- Thomas Günther Wed, 16 Jan 2008 10:31:33 +0100 + +vdr-plugin-image (0.2.7-9) unstable; urgency=low + + * Release for vdrdevel 1.5.12 + + -- Thomas Günther Tue, 20 Nov 2007 23:46:19 +0100 + +vdr-plugin-image (0.2.7-8) unstable; urgency=low + + * Release for vdrdevel 1.5.11 + + -- Thomas Günther Tue, 6 Nov 2007 23:34:13 +0100 + +vdr-plugin-image (0.2.7-7) unstable; urgency=low + + * Release for vdrdevel 1.5.10 + + -- Thomas Günther Tue, 16 Oct 2007 23:50:54 +0200 + +vdr-plugin-image (0.2.7-6) unstable; urgency=low + + * Release for vdrdevel 1.5.9 + + -- Thomas Günther Tue, 28 Aug 2007 01:01:05 +0200 + +vdr-plugin-image (0.2.7-5) unstable; urgency=low + + * Release for vdrdevel 1.5.8 + + -- Thomas Günther Thu, 23 Aug 2007 01:09:00 +0200 + +vdr-plugin-image (0.2.7-4) unstable; urgency=low + + * Release for vdrdevel 1.5.6 + + -- Thomas Günther Tue, 14 Aug 2007 01:46:14 +0200 + +vdr-plugin-image (0.2.7-3) unstable; urgency=low + + [ Thomas Schmidt ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control + * Removed version from Build-Dependancy to dpatch - even Sarge has the + required version + + [ Thomas Günther ] + * Release for vdrdevel 1.5.5 + + -- Thomas Günther Wed, 27 Jun 2007 23:02:35 +0200 + +vdr-plugin-image (0.2.7-2) unstable; urgency=low + + * Release for vdrdevel 1.5.2 + + -- Thomas Günther Sat, 28 Apr 2007 00:00:28 +0200 + +vdr-plugin-image (0.2.7-1) unstable; urgency=low + + * New upstream release + + -- Tobias Grimm Sat, 10 Mar 2007 20:42:20 +0100 + +vdr-plugin-image (0.2.6-9) experimental; urgency=low + + * Release for vdrdevel 1.5.1 + + -- Thomas Günther Tue, 27 Feb 2007 19:59:15 +0100 + +vdr-plugin-image (0.2.6-8) experimental; urgency=low + + [ Thomas Günther ] + * Replaced VDRdevel adaptions in debian/rules with make-special-vdr + * Adapted call of dependencies.sh and patchlevel.sh to the new location + in /usr/share/vdr-dev/ + + [ Tobias Grimm ] + * Build-Depend on vdr-dev (>=1.4.5-1) + + -- Tobias Grimm Sun, 14 Jan 2007 20:23:05 +0100 + +vdr-plugin-image (0.2.6-7) unstable; urgency=low + + * Build-Depend on vdr-dev (>=1.4.4-1) + + -- Tobias Grimm Sun, 5 Nov 2006 11:45:40 +0100 + +vdr-plugin-image (0.2.6-6) unstable; urgency=low + + * Build-Depend on vdr-dev (>=1.4.3-1) + + -- Tobias Grimm Sat, 23 Sep 2006 20:32:57 +0200 + +vdr-plugin-image (0.2.6-5) unstable; urgency=low + + * Build-Depend on vdr-dev (>=1.4.2-1) + * Bumped Standards-Version to 3.7.2 + + -- Tobias Grimm Sun, 27 Aug 2006 14:39:32 +0200 + +vdr-plugin-image (0.2.6-4) unstable; urgency=low + + * Added 01_Makefile-fPIC-fix.dpatch + + -- Tobias Grimm Wed, 26 Jul 2006 18:56:27 +0200 + +vdr-plugin-image (0.2.6-3) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.4.1-1) + + -- Debian VDR Team Fri, 16 Jun 2006 22:02:57 +0200 + +vdr-plugin-image (0.2.6-2) unstable; urgency=low + + * Thomas Schmidt + - Build-Depend on vdr-dev (>=1.4.0-1) + + -- Debian VDR Team Wed, 3 May 2006 23:07:28 +0200 + +vdr-plugin-image (0.2.6-1) unstable; urgency=low + + * Tobias Grimm + - New upstream release + - Modified debian/watch to use new downloadurlmangle option of uscan + - Build-Depend on vdr (>=1.3.48-1) + - Removed DVBDIR from debian/rules + + -- Debian VDR Team Mon, 24 Apr 2006 23:04:40 +0200 + +vdr-plugin-image (0.2.5-4) unstable; urgency=low + + * Tobias Grimm + - Build-Depend on vdr (>=1.3.46-1) + + -- Debian VDR Team Wed, 12 Apr 2006 22:14:04 +0200 + +vdr-plugin-image (0.2.5-3) unstable; urgency=low + + * Tobias Grimm + - Build-Depend on vdr (>=1.3.45-1) + + -- Debian VDR Team Mon, 27 Mar 2006 21:16:27 +0200 + +vdr-plugin-image (0.2.5-2) unstable; urgency=low + + * Tobias Grimm + - Build-Depend on vdr (>=1.3.41-1) + + -- Debian VDR Team Tue, 31 Jan 2006 01:28:59 +0100 + +vdr-plugin-image (0.2.5-1) unstable; urgency=low + + * Tobias Grimm + - Build-Depend on vdr-dev (>=1.3.40-1) + - libexif-dev (>= 0.6.12) + * Thomas Schmidt + - New upstream release + + Updated 01_link_libavcodec.dpatch + + -- Debian VDR Team Wed, 25 Jan 2006 23:51:26 +0100 + +vdr-plugin-image (0.2.4-2) unstable; urgency=low + + * Build-Depend on vdr (>=1.3.37-1) + + -- Tobias Grimm Sat, 3 Dec 2005 20:56:25 +0100 + +vdr-plugin-image (0.2.4-1) unstable; urgency=low + + * Thomas Günther + - New upstream release + - Adapted 01_link_libavcodec.dpatch + - Removed 02_encode.dpatch + - Added Suggests: imagemagick, libjpeg-progs for commands in imagecmds.conf + (Thx to wilderigel at vdrportal.de) + + -- Thomas Günther Fri, 25 Nov 2005 15:46:14 +0100 + +vdr-plugin-image (0.2.3-9) unstable; urgency=low + + * Build-Depend on vdr (>=1.3.33-1) + + -- Tobias Grimm Sun, 2 Oct 2005 10:33:41 +0200 + +vdr-plugin-image (0.2.3-8) unstable; urgency=low + + * Build-Depend on vdr (>=1.3.32-1) + + -- Tobias Grimm Wed, 14 Sep 2005 19:17:58 +0200 + +vdr-plugin-image (0.2.3-7) unstable; urgency=low + + * Depend/Build-Depend on vdr (>=1.3.31-1) + * Conflict with vdr (>=1.3.31.99) + * Use dependencies.sh from vdr-dev to set vdr dependencies and + conflicts + + -- Tobias Grimm Tue, 30 Aug 2005 23:07:02 +0200 + +vdr-plugin-image (0.2.3-6) unstable; urgency=low + + * Depend/Build-Depend on vdr (>=1.3.30-1) + * Conflict with vdr (>=1.3.30.99) + + -- Tobias Grimm Mon, 22 Aug 2005 17:28:40 +0200 + +vdr-plugin-image (0.2.3-5) unstable; urgency=low + + * Depend/Build-Depend on vdr (>=1.3.29-1) + * Conflict with vdr (>=1.3.30) + + -- Tobias Grimm Mon, 15 Aug 2005 21:12:21 +0200 + +vdr-plugin-image (0.2.3-4) unstable; urgency=low + + * Depend/Build-Depend on vdr (>=1.3.28-1) + * Conflict with vdr (>=1.3.29) + * Bumped Standards-Version to 3.6.2 + * Updated debian/watch and project homepage + + -- Tobias Grimm Mon, 8 Aug 2005 20:25:10 +0200 + +vdr-plugin-image (0.2.3-3) unstable; urgency=low + + * Fixed bug in encode patch + + -- Tobias Grimm Sun, 17 Jul 2005 21:57:15 +0200 + +vdr-plugin-image (0.2.3-2) unstable; urgency=low + + * Use statically linked libavcodec from official Debian ffmpeg package + * Added patch that rewrites major parts of the encoder to fix some + bugs, increase readability and make it compatible with newer ffmpeg + versions + + -- Tobias Grimm Sun, 17 Jul 2005 16:43:11 +0200 + +vdr-plugin-image (0.2.3-1) unstable; urgency=low + + * Tobias Grimm + - New upstream release + - Depend/Build-Depend on vdr (>=1.3.27-1) + - Conflict with vdr (>=1.3.28) + - Made debian/rules svn-buildpackage-save + * Thomas Günther + - Adapted link_libavcodec patch to new upstream + - Removed Makefile-fPIC-fix and fix_imagecmds patch (integrated in upstream) + + -- Tobias Grimm Sun, 26 Jun 2005 17:19:10 +0200 + +vdr-plugin-image (0.2.2-4) unstable; urgency=low + + * Make sure cache dir is owned by vdr:vdr + + -- Tobias Grimm Sat, 2 Apr 2005 21:34:24 +0200 + +vdr-plugin-image (0.2.2-3) unstable; urgency=low + + * Converted changelog to UTF-8 + * Set CONVERT_TEMPDIR for commands in imagecmds.conf + * Adapted patches for new dpatch >= 2.0.9 + * Using debian/compat now + + -- Thomas Günther Mon, 6 Dec 2004 01:56:46 +0100 + +vdr-plugin-image (0.2.2-2) unstable; urgency=low + + * adapted for vdr 1.2.6-27 + * Added Makefile-fPIC-fix patch to fix potential FTBFS + * Adapted control file to alioth packages + * Using patchlevel.sh and custom control field "vdr-patchlevel" + + -- Tobias Grimm Tue, 28 Sep 2004 00:05:00 +0200 + +vdr-plugin-image (0.2.2-1) unstable; urgency=low + + * New upstream release + + -- Tobias Grimm Wed, 01 Sep 2004 23:40:00 +0200 + +vdr-plugin-image (0.2.1-1) unstable; urgency=low + + * New upstream release + + -- Tobias Grimm Sat, 29 Aug 2004 13:00:00 +0200 + +vdr-plugin-image (0.1.1-1) unstable; urgency=low + + * New upstream release + * added imagecmds.conf + + -- Tobias Grimm Sun, 1 Aug 2004 21:00:00 +0200 + +vdr-plugin-image (0.1.0-1) unstable; urgency=low + + * New upstream release + * ImageMagick not needed anymore + * Converted images are not stored under /var/cache anymore by default, but + in /tmp/images. Users upgrading from an older version should change + this in the plugin settings manually. + * Some general improvements to unify the plugins, as suggested by + Thomas Günther + * Added watch file + + -- Tobias Grimm Mon, 5 Jul 2004 22:55:12 +0200 + +vdr-plugin-image (0.0.8-1) unstable; urgency=low + + * New upstream release + * default image cache path set to /var/cache/vdr-plugin-image + + -- Tobias Grimm Tue, 16 Mar 2004 20:15:00 +0100 + +vdr-plugin-image (0.0.7+0.0.8rc2-1) unstable; urgency=low + + * New upstream release + * removed sharutils dependency, uudecode isn't used anymore + * renamed mount.sh to vdrimagemount.sh and installed into /usr/sbin, + changed interpreter to /bin/sh and converted some DOS line endings + * added plugin.image.conf with comments about the command line options + (requires now vdr 1.2.6-14) + * changed defaults in imagesources.conf and added comments + * renamed convert.sh, convert_jump.sh and convert_zoom-sh to + vdrimageconvert.sh, vdrimagejumpconvert.sh and vdrimagezoomconvert.sh + * fixed small bug in debian/rules + * missing directory /tmp/image added + + -- Tobias Grimm Sun, 7 Mar 2004 17:54:08 +0100 + +vdr-plugin-image (0.0.7+0.0.8rc1-1) unstable; urgency=low + + * New upstream release + * added sharurils dependency, because convert script uses uudecode + now + + -- Tobias Grimm Wed, 3 Mar 2004 23:14:12 +0100 + +vdr-plugin-image (0.0.7+0.0.8pre5-1) unstable; urgency=low + + * complete rework of the debianization + + -- Tobias Grimm Thu, 26 Feb 2004 00:30:00 +0200 + +vdr-plugin-image (0.0.8-pre-5) unstable; urgency=low + + * Added other File-Filterimplemation with more feature + see examples/imagesources.conf.example + + -- A.Brachold Tue, 23 Feb 2004 23:00:00 +0200 + +vdr-plugin-image (0.0.8-pre-4) unstable; urgency=low + + * Reworked convert* scripts for better aspect scaling + * Started to optionally replace ImageMagick by netpbm tools, check README.SCRIPTS + * Cleanup obsolete code from scripts + * Added image_pregen.sh to pre generate a file or folder (cron/at/..) + + -- Onno Tue, 22 Feb 2004 18:30:00 +0200 + +vdr-plugin-image (0.0.8-pre-3) unstable; urgency=low + + * Add Filter for filetype (by Onno Kreuzinger) + * Implement Interface to Statusmonitor (this use e.g. GLCD-Plugin) + * Fix "Error: unknow config paramater ..." + * Make the most text translatable + * Change setupmenu form Integer 0/1 to yes/no Selection + * Remove some old file form mp3-plugins, and reformated the source with indent + * Fix Header with correct copyright + * Cleanup errorlog (esyslog) + * Remove some possible bufferoverflows throw sprint() + + -- A.Brachold Tue, 22 Feb 2004 18:00:00 +0200 + +vdr-plugin-image (0.0.7-1) unstable; urgency=low + + * Reworks on Jumpmenu + + -- Interpohl Tue, 31 Jan 2004 18:00:00 +0200 + +vdr-plugin-image (0.0.7-0) unstable; urgency=low + + * Reworks on Jumpmenu + + -- Interpohl Tue, 30 Jan 2004 22:00:00 +0200 + +vdr-plugin-image (0.0.6-0) unstable; urgency=low + + * debianized + + -- Interpohl Tue, 30 Jan 2004 00:45:00 +0200 --- vdr-plugin-image-0.3.0.orig/debian/install +++ vdr-plugin-image-0.3.0/debian/install @@ -0,0 +1,7 @@ +libvdr-image.so.* usr/lib/vdr/plugins/ + +debian/imagesources.conf etc/vdr/plugins/ +debian/plugin.image.conf etc/vdr/plugins/ +examples/imagecmds.conf etc/vdr/plugins/ + +scripts/*.sh usr/lib/vdr-plugin-image/ --- vdr-plugin-image-0.3.0.orig/debian/plugin.image.conf +++ vdr-plugin-image-0.3.0/debian/plugin.image.conf @@ -0,0 +1,12 @@ +# +# The following command line parameters are supported: +# +# -m CMD, --mount=CMD : use CMD to mount/unmount/eject image sources +# -C CMD, --convert=CMD : use CMD when converting Images +# + +# the following parameters are necessary, because the upstreams default +# values will not work with the debian package! + +-m /usr/lib/vdr-plugin-image/mount.sh +-C /usr/lib/vdr-plugin-image/imageplugin.sh --- vdr-plugin-image-0.3.0.orig/debian/postinst +++ vdr-plugin-image-0.3.0/debian/postinst @@ -0,0 +1,48 @@ +#! /bin/sh +# postinst script for vdr-plugin-image +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +# source debconf lib +. /usr/share/debconf/confmodule + +case "$1" in + configure) + # ensure that the cache dir is correctly owned + if [ -d /var/cache/vdr-plugin-image ] ; then + chown -R vdr:vdr /var/cache/vdr-plugin-image || true + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- vdr-plugin-image-0.3.0.orig/debian/docs +++ vdr-plugin-image-0.3.0/debian/docs @@ -0,0 +1,2 @@ +README +LIESMICH --- vdr-plugin-image-0.3.0.orig/debian/links +++ vdr-plugin-image-0.3.0/debian/links @@ -0,0 +1,2 @@ +etc/vdr/plugins/imagesources.conf var/lib/vdr/plugins/imagesources.conf +etc/vdr/plugins/imagecmds.conf var/lib/vdr/plugins/imagecmds.conf --- vdr-plugin-image-0.3.0.orig/debian/control +++ vdr-plugin-image-0.3.0/debian/control @@ -0,0 +1,18 @@ +Source: vdr-plugin-image +Section: video +Priority: extra +Maintainer: Debian VDR Team +Uploaders: Tobias Grimm , Thomas Günther +Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.7.13), gettext, pkg-config, + libavcodec-dev, libavformat-dev, libswscale-dev, libavutil-dev, + liblame-dev | libmp3lame-dev, libexif-dev (>= 0.6.12), libxvidcore-dev, dpatch +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-image/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-image/trunk/ + +Package: vdr-plugin-image +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, netpbm, file +Suggests: imagemagick, libjpeg-progs +Description: Image plugin for vdr + This plugin implements a image viewer for vdr. --- vdr-plugin-image-0.3.0.orig/debian/patches/00list +++ vdr-plugin-image-0.3.0/debian/patches/00list @@ -0,0 +1 @@ +01_image-0.3.0-fix-PLUGIN-definition --- vdr-plugin-image-0.3.0.orig/debian/patches/01_image-0.3.0-fix-PLUGIN-definition.dpatch +++ vdr-plugin-image-0.3.0/debian/patches/01_image-0.3.0-fix-PLUGIN-definition.dpatch @@ -0,0 +1,44 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_fix-PLUGIN-definition.dpatch by Thomas Günther +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fixes compilation with VDR >= 1.7.13. + +@DPATCH@ +--- image-0.3.0/Makefile ++++ image-0.3.0/Makefile +@@ -20,6 +20,12 @@ + #FFMDIR = ../../../../ffmpeg + + ++# The official name of this plugin. ++# This name will be used in the '-P...' option of VDR to load the plugin. ++# By default the main source file also carries this name. ++# ++PLUGIN = image ++ + ### The C++ compiler and options: + + CXX ?= g++ +@@ -44,12 +50,6 @@ + + -include $(VDRDIR)/Make.config + +-# The official name of this plugin. +-# This name will be used in the '-P...' option of VDR to load the plugin. +-# By default the main source file also carries this name. +-# +-PLUGIN = image +- + ### The version number of this plugin (taken from the main source file): + + VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') +@@ -182,7 +182,7 @@ + @for i in $(SUBDIRS) ;\ + do \ + ( cd $$i;\ +- $(MAKE) all;\ ++ $(MAKE) all PLUGIN=$(PLUGIN);\ + ) \ + || exit 1;\ + done