r4386 - in vdr/vdr-plugin-xineliboutput/trunk/debian: . patches
Tobias Grimm
tiber-guest at alioth.debian.org
Sat Mar 31 16:11:10 UTC 2007
Author: tiber-guest
Date: 2007-03-31 16:11:09 +0000 (Sat, 31 Mar 2007)
New Revision: 4386
Added:
vdr/vdr-plugin-xineliboutput/trunk/debian/patches/02_vdr-include-path.dpatch
Modified:
vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list
Log:
* NOT RELEASED YET
* Added 02_vdr-include-path.dpatch to let the Makefile point to the
vdr headers installed in /usr/include/vdr
Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/changelog 2007-03-30 21:38:25 UTC (rev 4385)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/changelog 2007-03-31 16:11:09 UTC (rev 4386)
@@ -1,3 +1,11 @@
+vdr-plugin-xineliboutput (1.0.0~rc1-2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Added 02_vdr-include-path.dpatch to let the Makefile point to the
+ vdr headers installed in /usr/include/vdr
+
+ -- Tobias Grimm <tg at e-tobi.net> Fri, 30 Mar 2007 23:38:25 +0200
+
vdr-plugin-xineliboutput (1.0.0~rc1-1) unstable; urgency=low
* New upstream release
Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list 2007-03-30 21:38:25 UTC (rev 4385)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/patches/00list 2007-03-31 16:11:09 UTC (rev 4386)
@@ -1,2 +1,3 @@
01_udp-crash-fix
+02_vdr-include-path
10_nosignal
Added: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/02_vdr-include-path.dpatch
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/patches/02_vdr-include-path.dpatch 2007-03-30 21:38:25 UTC (rev 4385)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/patches/02_vdr-include-path.dpatch 2007-03-31 16:11:09 UTC (rev 4386)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_vdr-include-path.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes strange VDRINCDIR usage in Makefile.
+
+ at DPATCH@
+diff -urNad vdr-plugin-xineliboutput-1.0.0~rc1~/Makefile vdr-plugin-xineliboutput-1.0.0~rc1/Makefile
+--- vdr-plugin-xineliboutput-1.0.0~rc1~/Makefile 2007-01-29 00:20:47.000000000 +0100
++++ vdr-plugin-xineliboutput-1.0.0~rc1/Makefile 2007-03-31 14:55:50.000000000 +0200
+@@ -191,7 +191,7 @@
+ -DXINELIBOUTPUT_VERSION='"$(VERSION)"'
+
+ # check for yaegp patch
+-DEFINES += $(shell grep -q 'vidWin' \$(VDRINCDIR)/vdr/osd.h && echo "-DYAEGP_PATCH")
++DEFINES += $(shell grep -q 'vidWin' \$(VDRDIR)/osd.h && echo "-DYAEGP_PATCH")
+
+ ifeq ($(XINELIBOUTPUT_XINEPLUGIN), 1)
+ CFLAGS += $(shell xine-config --cflags)
Property changes on: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/02_vdr-include-path.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-vdr-dvb-changes
mailing list