Author: jscinoz-guest Date: 2008-06-29 08:02:55 +0000 (Sun, 29 Jun 2008) New Revision: 7564
Modified: packages/trunk/quake3/debian/control packages/trunk/quake3/debian/rules Log: reverted to using included libspeex, ftbfs with debian's, need to look into this Modified: packages/trunk/quake3/debian/control =================================================================== --- packages/trunk/quake3/debian/control 2008-06-29 07:27:30 UTC (rev 7563) +++ packages/trunk/quake3/debian/control 2008-06-29 08:02:55 UTC (rev 7564) @@ -2,8 +2,7 @@ Section: contrib/games Priority: optional Maintainer: Jack Coulter <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-dev, - libspeex-dev +Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-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 07:27:30 UTC (rev 7563) +++ packages/trunk/quake3/debian/rules 2008-06-29 08:02:55 UTC (rev 7564) @@ -22,8 +22,7 @@ build-arch: build-arch-stamp build-arch-stamp: dh_testdir - USE_INTERNAL_SPEEX=0 BUILD_GAME_SO=0 BUILD_GAME_QVM=0 \ - $(MAKE) $(BUILD_FLAGS) # We should use shared libspeex, so/qvm unneeded + BUILD_GAME_SO=0 BUILD_GAME_QVM=0 $(MAKE) $(BUILD_FLAGS) # so/qvm unneeded clean: dh_testdir _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

