[mupen64plus-audio-sdl] 103/163: Disable OSS support and use SDL instead

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:53:25 UTC 2015


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-audio-sdl.

commit 6572c2ba9263a61acc0facac411f11a87859c93d
Author: Sven Eckelmann <sven at narfation.org>
Date:   Tue Sep 11 09:13:08 2012 +0200

    Disable OSS support and use SDL instead
---
 debian/changelog                 |  2 ++
 debian/patches/disable_oss.patch | 20 ++++++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 64ad11a..87a35fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mupen64plus-audio-sdl (1.99.5+4+761b386e52de-1) UNRELEASED; urgency=low
 
   * New Upstream Snapshot from 761b386e52de5619139138ece617f682c55227cb
+  * debian/patches:
+    - Add disable_oss.patch, Disable OSS support and use SDL instead
 
  -- Sven Eckelmann <sven at narfation.org>  Tue, 11 Sep 2012 09:08:48 +0200
 
diff --git a/debian/patches/disable_oss.patch b/debian/patches/disable_oss.patch
new file mode 100644
index 0000000..17b09c8
--- /dev/null
+++ b/debian/patches/disable_oss.patch
@@ -0,0 +1,20 @@
+Description: Disable OSS support and use SDL instead
+Author: Sven Eckelmann <sven at narfation.org>
+
+---
+diff --git a/projects/unix/Makefile b/projects/unix/Makefile
+index 7f270da9143f1612b0eca03a84e0e97b7ec2645d..ccf93cb4e661cfdc7078a70f6158b0aa17ea37e9 100644
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -178,11 +178,6 @@ else
+   $(warning No libsamplerate development libraries found.  Mupen64plus-sdl-audio will be built without Best Quality SINC resampler.)
+ endif
+ 
+-# test for the presence of OSS
+-ifneq ($(wildcard /dev/mixer),)
+-  CFLAGS += -DHAS_OSS_SUPPORT
+-endif
+-
+ # set mupen64plus core API header path
+ ifneq ("$(APIDIR)","")
+   CFLAGS += "-I$(APIDIR)"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..adc6372
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_oss.patch

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



More information about the Pkg-games-commits mailing list