r2830 - in vdr/vdr-plugin-xineliboutput/trunk: . debian debian/patches

Tobias Grimm tiber-guest at costa.debian.org
Mon Jun 5 09:49:24 UTC 2006


Author: tiber-guest
Date: 2006-06-05 09:49:23 +0000 (Mon, 05 Jun 2006)
New Revision: 2830

Added:
   vdr/vdr-plugin-xineliboutput/trunk/debian/
   vdr/vdr-plugin-xineliboutput/trunk/debian/TODO
   vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
   vdr/vdr-plugin-xineliboutput/trunk/debian/compat
   vdr/vdr-plugin-xineliboutput/trunk/debian/control
   vdr/vdr-plugin-xineliboutput/trunk/debian/copyright
   vdr/vdr-plugin-xineliboutput/trunk/debian/docs
   vdr/vdr-plugin-xineliboutput/trunk/debian/libxine-xvdr.install
   vdr/vdr-plugin-xineliboutput/trunk/debian/patches/
   vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list
   vdr/vdr-plugin-xineliboutput/trunk/debian/patches/01_Makefile.dpatch
   vdr/vdr-plugin-xineliboutput/trunk/debian/rules
   vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-fb.install
   vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-x.install
   vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput.install
   vdr/vdr-plugin-xineliboutput/trunk/debian/watch
   vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-fb.install
   vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-x.install
Log:
Load newtrunk into vdr/vdr-plugin-xineliboutput/trunk.


Added: vdr/vdr-plugin-xineliboutput/trunk/debian/TODO
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/TODO	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/TODO	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,2 @@
+* Install target for makefile - suggest to upstream author
+* Carefully check X-Server-Lib-dependencies

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/changelog	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/changelog	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,6 @@
+vdr-plugin-xineliboutput (0.99rc4-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun,  4 Jun 2006 16:45:16 +0200
+

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/compat
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/compat	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/compat	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+4

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/control	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/control	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,51 @@
+Source: vdr-plugin-xineliboutput
+Section: misc
+Priority: extra
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>> 4.1.16), dpatch (>= 2.0.9), vdr-dev (>= 1.4.0-1), libxine-dev (>= 1.1.1), libxv1, libx11-6, libxext6
+Standards-Version: 3.6.2
+
+Package: vdr-plugin-xineliboutput
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}
+Conflicts: ${vdr:Conflicts}
+Description: VDR plugin for Xine based sofdevice frontends
+ This VDR plugin provides a audio, video an control stream, that several
+ libxine based local and remote frontends can use.
+XB-VDR-Patchlevel: ${vdr:Patchlevel}
+
+Package:  vdr-plugin-xineliboutput-fb
+Architecture: any
+Depends: ${shlibs:Depends}, vdr-plugin-xineliboutput (= ${Source-Version}), libxine-xvdr (= ${Source-Version})
+Description: Frambebuffer frontend for the xineliboutput plugin
+ This frontend brings the stream provided by vdr-plugin-xineliboutput to
+ a framebuffer device.
+
+Package:  vdr-plugin-xineliboutput-x
+Architecture: any
+Depends: ${shlibs:Depends}, vdr-plugin-xineliboutput (= ${Source-Version}), libxine-xvdr (= ${Source-Version})
+Description: X-Server frontend for the xineliboutput plugin
+ This frontend brings plays the stream provided by vdr-plugin-xineliboutput in
+ a X, Xv or XvMC window.
+
+Package:  xineliboutput-remote-fb
+Architecture: any
+Depends: ${shlibs:Depends}, libxine-xvdr (= ${Source-Version})
+Description: Framebuffer remote frontend for vdr-plugin-xineliboutput
+ The frambuffer remote frontend plays back streams provided by vdr-plugin-xine
+ on a server in the network.
+
+Package:  xineliboutput-remote-x
+Architecture: any
+Depends: ${shlibs:Depends}, libxine-xvdr (= ${Source-Version})
+Description: X-Server remote frontend for vdr-plugin-xineliboutput
+ The X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xine
+ on a server in the network.
+
+Package:  libxine-xvdr
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Xine input plugin for vdr-plugin-xineliboutput streams
+ This plugin adds a new mrl "xvdr://" to Xine, which allows to play back
+ streams provided by vdr-plugin-xineliboutput
+

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/copyright
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/copyright	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/copyright	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,11 @@
+This package was debianized by Tobias Grimm <tg at e-tobi.net> on
+Sun,  4 Jun 2006 16:45:16 +0200.
+
+It was downloaded from http://www.hut.fi/u/phintuka/vdr/
+
+Upstream Author: Petri Hintukainen <Petri.Hintukainen at hut.fi>
+
+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-xineliboutput/trunk/debian/docs
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/docs	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/docs	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+README

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/libxine-xvdr.install
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/libxine-xvdr.install	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/libxine-xvdr.install	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+xineplug_inp_xvdr.so    usr/lib/xine/1.1.1/

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+01_Makefile

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/01_Makefile.dpatch
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/patches/01_Makefile.dpatch	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/patches/01_Makefile.dpatch	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,30 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_Makefile.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Some small Makefeile fixes.
+
+ at DPATCH@
+diff -urNad xineliboutput-0.99rc4~/Makefile xineliboutput-0.99rc4/Makefile
+--- xineliboutput-0.99rc4~/Makefile	2006-05-18 09:43:33.000000000 +0200
++++ xineliboutput-0.99rc4/Makefile	2006-06-05 11:16:35.000000000 +0200
+@@ -344,8 +344,8 @@
+ ifeq ($(XINELIBOUTPUT_XINEPLUGIN), 1)
+ $(XINEINPUTVDR_SO): xine_input_vdr.o
+ 	$(CC) -g -shared -fvisibility=hidden xine_input_vdr.o $(LIBS_XINE) -o $@
+-	@-rm -rf $(XINEPLUGINDIR)/$@
+-	@cp $@ $(XINEPLUGINDIR)/
++#	@-rm -rf $(XINEPLUGINDIR)/$@
++#	@cp $@ $(XINEPLUGINDIR)/
+ endif
+ 
+ ifeq ($(ENABLE_TEST_POSTPLUGINS), 1)
+@@ -391,7 +391,7 @@
+ 
+ 
+ clean:
+-	@-rm -f $(DEPFILE) *.so *.o *.tgz core* *~ *.flc *.bak \
++	@-rm -f $(DEPFILE) *.so* *.o *.tgz core* *~ *.flc *.bak \
+ 		tools/*.o tools/*~ tools/*.flc xine/*.o xine/*~ \
+ 		xine/*.flc $(VDR_FBFE) $(VDR_SXFE) mpg2c black_720x576.c \
+ 		nosignal_720x576.c vdrlogo_720x576.c vdr-sxfe vdr-fbfe


Property changes on: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/01_Makefile.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/rules	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/rules	2006-06-05 09:49:23 UTC (rev 2830)
@@ -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 DVBDIR=/usr VDRDIR=/usr/include/$(VDR) LIBDIR=.
+	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-xineliboutput/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-fb.install
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-fb.install	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-fb.install	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+libxineliboutput-fbfe.so.*    usr/lib/vdr/plugins/

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-x.install
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-x.install	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput-x.install	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+libxineliboutput-sxfe.so.*    usr/lib/vdr/plugins/

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput.install
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput.install	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/vdr-plugin-xineliboutput.install	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+libvdr-xineliboutput.so.*    usr/lib/vdr/plugins/

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/watch
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/watch	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/watch	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,2 @@
+version=2
+http://users.tkk.fi/~phintuka/vdr/vdr-xineliboutput/ vdr-xineliboutput-(.*)\.tgz

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-fb.install
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-fb.install	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-fb.install	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1,2 @@
+vdr-fbfe    /usr/bin/
+

Added: vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-x.install
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-x.install	2006-06-05 09:49:00 UTC (rev 2829)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/xineliboutput-remote-x.install	2006-06-05 09:49:23 UTC (rev 2830)
@@ -0,0 +1 @@
+vdr-sxfe    /usr/bin/




More information about the pkg-vdr-dvb-changes mailing list