r7171 - in packages/trunk/openarena/debian: . patches

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Fri May 23 15:24:03 UTC 2008


Author: fuddl-guest
Date: 2008-05-23 15:24:02 +0000 (Fri, 23 May 2008)
New Revision: 7171

Added:
   packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch
Modified:
   packages/trunk/openarena/debian/changelog
   packages/trunk/openarena/debian/patches/00list
   packages/trunk/openarena/debian/rules
Log:
+ patch to avoid hard-wired compile flags

Modified: packages/trunk/openarena/debian/changelog
===================================================================
--- packages/trunk/openarena/debian/changelog	2008-05-23 14:34:47 UTC (rev 7170)
+++ packages/trunk/openarena/debian/changelog	2008-05-23 15:24:02 UTC (rev 7171)
@@ -1,3 +1,9 @@
+openarena (0.7.6-2) UNRELEASED; urgency=low
+
+  * Add 10_remove_upstream_build_flags.dpatch to remove hard-wired build flags
+
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Fri, 23 May 2008 16:34:17 +0200
+
 openarena (0.7.6-1) unstable; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]

Modified: packages/trunk/openarena/debian/patches/00list
===================================================================
--- packages/trunk/openarena/debian/patches/00list	2008-05-23 14:34:47 UTC (rev 7170)
+++ packages/trunk/openarena/debian/patches/00list	2008-05-23 15:24:02 UTC (rev 7171)
@@ -1 +1,2 @@
 10_fix_build_and_binary_on_alpha.dpatch
+10_remove_upstream_build_flags.dpatch

Added: packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch
===================================================================
--- packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch	                        (rev 0)
+++ packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch	2008-05-23 15:24:02 UTC (rev 7171)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_remove-upstream-build-flags.dpatch by Bruno "Fuddl" Kleinert <fuddl at tauware.de
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove upstream's Makefile.local to avoid hard wirde build flags.
+
+ at DPATCH@
+diff -urNad openarena-0.7.6~/Makefile.local openarena-0.7.6/Makefile.local
+--- openarena-0.7.6~/Makefile.local	2008-04-05 16:39:46.000000000 +0200
++++ openarena-0.7.6/Makefile.local	1970-01-01 01:00:00.000000000 +0100
+@@ -1,9 +0,0 @@
+-
+-COPYDIR="/usr/local/games/openarena"
+-
+-USE_OPENAL=1
+-
+-#Next we want to bind openAL on runtime.
+-USE_OPENAL_DLOPEN=1
+-
+-USE_CODEC_VORBIS=1


Property changes on: packages/trunk/openarena/debian/patches/10_remove_upstream_build_flags.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: packages/trunk/openarena/debian/rules
===================================================================
--- packages/trunk/openarena/debian/rules	2008-05-23 14:34:47 UTC (rev 7170)
+++ packages/trunk/openarena/debian/rules	2008-05-23 15:24:02 UTC (rev 7171)
@@ -5,7 +5,7 @@
 
 # copied from ioq3 make scripts
 Q3ARCH=$(shell uname -m | sed -e s/i.86/i386/)
-IOQ3_BUILD_FLAGS="USE_CURL_DLOPEN=0 DUSE_OPENAL_DLOPEN=0"
+IOQ3_BUILD_FLAGS="USE_CURL_DLOPEN=0 USE_OPENAL=1 USE_OPENAL_DLOPEN=0 USE_CODEC_VORBIS=1"
 
 build: build-stamp
 build-stamp: patch




More information about the Pkg-games-commits mailing list