]> git.pld-linux.org Git - packages/espeak.git/commitdiff
- splitting between patches and -version-info corrected
authortwittner <twittner@pld-linux.org>
Sat, 23 Sep 2006 20:26:25 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speak-ac_am.patch -> 1.4
    speak-sys_includes.patch -> 1.2

speak-ac_am.patch
speak-sys_includes.patch

index a439e74360571ffc8707b5a623a707544ba5a056..b3a10b2614d9863651adda2ae0b80ffd5b7c480a 100644 (file)
@@ -56,7 +56,7 @@ diff -Nur o.speak-1.14-source/configure.ac n.speak-1.14-source/configure.ac
 +AC_OUTPUT
 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 21:14:54.000000000 +0200
++++ n.speak-1.14-source/src/Makefile.am        2006-09-23 22:18:52.000000000 +0200
 @@ -0,0 +1,19 @@
 +AM_CXXFLAGS = -Wall -pedantic -fno-exceptions
 +
@@ -71,7 +71,7 @@ diff -Nur o.speak-1.14-source/src/Makefile.am n.speak-1.14-source/src/Makefile.a
 +      synthdata.cpp synthesize.cpp translate.cpp tr_english.cpp \
 +      tr_languages.cpp voices.cpp wavegen.cpp
 +
-+libespeak_la_LDFLAGS = -version-info 15:1:14
++libespeak_la_LDFLAGS = -version-info 2:14:1
 +
 +# -fvisibility=hidden requires modern GCC which is not present in current PLD Ac
 +#libespeak_la_CXXFLAGS = $(AM_CXXFLAGS) -fvisibility=hidden
@@ -91,3 +91,4 @@ diff -Nur o.speak-1.14-source/src/speech.h n.speak-1.14-source/src/speech.h
  
  typedef unsigned short USHORT;
  typedef unsigned char  UCHAR;
+
index e6bd4381286f73b554b7cdfcbd8b7c9a19142b99..fca392df6d3b0e87ca2aae57367953e36de20a31 100644 (file)
@@ -35,20 +35,6 @@ diff -Nur o.speak-1.14-source/src/speak_lib.cpp n.speak-1.14-source/src/speak_li
  #ifndef __WIN32__
  #include <unistd.h>
  #endif
-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 @@
- #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
- typedef unsigned short USHORT;
- typedef unsigned char  UCHAR;
 diff -Nur o.speak-1.14-source/src/voices.cpp n.speak-1.14-source/src/voices.cpp
 --- o.speak-1.14-source/src/voices.cpp 2006-09-21 20:00:42.000000000 +0200
 +++ n.speak-1.14-source/src/voices.cpp 2006-09-23 21:34:46.000000000 +0200
This page took 0.073558 seconds and 4 git commands to generate.