[SCM] transportation simulator branch, master, updated. debian/102.2+svn2786-1-10-g2b80c5d
Ansgar Burchardt
ansgar at 43-1.org
Mon Dec 28 15:08:21 UTC 2009
The following commit has been merged in the master branch:
commit ad83701aa03c61498bf72c48f800329072bd2a50
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date: Mon Dec 28 23:50:10 2009 +0900
use SDL Mixer backend
Use the SDL Mixer backend instead of SDL backend to enable MIDI
playback.
Closes: #552564
Signed-off-by: Ansgar Burchardt <ansgar at 43-1.org>
diff --git a/debian/control b/debian/control
index 074327f..047503d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Clint Adams <schizo at debian.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.46), libsdl1.2-dev, zlib1g-dev, imagemagick, libpng12-dev
+Build-Depends: debhelper (>= 7), quilt (>= 0.46), libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, imagemagick, libpng12-dev
Standards-Version: 3.8.3
Homepage: http://www.simutrans.com/
Vcs-Git: git://git.debian.org/git/pkg-games/simutrans.git
diff --git a/debian/patches/config.diff b/debian/patches/config.diff
index a787b90..12e44d1 100644
--- a/debian/patches/config.diff
+++ b/debian/patches/config.diff
@@ -47,8 +47,8 @@ Build configuration for Debian
+
+#BACKEND = allegro
+#BACKEND = gdi
-+BACKEND = sdl
-+#BACKEND = mixer_sdl
++#BACKEND = sdl
++BACKEND = mixer_sdl
+#BACKEND = x11
+
+#COLOUR_DEPTH = 8
--
transportation simulator
More information about the Pkg-games-commits
mailing list