Skip to Content.
Sympa Menu

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

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 (a2b3aab9e64e2605e5b4be3a6a465d3cffcfa0de)
  • Date: Sun, 26 Aug 2012 04:22:38 -0500

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

audio-creation/mhwaveedit/DETAILS | 5 ++---
audio-creation/mhwaveedit/HISTORY | 4 ++++
audio-creation/mhwaveedit/PRE_BUILD | 4 ----
audio-creation/mhwaveedit/alsa.patch | 11 -----------
4 files changed, 6 insertions(+), 18 deletions(-)

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

mhwaveedit: => 1.4.22

diff --git a/audio-creation/mhwaveedit/DETAILS
b/audio-creation/mhwaveedit/DETAILS
index 3c3e2c2..8abd9ff 100755
--- a/audio-creation/mhwaveedit/DETAILS
+++ b/audio-creation/mhwaveedit/DETAILS
@@ -1,9 +1,8 @@
SPELL=mhwaveedit
- VERSION=1.4.21
- PATCHLEVEL=1
+ VERSION=1.4.22
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.gna.org/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:9d4f12cae243812f58d90dab1a1cef86ed62c0a2948f417bf5cfa4213621426dbd86e2293d514fdcc440d726851bd22d7e0728e60c1547fb9203672070864304
+
SOURCE_HASH=sha512:c44428dd4f848fda08aaff351380163697504d0ac133ab78d34817d974111719d724e985539d85c5bda23eda2fdb4fce3c1c680b5a8fa673f8d37a9d4fbcf590
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://gna.org/projects/mhwaveedit/
LICENSE[0]=GPL
diff --git a/audio-creation/mhwaveedit/HISTORY
b/audio-creation/mhwaveedit/HISTORY
index 5f65b29..17f3e75 100644
--- a/audio-creation/mhwaveedit/HISTORY
+++ b/audio-creation/mhwaveedit/HISTORY
@@ -1,3 +1,7 @@
+2012-08-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.22
+ * PRE_BUILD, alsa.patch: dropped, fixed by upstream
+
2011-10-12 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: removed optionald dependency on arts

diff --git a/audio-creation/mhwaveedit/PRE_BUILD
b/audio-creation/mhwaveedit/PRE_BUILD
deleted file mode 100755
index 7459256..0000000
--- a/audio-creation/mhwaveedit/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/alsa.patch"
diff --git a/audio-creation/mhwaveedit/alsa.patch
b/audio-creation/mhwaveedit/alsa.patch
deleted file mode 100644
index abc9a60..0000000
--- a/audio-creation/mhwaveedit/alsa.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sound-alsalib.c.orig 2011-05-08 02:40:52.000000000 +0400
-+++ src/sound-alsalib.c 2011-06-12 17:20:28.262160147 +0400
-@@ -230,7 +230,7 @@
- alsa_data.ready_func();
- alsa_data.inside_ready_func = FALSE;
- if (alsa_data.rw_call_count == i) return -1;
-- if (!alsa_data.eventdriv && alsa_output_want_data()) {
-+ if (!alsa_data.eventdriv && alsa_data.whand!=NULL &&
alsa_output_want_data()) {
- if (alsa_data.csource == NULL)
- alsa_data.csource =
mainloop_constant_source_add(csource_func,NULL,FALSE);
- mainloop_constant_source_enable(alsa_data.csource,TRUE);



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a2b3aab9e64e2605e5b4be3a6a465d3cffcfa0de), Vlad Glagolev, 08/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page