[quakespasm] 05/11: Build with SDL2, FLAC, OPUS and MikMod.

Stephen Kitt skitt at moszumanska.debian.org
Mon Mar 23 22:57:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository quakespasm.

commit e24e36ad5760e075ca86adacc3aecb57bb044a2a
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Mar 22 21:55:30 2015 +0100

    Build with SDL2, FLAC, OPUS and MikMod.
---
 debian/changelog | 1 +
 debian/control   | 5 +++--
 debian/rules     | 7 ++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 475d844..097dead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ quakespasm (0.90.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Switch to my Debian address.
+  * Build with SDL2, FLAC, OPUS and MikMod.
 
  -- Stephen Kitt <skitt at debian.org>  Sun, 22 Mar 2015 21:40:57 +0100
 
diff --git a/debian/control b/debian/control
index 6a959e9..4e7f44d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Uploaders: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>,
 	   Stephen Kitt <skitt at debian.org>
 Section: games
 Priority: optional
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), libsdl1.2-dev,
-               libvorbis-dev, libmad0-dev
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), libsdl2-dev,
+               libvorbis-dev, libmad0-dev, libopusfile-dev,
+	       libflac-dev, libmikmod-dev
 Standards-Version: 3.9.3
 Homepage: http://quakespasm.sourceforge.net/
 Vcs-Git: git://anonscm.debian.org/pkg-games/quakespasm.git
diff --git a/debian/rules b/debian/rules
index 4b11378..8ba1886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,12 @@ override_dh_auto_build:
 	make -C Quake \
 		$(maybe_debug) \
 		STRIP=": do not strip:" \
-		DO_USERDIRS=1
+		DO_USERDIRS=1 \
+		USE_SDL2=1 \
+		USE_CODEC_FLAC=1 \
+		USE_CODEC_OPUS=1 \
+		USE_CODEC_MIKMOD=1 \
+		USE_CODEC_UMX=1
 
 override_dh_auto_install:
 	install -d $(DESTDIR)/usr/games

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git



More information about the Pkg-games-commits mailing list