Skip to Content.
Sympa Menu

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

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 (06d8abeb45341aeee1770530b575e96555604db9)
  • Date: Fri, 2 Jul 2010 12:21:55 -0500

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

audio-creation/mhwaveedit/DEPENDS | 4 ++--
audio-creation/mhwaveedit/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

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

mhwaveedit: only portaudio v.18 is supported

diff --git a/audio-creation/mhwaveedit/DEPENDS
b/audio-creation/mhwaveedit/DEPENDS
index 5d278da..01b5536 100755
--- a/audio-creation/mhwaveedit/DEPENDS
+++ b/audio-creation/mhwaveedit/DEPENDS
@@ -45,10 +45,10 @@ optional_depends sdl \
"--without-sdl" \
"for SDL library support" &&

-optional_depends PORTAUDIO \
+optional_depends portaudio \
"--with-portaudio" \
"--without-portaudio" \
- "for PortAudio library support" &&
+ "for PortAudio (v.18) library support" &&

optional_depends ladspa "" "" "for LADSPA plugins support" &&

diff --git a/audio-creation/mhwaveedit/HISTORY
b/audio-creation/mhwaveedit/HISTORY
index f1e3966..f424c62 100644
--- a/audio-creation/mhwaveedit/HISTORY
+++ b/audio-creation/mhwaveedit/HISTORY
@@ -1,3 +1,6 @@
+2010-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: only portaudio v.18 is supported
+
2010-03-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.18




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (06d8abeb45341aeee1770530b575e96555604db9), Vlad Glagolev, 07/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page