[openal-soft] 01/01: Cherry-pick commit ba827cd from upstream to fix FTBFS on arm64

Simon McVittie smcv at debian.org
Wed May 13 08:03:44 UTC 2015


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

smcv pushed a commit to branch master
in repository openal-soft.

commit 9ee803ee1311ef757eb60fad469669f9afb1b7aa
Author: Simon McVittie <smcv at debian.org>
Date:   Tue May 12 10:09:56 2015 +0100

    Cherry-pick commit ba827cd from upstream to fix FTBFS on arm64
---
 debian/changelog                               |  7 +++++++
 debian/patches/Fix-Neon-mixer-definition.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 323e41c..3e05f18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openal-soft (1:1.16.0-3) unstable; urgency=medium
+
+  * Team upload
+  * Cherry-pick commit ba827cd from upstream to fix FTBFS on arm64
+
+ -- Simon McVittie <smcv at debian.org>  Tue, 12 May 2015 10:09:45 +0100
+
 openal-soft (1:1.16.0-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/Fix-Neon-mixer-definition.patch b/debian/patches/Fix-Neon-mixer-definition.patch
new file mode 100644
index 0000000..a80ca23
--- /dev/null
+++ b/debian/patches/Fix-Neon-mixer-definition.patch
@@ -0,0 +1,24 @@
+From: Chris Robinson <chris.kcat at gmail.com>
+Date: Sun, 31 Aug 2014 23:46:43 -0700
+Subject: Fix Neon mixer definition
+
+Origin: upstream, 1.16.1, commit:http://repo.or.cz/w/openal-soft.git/commit/ba827cdfffb386e00c9f96cb605980dafef304ae
+---
+ Alc/mixer_neon.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c
+index 7b6da2b..8a27ddb 100644
+--- a/Alc/mixer_neon.c
++++ b/Alc/mixer_neon.c
+@@ -75,8 +75,8 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2],
+ #undef SUFFIX
+ 
+ 
+-void MixDirect_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE],
+-                    MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize)
++void Mix_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE],
++              MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize)
+ {
+     ALfloat gain, step;
+     float32x4_t gain4;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c24a015
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Fix-Neon-mixer-definition.patch

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



More information about the Pkg-games-commits mailing list