OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 23-Dec-2008 23:20:38 Branch: HEAD Handle: 2008122322203700 Modified files: openpkg-src/espeak espeak.patch espeak.spec Log: upgrading package: espeak 1.38 -> 1.40 Summary: Revision Changes Path 1.4 +19 -11 openpkg-src/espeak/espeak.patch 1.4 +2 -2 openpkg-src/espeak/espeak.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/espeak/espeak.patch ============================================================================ $ cvs diff -u -r1.3 -r1.4 espeak.patch --- openpkg-src/espeak/espeak.patch 17 Apr 2008 06:24:04 -0000 1.3 +++ openpkg-src/espeak/espeak.patch 23 Dec 2008 22:20:37 -0000 1.4 @@ -1,6 +1,6 @@ Index: src/Makefile ---- src/Makefile.orig 2008-04-16 14:06:34 +0200 -+++ src/Makefile 2008-04-17 08:10:25 +0200 +--- src/Makefile.orig 2008-12-22 23:37:41 +0100 ++++ src/Makefile 2008-12-23 23:18:40 +0100 @@ -24,7 +24,7 @@ LN_SF = /bin/ln -sf MKDIR = mkdir -p @@ -10,7 +10,17 @@ #AUDIO = pulseaudio #AUDIO = sada -@@ -60,36 +60,35 @@ +@@ -47,6 +47,9 @@ + endif + endif + ++CXX = g++ ++CXXFLAGS=-O2 -pthread ++ + speak_SOURCES = speak.cpp compiledict.cpp dictionary.cpp intonation.cpp \ + readclause.cpp setlengths.cpp numbers.cpp synth_mbrola.cpp \ + synthdata.cpp synthesize.cpp translate.cpp \ +@@ -60,36 +63,31 @@ SRCS1=$(speak_SOURCES) OBJS1=$(patsubst %.cpp,%.o,$(SRCS1)) @@ -25,12 +35,10 @@ SRCS3 = espeak.cpp OBJS3=$(patsubst %.cpp,%.o,$(SRCS3)) -LIBS3=-lstdc++ -L . -lespeak -+LIBS3=-lstdc++ -L . -lespeak -pthread - +- -CXXFLAGS=-O2 -+CXX = g++ -+CXXFLAGS=-O2 -pthread - +- ++LIBS3=-lstdc++ -L . -lespeak -pthread -all: $(BIN_NAME) $(LIB_NAME) $(STATIC_LIB_NAME) $(BIN2_NAME) - mv $(LIB_NAME) $(LIB_NAME).$(LIBTAG) @@ -50,15 +58,15 @@ x_%.o: %.cpp -- $(CXX) $(CXXFLAGS) $(USE_AUDIO) -Wall -fpic -pedantic \ +- $(CXX) $(CXXFLAGS) $(USE_AUDIO) -Wall -fpic -fvisibility=hidden -pedantic \ - -I. -D LIBRARY -c -fno-exceptions $< -o x_$*.o + $(CXX) $(CXXFLAGS) $(USE_AUDIO) -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -fPIC -I. -D LIBRARY -c -fno-exceptions $< -o x_$*.o $(LIB_NAME): $(OBJS2) $(CXX) -shared $(SONAME_OPT)$(LIB_NAME).$(LIB_VERSION) -o $@ $(OBJS2) $(LIBS2) Index: src/espeak.cpp ---- src/espeak.cpp.orig 2008-04-16 14:03:05 +0200 -+++ src/espeak.cpp 2008-04-17 08:04:57 +0200 +--- src/espeak.cpp.orig 2008-12-22 23:36:40 +0100 ++++ src/espeak.cpp 2008-12-23 23:17:12 +0100 @@ -26,6 +26,10 @@ #include "speak_lib.h" @@ . patch -p0 <<'@@ .' Index: openpkg-src/espeak/espeak.spec ============================================================================ $ cvs diff -u -r1.3 -r1.4 espeak.spec --- openpkg-src/espeak/espeak.spec 23 Aug 2008 20:55:54 -0000 1.3 +++ openpkg-src/espeak/espeak.spec 23 Dec 2008 22:20:37 -0000 1.4 @@ -31,8 +31,8 @@ Class: EVAL Group: Audio License: GPL -Version: 1.38 -Release: 20080823 +Version: 1.40 +Release: 20081223 # list of sources Source0: http://switch.dl.sourceforge.net/espeak/espeak-%{version}-source.zip @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
