]> git.pld-linux.org Git - packages/espeak.git/blobdiff - espeak-ac_am.patch
- further updates for 1.19: put correct version in AC_INIT
[packages/espeak.git] / espeak-ac_am.patch
index 5e1fbda146584ccc0d76d8d9ab44659f3b76c10e..6f95cbcd418b325e524b1da097c89cae776da9ee 100644 (file)
@@ -15,7 +15,7 @@ diff -Nur o.speak-1.14-source/configure.ac n.speak-1.14-source/configure.ac
 +# Process this file with autoconf to produce a configure script.
 +
 +AC_PREREQ(2.59)
-+AC_INIT(espeak, 1.16, )
++AC_INIT(espeak, 1.19, )
 +AM_INIT_AUTOMAKE
 +AC_CONFIG_SRCDIR([src/speak.cpp])
 +AC_CONFIG_HEADER([config.h])
@@ -57,7 +57,7 @@ diff -Nur o.speak-1.14-source/configure.ac n.speak-1.14-source/configure.ac
 diff -Nur o.speak-1.14-source/src/Makefile.am n.speak-1.14-source/src/Makefile.am
 --- o.speak-1.14-source/src/Makefile.am        1970-01-01 01:00:00.000000000 +0100
 +++ n.speak-1.14-source/src/Makefile.am        2006-09-23 22:18:52.000000000 +0200
-@@ -0,0 +1,19 @@
+@@ -0,0 +1,16 @@
 +AM_CXXFLAGS = -Wall -pedantic -fno-exceptions
 +
 +bin_PROGRAMS = speak
@@ -67,28 +67,23 @@ diff -Nur o.speak-1.14-source/src/Makefile.am n.speak-1.14-source/src/Makefile.a
 +lib_LTLIBRARIES = libespeak.la
 +
 +libespeak_la_SOURCES = speak_lib.cpp compiledict.cpp dictionary.cpp intonation.cpp \
-+      readclause.cpp setlengths.cpp \
++      numbers.c readclause.cpp setlengths.cpp \
 +      synthdata.cpp synthesize.cpp translate.cpp tr_english.cpp \
 +      tr_languages.cpp voices.cpp wavegen.cpp
 +
-+libespeak_la_LDFLAGS = -version-info 2:16:1
-+
-+# -fvisibility=hidden requires modern GCC which is not present in current PLD Ac
-+#libespeak_la_CXXFLAGS = $(AM_CXXFLAGS) -fvisibility=hidden
++libespeak_la_LDFLAGS = -version-info 2:19:1
 +
 +include_HEADERS = speak_lib.h
-diff -Nur o.speak-1.14-source/src/speech.h n.speak-1.14-source/src/speech.h
---- o.speak-1.14-source/src/speech.h   2006-09-21 20:00:41.000000000 +0200
-+++ n.speak-1.14-source/src/speech.h   2006-09-23 19:54:14.000000000 +0200
-@@ -36,7 +36,10 @@
+--- espeak-1.17-source/src/speech.h~   2006-11-19 14:47:14.000000000 +0100
++++ espeak-1.17-source/src/speech.h    2006-11-19 14:47:57.000000000 +0100
+@@ -36,8 +36,9 @@
  #endif
  
  // will look for espeak_data directory here, and also in user's home directory
 +#include "config.h"
-+#ifndef PATH_ESPEAK_DATA
- #define PATH_ESPEAK_DATA  "/usr/share/espeak-data"
-+#endif
+ #ifndef PATH_ESPEAK_DATA
+-   #define PATH_ESPEAK_DATA  "/usr/share/espeak-data"
++#define PATH_ESPEAK_DATA  "/usr/share/espeak-data"
+ #endif
  
  typedef unsigned short USHORT;
- typedef unsigned char  UCHAR;
-
This page took 0.086578 seconds and 4 git commands to generate.