r7560 - packages/trunk/quake3/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Sun Jun 29 07:06:25 UTC 2008


Author: jscinoz-guest
Date: 2008-06-29 07:06:24 +0000 (Sun, 29 Jun 2008)
New Revision: 7560

Modified:
   packages/trunk/quake3/debian/control
   packages/trunk/quake3/debian/rules
Log:
Use shared libspeex rather than the one in ioq3 source

Modified: packages/trunk/quake3/debian/control
===================================================================
--- packages/trunk/quake3/debian/control	2008-06-29 06:14:17 UTC (rev 7559)
+++ packages/trunk/quake3/debian/control	2008-06-29 07:06:24 UTC (rev 7560)
@@ -2,7 +2,8 @@
 Section: contrib/games
 Priority: optional
 Maintainer: Jack Coulter <jscinoz at gmail.com>
-Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-dev
+Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-dev,
+ libspeex-dev
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/quake3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/quake3/?op=log
 Homepage: http://www.ioquake3.org/

Modified: packages/trunk/quake3/debian/rules
===================================================================
--- packages/trunk/quake3/debian/rules	2008-06-29 06:14:17 UTC (rev 7559)
+++ packages/trunk/quake3/debian/rules	2008-06-29 07:06:24 UTC (rev 7560)
@@ -22,7 +22,8 @@
 build-arch: build-arch-stamp
 build-arch-stamp:
 	dh_testdir
-	BUILD_GAME_SO=0 BUILD_GAME_QVM=0 $(MAKE) $(BUILD_FLAGS) # We dont need so/qvm
+	USE_INTERNAL_SPEEX=0 BUILD_GAME_SO=0 BUILD_GAME_QVM=0 \ # so/qvm unneeded
+	$(MAKE) $(BUILD_FLAGS) # We should use shared libspeex
 
 clean:
 	dh_testdir




More information about the Pkg-games-commits mailing list