diff options
| -rw-r--r-- | contrib/vdr2jpeg/debian/README.Debian | 6 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/compat | 1 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/control | 13 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/copyright | 30 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/dirs | 1 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/docs | 3 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/patches/00list | 0 | ||||
| -rwxr-xr-x | contrib/vdr2jpeg/debian/patches/01_changed_api.dpatch | 18 | ||||
| -rwxr-xr-x | contrib/vdr2jpeg/debian/rules | 109 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/debian/watch | 3 |
11 files changed, 0 insertions, 190 deletions
diff --git a/contrib/vdr2jpeg/debian/README.Debian b/contrib/vdr2jpeg/debian/README.Debian deleted file mode 100644 index dd47e7b..0000000 --- a/contrib/vdr2jpeg/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -vdr2jpeg for Debian -------------------- - -This package contains the program vdr2jpeg. - - -- Andreas Brachold <vdr04 -at- deltab.de>, Fri, 10 Nov 2006 16:25:22 +0100 diff --git a/contrib/vdr2jpeg/debian/changelog b/contrib/vdr2jpeg/debian/changelog deleted file mode 100644 index 99f5085..0000000 --- a/contrib/vdr2jpeg/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -vdr2jpeg (0.0.10-1) unstable; urgency=low - - * Initial release - - -- Andreas Brachold <vdr04 -at- deltab.de> Fri, 10 Nov 2006 16:25:22 +0100 - diff --git a/contrib/vdr2jpeg/debian/compat b/contrib/vdr2jpeg/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/contrib/vdr2jpeg/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/contrib/vdr2jpeg/debian/control b/contrib/vdr2jpeg/debian/control deleted file mode 100644 index 4ef3189..0000000 --- a/contrib/vdr2jpeg/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: vdr2jpeg -Section: unknown -Priority: optional -Maintainer: Andreas Brachold <vdr04 -at- deltab.de> -Build-Depends: debhelper (>= 5), libavcodec-dev (>= 0.cvs20060823-4), libavformat-dev (>= 0.cvs20060823-4) -Standards-Version: 3.7.2 - -Package: vdr2jpeg -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libavcodec0d (>= 0.cvs20060823-4), libavformat0d (>= 0.cvs20060823-4) -Description: Grab jpeg images from VDR-Recordings. - This is a simple c++ program to grab jpeg images from VDR-Recordings. - vdr2jpeg are used from xxv to generated preview images of recordings. diff --git a/contrib/vdr2jpeg/debian/copyright b/contrib/vdr2jpeg/debian/copyright deleted file mode 100644 index ebe7ec0..0000000 --- a/contrib/vdr2jpeg/debian/copyright +++ /dev/null @@ -1,30 +0,0 @@ -This package was debianized by Andreas Brachold <vdr04 -at- deltab.de> on -Fri, 10 Nov 2006 16:25:22 +0100. - -It was downloaded from http://www.deltab.de/vdr/vdr2jpeg.html - -Upstream Author: <Andreas Brachold <vdr04 -at- deltab.de> - -Copyright: 2005-2006 Andreas Brachold - based on FFmpeg main (c) 2000-2003 Fabrice Bellard - -License: - - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser 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 - - -The Debian packaging is (C) 2006, Andreas Brachold <vdr04@deltab.de> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - diff --git a/contrib/vdr2jpeg/debian/dirs b/contrib/vdr2jpeg/debian/dirs deleted file mode 100644 index e772481..0000000 --- a/contrib/vdr2jpeg/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr/bin diff --git a/contrib/vdr2jpeg/debian/docs b/contrib/vdr2jpeg/debian/docs deleted file mode 100644 index affb515..0000000 --- a/contrib/vdr2jpeg/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -README -HISTORY -LIESMICH diff --git a/contrib/vdr2jpeg/debian/patches/00list b/contrib/vdr2jpeg/debian/patches/00list deleted file mode 100644 index e69de29..0000000 --- a/contrib/vdr2jpeg/debian/patches/00list +++ /dev/null diff --git a/contrib/vdr2jpeg/debian/patches/01_changed_api.dpatch b/contrib/vdr2jpeg/debian/patches/01_changed_api.dpatch deleted file mode 100755 index f926c7e..0000000 --- a/contrib/vdr2jpeg/debian/patches/01_changed_api.dpatch +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_changed_api.patch.dpatch by <vdr04 -at- wopr.deltab.de> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: 01_changed_api - -@DPATCH@ ---- ./ffm.cpp 2006-11-10 16:55:07.000000000 +0100 -+++ ./ffm.cpp 2006-11-10 17:54:17.000000000 +0100 -@@ -1817,7 +1817,7 @@ - - /* check filename in case of an image number is expected */ - if (oc->oformat->flags & AVFMT_NEEDNUMBER) { -- if (av_filename_number_test(oc->filename) < 0) { -+ if (filename_number_test(oc->filename) < 0) { - print_error(oc->filename, AVERROR_NUMEXPECTED); - return false; - } diff --git a/contrib/vdr2jpeg/debian/rules b/contrib/vdr2jpeg/debian/rules deleted file mode 100755 index 7aa9c97..0000000 --- a/contrib/vdr2jpeg/debian/rules +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - -build: patch build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - $(MAKE) INSTALLBINDIR=/usr/bin - #docbook-to-man debian/vdr2jpeg.sgml > vdr2jpeg.1 - - touch $@ - -clean: clean-patched unpatch - -clean-patched: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - rm -rf debian/imaginary-package debian/files debian/substvars - - # Add here commands to clean up after the build process. - -$(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/vdr2jpeg. - $(MAKE) install INSTALLBINDIR=/usr/bin DESTDIR=$(CURDIR)/debian/vdr2jpeg - -patch: patch-stamp - -patch-stamp: - dpatch apply-all >patch-stamp - -unpatch: - dpatch deapply-all - rm -rf patch-stamp debian/patched - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/contrib/vdr2jpeg/debian/watch b/contrib/vdr2jpeg/debian/watch deleted file mode 100644 index 722a714..0000000 --- a/contrib/vdr2jpeg/debian/watch +++ /dev/null @@ -1,3 +0,0 @@ -version=3 -http://www.deltab.de/files/vdr2jpeg-(.*)\.tgz - |
