r1528 - in vdr/vdr-plugin-nordlichtsepg/trunk: . debian
debian/patches
Thomas Günther
tom-guest at costa.debian.org
Tue Nov 29 22:29:53 UTC 2005
Author: tom-guest
Date: 2005-11-29 22:29:52 +0000 (Tue, 29 Nov 2005)
New Revision: 1528
Added:
vdr/vdr-plugin-nordlichtsepg/trunk/debian/
vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog
vdr/vdr-plugin-nordlichtsepg/trunk/debian/compat
vdr/vdr-plugin-nordlichtsepg/trunk/debian/control
vdr/vdr-plugin-nordlichtsepg/trunk/debian/copyright
vdr/vdr-plugin-nordlichtsepg/trunk/debian/docs
vdr/vdr-plugin-nordlichtsepg/trunk/debian/install
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch
vdr/vdr-plugin-nordlichtsepg/trunk/debian/rules
vdr/vdr-plugin-nordlichtsepg/trunk/debian/watch
Log:
Load newtrunk into vdr/vdr-plugin-nordlichtsepg/trunk.
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,6 @@
+vdr-plugin-nordlichtsepg (0.5-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 27 Nov 2005 00:35:10 +0100
+
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/compat
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/compat 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/compat 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1 @@
+4
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/control 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/control 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,22 @@
+Source: vdr-plugin-nordlichtsepg
+Section: misc
+Priority: extra
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Uploaders: Thomas Günther <tom at toms-cafe.de>, Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.3.37-1), dpatch
+Standards-Version: 3.6.2
+
+Package: vdr-plugin-nordlichtsepg
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}
+Conflicts: ${vdr:Conflicts}
+Description: Nordlicht's EPG for VDR
+ This plugin provides an EPG (Electronic Program Guide) similar to VDR's
+ "What's on now?"-menu. Unlike this it also shows channels without epg-infos.
+ You can browse the epg with an adjustable step width. It is also possible to
+ set a time at the setup to which you can jump by keypress, with the keys 1-7
+ you can jump 1-7 days forward. A bargraph at the "What's on now?"-view shows
+ the progress of the running program. Timers are marked with a clock-icon,
+ recording timers with a 'REC'-icon. It is possible, also for channels without
+ epg-infos, to set timers.
+XB-VDR-Patchlevel: ${vdr:Patchlevel}
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/copyright
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/copyright 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/copyright 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,11 @@
+This package was debianized by Thomas Günther <tom at toms-cafe.de> on
+Sun, 27 Nov 2005 00:35:10 +0100.
+
+It was downloaded from http://martins-kabuff.de/nordlichtsepg.html
+
+Upstream Author: Martin Prochnow <nordlicht at martins-kabuff.de>
+
+Copyright:
+
+It may be redistributed under the terms of the GNU GPL, Version 2
+found on Debian systems in the file /usr/share/common-licenses/GPL .
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/docs
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/docs 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/docs 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1 @@
+README
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/install
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/install 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/install 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1 @@
+libvdr-nordlichtsepg.so.* usr/lib/vdr/plugins/
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,2 @@
+01_Makefile-fPIC-fix
+91_unknown-config-parameter
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+## Makefile-fPIC-fix patch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds -fPIC to Makefile to fix potential FTBFS.
+
+ at DPATCH@
+diff -urNad /usr/src/cvs/vdrdevel-plugin-rotor/Makefile vdrdevel-plugin-rotor/Makefile
+--- /usr/src/cvs/vdrdevel-plugin-rotor/Makefile Sun May 16 15:48:12 2004
++++ vdrdevel-plugin-rotor/Makefile Sat Sep 11 00:28:18 2004
+@@ -18,7 +18,7 @@
+ ### The C++ compiler and options:
+
+ CXX ?= g++
+-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
++CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
+
+ ### The directory environment:
+
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,35 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_unknown-config-parameter.dpatch by Thomas Günther <tom at toms-cafe.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes "unknown config parameter" errors.
+
+ at DPATCH@
+diff -urNad nordlichtsepg-0.5/nordlichtsepg.c /tmp/dpep.TFXXt6/nordlichtsepg-0.5/nordlichtsepg.c
+--- nordlichtsepg-0.5/nordlichtsepg.c 2005-11-23 16:49:58.000000000 +0100
++++ /tmp/dpep.TFXXt6/nordlichtsepg-0.5/nordlichtsepg.c 2005-11-27 13:25:31.000000000 +0100
+@@ -303,14 +303,16 @@
+ bool cPluginNordlichtsepg::SetupParse(const char *Name, const char *Value)
+ {
+ if(!strcmp("hidemainmenu",Name))hidemainmenu=atoi(Value);
+- if(!strcmp("bookmark",Name))bookmark=atoi(Value);
+- if(!strcmp("step",Name))Step=atoi(Value);
+- if(!strcmp("keeposd",Name))keeposd=atoi(Value);
+- if(!strcmp("showchannelgroups",Name))showchannelgroups=atoi(Value);
+- if(!strcmp("hideencryptedchannels",Name))hideencryptedchannels=atoi(Value);
+- if(!strcmp("enigmatheme",Name))enigmatheme=atoi(Value);
+- if(!strcmp("showchannelnumbers",Name))showchannelnumbers=atoi(Value);
+- return false;
++ else if(!strcmp("bookmark",Name))bookmark=atoi(Value);
++ else if(!strcmp("step",Name))Step=atoi(Value);
++ else if(!strcmp("keeposd",Name))keeposd=atoi(Value);
++ else if(!strcmp("showchannelgroups",Name))showchannelgroups=atoi(Value);
++ else if(!strcmp("hideencryptedchannels",Name))hideencryptedchannels=atoi(Value);
++ else if(!strcmp("enigmatheme",Name))enigmatheme=atoi(Value);
++ else if(!strcmp("showchannelnumbers",Name))showchannelnumbers=atoi(Value);
++ else
++ return false;
++ return true;
+ }
+
+ VDRPLUGINCREATOR(cPluginNordlichtsepg); // Don't touch this!
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/rules 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/rules 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,97 @@
+#!/usr/bin/make -f
+# 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
+# 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
+ /usr/lib/$(VDR)-dev/patchlevel.sh subst
+ /usr/lib/$(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
Property changes on: vdr/vdr-plugin-nordlichtsepg/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: vdr/vdr-plugin-nordlichtsepg/trunk/debian/watch
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/watch 2005-11-29 22:29:37 UTC (rev 1527)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/watch 2005-11-29 22:29:52 UTC (rev 1528)
@@ -0,0 +1,2 @@
+version=2
+http://martins-kabuff.de/nordlichtsepg.html .*/vdr-nordlichtsepg-(.*)\.tgz
More information about the pkg-vdr-dvb-changes
mailing list