r7162 - packages/trunk/vacuum/debian/patches
Gonéri Le Bouder
goneri at alioth.debian.org
Thu May 22 21:30:03 UTC 2008
Author: goneri
Date: 2008-05-22 21:30:02 +0000 (Thu, 22 May 2008)
New Revision: 7162
Modified:
packages/trunk/vacuum/debian/patches/disable_music.diff
Log:
disable the music in the game too
Modified: packages/trunk/vacuum/debian/patches/disable_music.diff
===================================================================
--- packages/trunk/vacuum/debian/patches/disable_music.diff 2008-05-22 21:15:21 UTC (rev 7161)
+++ packages/trunk/vacuum/debian/patches/disable_music.diff 2008-05-22 21:30:02 UTC (rev 7162)
@@ -19,3 +19,29 @@
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+Index: data/Makefile.in
+===================================================================
+--- data/Makefile.in.orig
++++ data/Makefile.in
+@@ -132,8 +132,6 @@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = music
+-DIST_SUBDIRS = music
+ pkgdata_DATA = \
+ background1.png ball.png bg3_mountain.png brandybun.png.txt courier2.png.txt glossy3.png.txt player.png slurp2.png \
+ background2.png bg2_1.png bg3_sky.png bonus.png cloud.png enemy.png logo.png record.txt \
+Index: bin/sound.pl
+===================================================================
+--- bin/sound.pl.orig
++++ bin/sound.pl
+@@ -16,7 +16,7 @@
+
+ sub SetMusic {
+ my ($filename) = @_;
+-
++ return; # Debian: music disabled
+ return unless $Mixer;
+ $filename = "$DataDir/music/$filename";
+ _SetMusic($filename);
More information about the Pkg-games-commits
mailing list