r5426 - in /vdr/vdr-plugin-externalplayer/trunk/debian: ./ README.Debian TODO changelog compat control copyright docs externalplayer.conf install links patches/ patches/00list patches/01_Makefile-fPIC-fix.dpatch patches/02_Makefile-API-fix.dpatch rules
uatschitchun-guest at users.alioth.debian.org
uatschitchun-guest at users.alioth.debian.org
Fri Sep 7 12:35:05 UTC 2007
Author: uatschitchun-guest
Date: Fri Sep 7 12:35:04 2007
New Revision: 5426
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5426
Log:
Load newtrunk into vdr/vdr-plugin-externalplayer/trunk.
Added:
vdr/vdr-plugin-externalplayer/trunk/debian/
vdr/vdr-plugin-externalplayer/trunk/debian/README.Debian
vdr/vdr-plugin-externalplayer/trunk/debian/TODO
vdr/vdr-plugin-externalplayer/trunk/debian/changelog
vdr/vdr-plugin-externalplayer/trunk/debian/compat
vdr/vdr-plugin-externalplayer/trunk/debian/control
vdr/vdr-plugin-externalplayer/trunk/debian/copyright
vdr/vdr-plugin-externalplayer/trunk/debian/docs
vdr/vdr-plugin-externalplayer/trunk/debian/externalplayer.conf
vdr/vdr-plugin-externalplayer/trunk/debian/install
vdr/vdr-plugin-externalplayer/trunk/debian/links
vdr/vdr-plugin-externalplayer/trunk/debian/patches/
vdr/vdr-plugin-externalplayer/trunk/debian/patches/00list
vdr/vdr-plugin-externalplayer/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch (with props)
vdr/vdr-plugin-externalplayer/trunk/debian/patches/02_Makefile-API-fix.dpatch (with props)
vdr/vdr-plugin-externalplayer/trunk/debian/rules (with props)
Added: vdr/vdr-plugin-externalplayer/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/README.Debian?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/README.Debian (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/README.Debian Fri Sep 7 12:35:04 2007
@@ -1,0 +1,24 @@
+vdr-plugin-externalplayer for Debian
+------------------------------------
+
+This package comes with a modified externalplayer.conf to help you
+startup MMS with German language support
+
+
+Wrapper script for MMS:
+-----------------------
+
+If you want German (or other) language within MMS, use a tiny wrapper script
+and change the 'Command' call accordingly:
+
+ Command = "/path/to/your/wrapper-script";
+
+Wrapper script:
+---
+ #!/bin/sh
+ LC_ALL=de_DE.UTF-8 && /usr/local/bin/mms
+---
+
+Remember to make it executeable (chmod +x)
+
+ -- Roman Muellenschlaeder <mms at prodeia.de> Mon, 20 Aug 2007 11:26:28 +0200
Added: vdr/vdr-plugin-externalplayer/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/TODO?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/TODO (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/TODO Fri Sep 7 12:35:04 2007
@@ -1,0 +1,3 @@
+* Update upstream to CVS
+* ITP
+
Added: vdr/vdr-plugin-externalplayer/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/changelog?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/changelog (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/changelog Fri Sep 7 12:35:04 2007
@@ -1,0 +1,44 @@
+vdr-plugin-externalplayer (0.1.0-4) unstable; urgency=low
+
+ * debian/copyright: fix whitespace
+
+ -- Roman Müllenschläder <mms at prodeia.de> Thu, 30 Aug 2007 09:49:59 +0200
+
+vdr-plugin-externalplayer (0.1.0-3) unstable; urgency=low
+
+ * Removed leftover files
+ * debian/README.Debian: Corrected typo
+ * debian/copyright: cleaned
+ * debian/control: Added build-depend for dpatch
+ * Moved plugin.externalplayer.conf to externalplayer.conf and
+ corrected debian/install, debian/links and debian/README.Debian.
+ * Moved documentation from externalplayer.conf. Instead give a note on
+ where to find examples and point to README.Debian
+ * debian/patches: Added 02_Makefile-API-fix.dpatch
+ * debian/copyright: Added year to upstream
+ * debian/TODO: Added
+
+ -- Roman Müllenschläder <mms at prodeia.de> Wed, 29 Aug 2007 09:45:40 +0200
+
+vdr-plugin-externalplayer (0.1.0-2) unstable; urgency=low
+
+ * debian/README.Debian: Updated
+ * debian/plugin.externalplayer.conf: Updated and commented out not
+ needed entries
+ * debian/links: Added as it was missing and preventing plugin from
+ starting up
+ * debian/control: Updated 'Standards-Version' to 3.7.2
+ * debian/rules: Changed 'shebang' to use make-special-vdr.sh
+ * debian/patches: 01_Makefile-fPIC-fix.dpatch added
+ * debian/rules: Define DPATCH
+ * debian/copyright: Changed to new format
+ * debian/control: Updated long description
+
+ -- Roman Müllenschläder <mms at prodeia.de> Tue, 28 Aug 2007 19:53:56 +0200
+
+vdr-plugin-externalplayer (0.1.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Roman Muellenschlaeder <mms at prodeia.de> Mon, 20 Aug 2007 11:26:28 +0200
+
Added: vdr/vdr-plugin-externalplayer/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/compat?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/compat (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/compat Fri Sep 7 12:35:04 2007
@@ -1,0 +1,1 @@
+4
Added: vdr/vdr-plugin-externalplayer/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/control?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/control (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/control Fri Sep 7 12:35:04 2007
@@ -1,0 +1,15 @@
+Source: vdr-plugin-externalplayer
+Section: misc
+Priority: extra
+Maintainer: Roman Muellenschlaeder <mms at prodeia.de>
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.3.40-1ctvdr1), dpatch
+Standards-Version: 3.7.2
+
+Package: vdr-plugin-externalplayer
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}
+Conflicts: ${vdr:Conflicts}
+Description: Plugin to VDR that allows usage of external players
+ With this plugin it is possible to use players (like MMS, dxr3player, etc.)
+ with VDR that need access to the output-device (FF-DVB, DXR3).
+XB-VDR-Patchlevel: ${vdr:Patchlevel}
Added: vdr/vdr-plugin-externalplayer/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/copyright?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/copyright (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/copyright Fri Sep 7 12:35:04 2007
@@ -1,0 +1,37 @@
+Upstream Homepage:
+ http://sourceforge.net/projects/externalplayer
+
+Upstream Author:
+ Felix Haedicke <felixhaedicke at web.de>
+
+Debian Maintainers:
+ Roman Müllenschläder <mms at prodeia.de>
+
+Copyright:
+ (C) 2005 Felix Haedicke
+
+Copyright (Debian packaging):
+ (C) 2007 Roman Müllenschläder
+
+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 St, 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 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.
Added: vdr/vdr-plugin-externalplayer/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/docs?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/docs (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/docs Fri Sep 7 12:35:04 2007
@@ -1,0 +1,1 @@
+README
Added: vdr/vdr-plugin-externalplayer/trunk/debian/externalplayer.conf
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/externalplayer.conf?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/externalplayer.conf (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/externalplayer.conf Fri Sep 7 12:35:04 2007
@@ -1,0 +1,24 @@
+# Externalplayer-plugin example configuration.
+
+# Syntax description: Every player block begins with "{" and end with "}".
+# Each block contains several entries with th following syntax:
+# <setting> = <value>;
+# Each block must contain at least a MenuEntry and a Command.
+
+# Possible Input Modes: deactivateRemotes, slave, normal (default).
+# Possible Output Modes: extern (default), none, audioOnly, audioOnlyBlack.
+
+{
+ MenuEntry = "MMSv2 DVB-Mode";
+ Command = "mms";
+ OutputMode = extern;
+ InputMode = deactivateRemotes; # MMS should be configured for LIRC.
+}
+
+# See /usr/share/doc/vdr-plugin-externalplayer/README.Debian on how to use a
+# MMS with German language support
+
+# See /usr/share/doc/vdr-plugin-externalplayer/examples/externalplayer.conf
+# for far more options
+
+# See MPlayer example how to set up keys in slave mode.
Added: vdr/vdr-plugin-externalplayer/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/install?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/install (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/install Fri Sep 7 12:35:04 2007
@@ -1,0 +1,2 @@
+libvdr-externalplayer.so.* usr/lib/vdr/plugins/
+debian/externalplayer.conf etc/vdr/plugins/
Added: vdr/vdr-plugin-externalplayer/trunk/debian/links
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/links?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/links (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/links Fri Sep 7 12:35:04 2007
@@ -1,0 +1,1 @@
+etc/vdr/plugins/externalplayer.conf var/lib/vdr/plugins/externalplayer.conf
Added: vdr/vdr-plugin-externalplayer/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/patches/00list?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/patches/00list (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/patches/00list Fri Sep 7 12:35:04 2007
@@ -1,0 +1,2 @@
+01_Makefile-fPIC-fix
+02_Makefile-API-fix
Added: vdr/vdr-plugin-externalplayer/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch Fri Sep 7 12:35:04 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_Makefile-fPIC-fix.dpatch by Roman Müllenschläder <mms at prodeia.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Make compile with -fPIC
+
+ at DPATCH@
+
+--- vdr-plugin-externalplayer/Makefile 2007-08-28 19:03:15.000000000 +0200
++++ vdr-plugin-externalplayer/Makefile.neu 2007-08-28 19:32:29.000000000 +0200
+@@ -16,7 +16,7 @@
+ ### The C++ compiler and options:
+
+ CXX ?= g++
+-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
++CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual
+
+ ### The directory environment:
+
Propchange: vdr/vdr-plugin-externalplayer/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: vdr/vdr-plugin-externalplayer/trunk/debian/patches/02_Makefile-API-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/patches/02_Makefile-API-fix.dpatch?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/patches/02_Makefile-API-fix.dpatch (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/patches/02_Makefile-API-fix.dpatch Fri Sep 7 12:35:04 2007
@@ -1,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_Makefile-API-fix.dpatch by Roman Müllenschläder <mms at prodeia.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Change VDRVERSION to APIVERSION
+
+ at DPATCH@
+
+--- vdr-plugin-externalplayer/Makefile 2007-08-29 09:35:03.000000000 +0200
++++ vdr-plugin-externalplayer/Makefile.neu 2007-08-29 09:38:31.000000000 +0200
+@@ -31,7 +31,7 @@
+
+ ### The version number of VDR (taken from VDR's "config.h"):
+
+-VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
++APIVERSION = $(shell grep 'define APIVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
+
+ ### The name of the distribution archive:
+
+@@ -68,7 +68,7 @@
+
+ libvdr-$(PLUGIN).so: $(OBJS)
+ $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
+- @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
++ @cp $@ $(LIBDIR)/$@.$(APIVERSION)
+
+ dist: clean
+ @-rm -rf $(TMPDIR)/$(ARCHIVE)
Propchange: vdr/vdr-plugin-externalplayer/trunk/debian/patches/02_Makefile-API-fix.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: vdr/vdr-plugin-externalplayer/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-externalplayer/trunk/debian/rules?rev=5426&op=file
==============================================================================
--- vdr/vdr-plugin-externalplayer/trunk/debian/rules (added)
+++ vdr/vdr-plugin-externalplayer/trunk/debian/rules Fri Sep 7 12:35:04 2007
@@ -1,0 +1,97 @@
+#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+# Set VDR=vdr or VDR=vdrdevel - vdrdevel always uses dpatch
+VDR=$(shell dh_listpackages | grep "^vdr.*-" | head -n 1 | sed -e "s/-.*//")
+ifeq ($(VDR), vdrdevel)
+ DPATCH=yes
+endif
+
+# To use dpatch uncomment the following line and set Build-Depends to dpatch
+DPATCH=yes
+
+ifdef DPATCH
+include /usr/share/dpatch/dpatch.make
+else
+patch:
+patch-stamp:
+unpatch:
+endif
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+ dh_testdir
+ touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+ dh_testdir
+ $(MAKE) all DVBDIR=/usr VDRDIR=/usr/include/$(VDR) LIBDIR=.
+ touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ -$(MAKE) -o .dependencies clean
+ rm -f libvdr-*.so.*
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ dh_install
+
+# 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_installdebconf
+ dh_installdocs
+ dh_installexamples examples/*
+# dh_installmenu
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+# dh_installcron
+# dh_installman
+# dh_installinfo
+# dh_undocumented
+ dh_installchangelogs HISTORY
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ sh /usr/share/vdr-dev/patchlevel.sh subst
+ sh /usr/share/vdr-dev/dependencies.sh
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure \
+ clean-patched patch unpatch
Propchange: vdr/vdr-plugin-externalplayer/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the pkg-vdr-dvb-changes
mailing list