r2074 - in vdr/vdr-plugin-softplay/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Thu Mar 23 20:28:21 UTC 2006
Author: tiber-guest
Date: 2006-03-23 20:28:21 +0000 (Thu, 23 Mar 2006)
New Revision: 2074
Removed:
vdr/vdr-plugin-softplay/trunk/debian/README.Debian
vdr/vdr-plugin-softplay/trunk/debian/links.ex
vdr/vdr-plugin-softplay/trunk/debian/postinst.ex
vdr/vdr-plugin-softplay/trunk/debian/postrm.ex
vdr/vdr-plugin-softplay/trunk/debian/preinst.ex
vdr/vdr-plugin-softplay/trunk/debian/prerm.ex
vdr/vdr-plugin-softplay/trunk/debian/watch.ex
Modified:
vdr/vdr-plugin-softplay/trunk/debian/changelog
vdr/vdr-plugin-softplay/trunk/debian/control
vdr/vdr-plugin-softplay/trunk/debian/copyright
vdr/vdr-plugin-softplay/trunk/debian/patches/02_debian_ffmpeg.dpatch
Log:
initial release
Deleted: vdr/vdr-plugin-softplay/trunk/debian/README.Debian
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/README.Debian 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/README.Debian 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,6 +0,0 @@
-vdr-plugin-softplay for Debian
-------------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>, Sun, 12 Mar 2006 18:04:41 +0100
Modified: vdr/vdr-plugin-softplay/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/changelog 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/changelog 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,7 +1,7 @@
-vdr-plugin-softplay (0.0.2+cvs20060313-1) UNRELEASED; urgency=low
+vdr-plugin-softplay (0.0.2+cvs20060323-1) unstable; urgency=low
- * (NOT RELEASED YET)
- * Initial Release
+ * Tobias Grimm <tg at e-tobi.net>
+ - Initial Release
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 12 Mar 2006 18:04:41 +0100
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Thu, 23 Mar 2006 21:27:29 +0100
Modified: vdr/vdr-plugin-softplay/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/control 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/control 2006-03-23 20:28:21 UTC (rev 2074)
@@ -2,14 +2,14 @@
Section: misc
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>= 1.3.41-1)
+Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>= 1.3.41-1), libavcodec-dev (>= 0.cvs20050811-2sarge2), libavformat-dev (>= 0.cvs20050811-2sarge2)
Standards-Version: 3.6.2
Package: vdr-plugin-softplay
Architecture: any
Depends: ${shlibs:Depends}, ${vdr:Depends}, vdr-plugin-softdevice (>= 0.2.1)
-Conflicts: ${vdr:Conflicts}, libavcodec-dev (>= 0.cvs20050811-2sarge2), libavformat-dev (>= 0.cvs20050811-2sarge2)
+Conflicts: ${vdr:Conflicts}
Description: Plays media files with VDR and the Softdevice plugin
- The Softplay plugin reads any media files supported by ffmpeg and
- uses the Softdevice plugin to play them back.
+ The Softplay plugin reads any media files supported by ffmpeg and uses the
+ Softdevice plugin to play them back.
XB-VDR-Patchlevel: ${vdr:Patchlevel}
Modified: vdr/vdr-plugin-softplay/trunk/debian/copyright
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/copyright 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/copyright 2006-03-23 20:28:21 UTC (rev 2074)
@@ -3,7 +3,7 @@
It was downloaded from http://softdevice.berlios.de
-Upstream Author: Martin Wache
+Upstream Author: Martin Wache <M.Wache AT gmx.net>
Copyright:
Deleted: vdr/vdr-plugin-softplay/trunk/debian/links.ex
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/links.ex 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/links.ex 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1 +0,0 @@
-usr/share/vdr-plugin-softplay/softplay var/lib/vdr/plugins/softplay
Modified: vdr/vdr-plugin-softplay/trunk/debian/patches/02_debian_ffmpeg.dpatch
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/patches/02_debian_ffmpeg.dpatch 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/patches/02_debian_ffmpeg.dpatch 2006-03-23 20:28:21 UTC (rev 2074)
@@ -36,7 +36,7 @@
### recent ffmpegs require -lavutil:
-LIBS += $(shell $(CXX) $(CXXFLAGS) $(INCLUDES) getFFmpegLibs.c -o getFFmpegLibs ; ./getFFmpegLibs)
-+LIBS += `ffmpeg-config --plugin-libs avcodec avformat avutil`
++LIBS += `ffmpeg-config --plugin-libs avcodec avformat`
### Implicit rules:
Deleted: vdr/vdr-plugin-softplay/trunk/debian/postinst.ex
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/postinst.ex 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/postinst.ex 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,42 +0,0 @@
-#! /bin/sh
-# postinst script for vdr-plugin-softplay
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-case "$1" in
- configure)
-
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
Deleted: vdr/vdr-plugin-softplay/trunk/debian/postrm.ex
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/postrm.ex 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/postrm.ex 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,38 +0,0 @@
-#! /bin/sh
-# postrm script for vdr-plugin-softplay
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
Deleted: vdr/vdr-plugin-softplay/trunk/debian/preinst.ex
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/preinst.ex 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/preinst.ex 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,41 +0,0 @@
-#! /bin/sh
-# preinst script for vdr-plugin-softplay
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <new-preinst> `install'
-# * <new-preinst> `install' <old-version>
-# * <new-preinst> `upgrade' <old-version>
-# * <old-preinst> `abort-upgrade' <new-version>
-#
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- install|upgrade)
-# if [ "$1" = "upgrade" ]
-# then
-# fi
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
Deleted: vdr/vdr-plugin-softplay/trunk/debian/prerm.ex
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/prerm.ex 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/prerm.ex 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,39 +0,0 @@
-#! /bin/sh
-# prerm script for vdr-plugin-softplay
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- remove|upgrade|deconfigure)
-# install-info --quiet --remove /usr/info/vdr-plugin-softplay.info.gz
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
Deleted: vdr/vdr-plugin-softplay/trunk/debian/watch.ex
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/watch.ex 2006-03-23 19:17:37 UTC (rev 2073)
+++ vdr/vdr-plugin-softplay/trunk/debian/watch.ex 2006-03-23 20:28:21 UTC (rev 2074)
@@ -1,6 +0,0 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site Directory Pattern Version Script
-version=2
-sunsite.unc.edu /pub/Linux/Incoming softplay-(.*)\.tar\.gz debian uupdate
More information about the pkg-vdr-dvb-changes
mailing list