r3127 - in vdr/vdr-plugin-softplay/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Wed Jul 26 16:41:01 UTC 2006
Author: tiber-guest
Date: 2006-07-26 16:41:00 +0000 (Wed, 26 Jul 2006)
New Revision: 3127
Added:
vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
Modified:
vdr/vdr-plugin-softplay/trunk/debian/changelog
vdr/vdr-plugin-softplay/trunk/debian/patches/00list
Log:
Added 01_Makefile-fPIC-fix.dpatch
Modified: vdr/vdr-plugin-softplay/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/changelog 2006-07-25 21:15:56 UTC (rev 3126)
+++ vdr/vdr-plugin-softplay/trunk/debian/changelog 2006-07-26 16:41:00 UTC (rev 3127)
@@ -1,3 +1,9 @@
+vdr-plugin-softplay (0.0.2+cvs20060323-8) unstable; urgency=low
+
+ * Added 01_Makefile-fPIC-fix.dpatch
+
+ -- Tobias Grimm <tg at e-tobi.net> Wed, 26 Jul 2006 18:40:38 +0200
+
vdr-plugin-softplay (0.0.2+cvs20060323-7) unstable; urgency=low
* Thomas Schmidt <tschmidt at debian.org>
Modified: vdr/vdr-plugin-softplay/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/patches/00list 2006-07-25 21:15:56 UTC (rev 3126)
+++ vdr/vdr-plugin-softplay/trunk/debian/patches/00list 2006-07-26 16:41:00 UTC (rev 3127)
@@ -1,3 +1,4 @@
+01_Makefile-fPIC-fix
02_debian_ffmpeg
90_APIVERSION.dpatch
Added: vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch 2006-07-25 21:15:56 UTC (rev 3126)
+++ vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch 2006-07-26 16:41:00 UTC (rev 3127)
@@ -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 vdr-plugin-softplay-0.0.2+cvs20060323~/Makefile vdr-plugin-softplay-0.0.2+cvs20060323/Makefile
+--- vdr-plugin-softplay-0.0.2+cvs20060323~/Makefile 2006-03-22 20:10:32.000000000 +0100
++++ vdr-plugin-softplay-0.0.2+cvs20060323/Makefile 2006-07-26 18:38:47.000000000 +0200
+@@ -20,7 +20,7 @@
+ ### The C++ compiler and options:
+
+ CXX ?= g++
+-CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -L$(LIBFFMPEG) -L$(LIBFFMPEG)/libavformat -L$(LIBFFMPEG)/libavcodec -L$(LIBFFMPEG)/libavutil
++CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -L$(LIBFFMPEG) -L$(LIBFFMPEG)/libavformat -L$(LIBFFMPEG)/libavcodec -L$(LIBFFMPEG)/libavutil
+
+ ### The directory environment:
+
Property changes on: vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-vdr-dvb-changes
mailing list