r7200 - in /vdr/vdr-plugin-bitstreamout/trunk/debian: changelog patches/00list patches/04_APIVERSION.dpatch
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Tue Jul 22 21:23:29 UTC 2008
Author: tiber-guest
Date: Tue Jul 22 21:23:29 2008
New Revision: 7200
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7200
Log:
* Non-maintainer upload.
* NOT RELEASED YET
* Added 04_APIVERSION.dpatch to fix an upstream bug, causing the plugin lib
to be installed with the wrong API version
Added:
vdr/vdr-plugin-bitstreamout/trunk/debian/patches/04_APIVERSION.dpatch
Modified:
vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list
Modified: vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/debian/changelog?rev=7200&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/changelog Tue Jul 22 21:23:29 2008
@@ -1,3 +1,17 @@
+vdr-plugin-bitstreamout (0.89b-4.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * NOT RELEASED YET
+
+ -- Tobias Grimm <tobias at tobi-notebook.e-tobi.loc> Tue, 22 Jul 2008 23:22:18 +0200
+
+vdr-plugin-bitstreamout (0.89b-4) unstable; urgency=low
+
+ * Added 04_APIVERSION.dpatch to fix an upstream bug, causing the plugin lib
+ to be installed with the wrong API version
+
+ -- Tobias Grimm <tg at e-tobi.net> Tue, 22 Jul 2008 23:18:10 +0200
+
vdr-plugin-bitstreamout (0.89b-3) unstable; urgency=low
[ Tobias Grimm ]
Modified: vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list?rev=7200&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list Tue Jul 22 21:23:29 2008
@@ -1,3 +1,4 @@
01_vdr-include-fix
02_fix-nostrip
-03_hppa-workaround
+03_hppa-workaround
+04_APIVERSION
Added: vdr/vdr-plugin-bitstreamout/trunk/debian/patches/04_APIVERSION.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/debian/patches/04_APIVERSION.dpatch?rev=7200&op=file
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/patches/04_APIVERSION.dpatch (added)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/patches/04_APIVERSION.dpatch Tue Jul 22 21:23:29 2008
@@ -1,0 +1,24 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_APIVERSION.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Install lib with APIVERSION as soname, not VDRVERSION.
+
+ at DPATCH@
+diff -urNad vdr-plugin-bitstreamout-0.89b~/Makefile vdr-plugin-bitstreamout-0.89b/Makefile
+--- vdr-plugin-bitstreamout-0.89b~/Makefile 2008-07-22 23:13:51.000000000 +0200
++++ vdr-plugin-bitstreamout-0.89b/Makefile 2008-07-22 23:14:29.000000000 +0200
+@@ -112,10 +112,10 @@
+ @echo $(PLUGIN) Version $(VERSION)
+
+ libvdr-$(PLUGIN).so: $(OBJS)
+- $(CXX) $(CXXFLAGS) -shared $(OBJS) -Wl,-soname -Wl,$@.$(VDRVERSION) -o $@ -lasound -lrt -lmad
+- @cp $@ $(PLUGINLIBDIR)/$@.$(VDRVERSION)
++ $(CXX) $(CXXFLAGS) -shared $(OBJS) -Wl,-soname -Wl,$@.$(APIVERSION) -o $@ -lasound -lrt -lmad
++ @cp $@ $(PLUGINLIBDIR)/$@.$(APIVERSION)
+
+-install: $(PLUGINLIBDIR)/libvdr-$(PLUGIN).so.$(VDRVERSION)
++install: $(PLUGINLIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION)
+ install -d -m 0755 $(DESTDIR)$(VIDEOLIB)/PLUGINS/lib
+ install -m 0755 $< $(DESTDIR)$(VIDEOLIB)/PLUGINS/lib/
+ install -d -m 0755 $(DESTDIR)$(MANDIR)/man5
More information about the pkg-vdr-dvb-changes
mailing list