Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (a02237dfb2ef1e9d9c7e509c4836553db01e8123)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (a02237dfb2ef1e9d9c7e509c4836553db01e8123)
  • Date: Tue, 21 Apr 2009 02:02:45 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

audio-creation/espeak/CONFIGURE | 2 --
audio-creation/espeak/DEPENDS | 2 +-
audio-creation/espeak/HISTORY | 6 ++++++
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit a02237dfb2ef1e9d9c7e509c4836553db01e8123
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

espeak: does not build with portaudio19

diff --git a/audio-creation/espeak/CONFIGURE b/audio-creation/espeak/CONFIGURE
deleted file mode 100755
index cfce396..0000000
--- a/audio-creation/espeak/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query_list ESPEAK_PORTAUDIO "Which portaudio do you want" \
- portaudio portaudio19
diff --git a/audio-creation/espeak/DEPENDS b/audio-creation/espeak/DEPENDS
index 63be73d..7e77dca 100755
--- a/audio-creation/espeak/DEPENDS
+++ b/audio-creation/espeak/DEPENDS
@@ -1,2 +1,2 @@
depends g++ &&
-depends $ESPEAK_PORTAUDIO
+depends portaudio
diff --git a/audio-creation/espeak/HISTORY b/audio-creation/espeak/HISTORY
index 6bec3be..f94077b 100644
--- a/audio-creation/espeak/HISTORY
+++ b/audio-creation/espeak/HISTORY
@@ -1,3 +1,9 @@
+2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DEPENDS: initially corrected to depend on PORTAUDIO, but found it
+ won't build with portaudio19 so dependency changed to just
+ portaudio.
+ * CONFIGURE: removed.
+
2009-01-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.40.02




  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (a02237dfb2ef1e9d9c7e509c4836553db01e8123), Ethan Grammatikidis, 04/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page