[mame] 04/06: Switch to SDL 2.0 (recommended upstream)
Cesare Falco
cesarefalco-guest at moszumanska.debian.org
Tue Dec 30 20:36:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
cesarefalco-guest pushed a commit to branch master
in repository mame.
commit ae2c553e0c404d8f0de085e445c300732feb275a
Author: Cesare Falco <c.falco at ubuntu.com>
Date: Wed Dec 10 13:03:28 2014 +0100
Switch to SDL 2.0 (recommended upstream)
---
debian/control | 4 ++--
debian/rules | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 879d5e1..c87a3e1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9),
libjpeg-dev,
libportmidi-dev [!hurd-any !kfreebsd-any],
libqt4-dev (>= 4.7),
- libsdl-ttf2.0-dev,
- libsdl1.2-dev,
+ libsdl2-ttf-dev,
+ libsdl2-dev,
libsqlite3-dev,
libxinerama-dev,
subversion,
diff --git a/debian/rules b/debian/rules
index 9bb1c3b..bfe4dd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ DEB_OPTS = \
BUILD_SQLITE3= \
BUILD_MIDILIB= \
BUILD_FLAC= \
+ SDL_LIBVER=sdl2 \
SYMBOLS= \
SYMLEVEL= \
DUMPSYM= \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git
More information about the Pkg-games-commits
mailing list