Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (935a01366fc5b1839e6709e610a1047550c9567a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (935a01366fc5b1839e6709e610a1047550c9567a)
  • Date: Fri, 12 Apr 2019 19:08:45 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-creation/mhwaveedit/HISTORY | 4 ++++
audio-creation/mhwaveedit/PRE_BUILD | 4 ++++
audio-creation/mhwaveedit/pulseaudio.patch | 10 ++++++++++
3 files changed, 18 insertions(+)

New commits:
commit 935a01366fc5b1839e6709e610a1047550c9567a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mhwaveedit: fixed build against newer PulseAudio

diff --git a/audio-creation/mhwaveedit/HISTORY
b/audio-creation/mhwaveedit/HISTORY
index dc0c9d6..0616bc6 100644
--- a/audio-creation/mhwaveedit/HISTORY
+++ b/audio-creation/mhwaveedit/HISTORY
@@ -1,3 +1,7 @@
+2019-04-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply patch
+ * pulseaudio.patch: added, to fix build against newer PulseAudio
+
2019-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.24; updated website, source URL

diff --git a/audio-creation/mhwaveedit/PRE_BUILD
b/audio-creation/mhwaveedit/PRE_BUILD
new file mode 100755
index 0000000..d861c81
--- /dev/null
+++ b/audio-creation/mhwaveedit/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p0 < "${SPELL_DIRECTORY}/pulseaudio.patch"
diff --git a/audio-creation/mhwaveedit/pulseaudio.patch
b/audio-creation/mhwaveedit/pulseaudio.patch
new file mode 100644
index 0000000..b5f74ea
--- /dev/null
+++ b/audio-creation/mhwaveedit/pulseaudio.patch
@@ -0,0 +1,10 @@
+--- src/sound-pulse.c.orig 2016-06-11 13:52:03.000000000 +0200
++++ src/sound-pulse.c 2016-06-11 13:50:39.000000000 +0200
+@@ -21,6 +21,7 @@
+
+ #include <poll.h>
+ #include <pulse/pulseaudio.h>
++#include "int_box.h"
+
+ #ifndef PA_CHECK_VERSION
+ #define PA_CHECK_VERSION(a,b,c) (0)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (935a01366fc5b1839e6709e610a1047550c9567a), Vlad Glagolev, 04/12/2019

Archive powered by MHonArc 2.6.24.

Top of Page