Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (04c81073d2c7d8801e3a0611e0631d4d245b00d5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (04c81073d2c7d8801e3a0611e0631d4d245b00d5)
  • Date: Fri, 24 Aug 2007 16:18:06 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

spelling/stardict/HISTORY | 3 +++
spelling/stardict/PRE_BUILD | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit 3384d0d5c79aec05ac1b2b356b1dc3ab87cf52f2
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

spelling/stardict:

PRE_BUILD: fixed building with espeak

diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index 4c9c0af..7235b35 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,6 @@
+2007-08-25 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: fixed building with espeak
+
2007-08-16 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: PATCHLEVEL++

diff --git a/spelling/stardict/PRE_BUILD b/spelling/stardict/PRE_BUILD
index 34024ac..2e61342 100755
--- a/spelling/stardict/PRE_BUILD
+++ b/spelling/stardict/PRE_BUILD
@@ -3,6 +3,12 @@ cd ${SOURCE_DIRECTORY} &&

patch -p0 < ${SCRIPT_DIRECTORY}/configure.patch &&
patch -p0 < ${SCRIPT_DIRECTORY}/prefsdlg.patch &&
+source ${GRIMOIRE}/is_depends_enabled.function &&
+if is_depends_enabled ${SPELL} espeak
+then
+ sedit "s:espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 0,
NULL);:espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 0, NULL, 0);:" \
+ stardict-plugins/stardict-espeak-tts-plugin/stardict_espeak.cpp
+fi &&
intltoolize --force --copy &&
echo n | libtoolize --copy --force &&
aclocal -I m4 &&




Archive powered by MHonArc 2.6.24.

Top of Page