]> git.pld-linux.org Git - packages/espeak.git/commitdiff
- up to 1.17 auto/th/espeak-1_17-1
authortwittner <twittner@pld-linux.org>
Sun, 19 Nov 2006 14:20:16 +0000 (14:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    espeak-ac_am.patch -> 1.3
    espeak.spec -> 1.11

espeak-ac_am.patch
espeak.spec

index 8434e935b1cc4e42a98f710bfb8980cc5e35f214..91e53a9b23c4904a17091f60cbb359e9c31101dd 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.17, )
 +AM_INIT_AUTOMAKE
 +AC_CONFIG_SRCDIR([src/speak.cpp])
 +AC_CONFIG_HEADER([config.h])
@@ -74,18 +74,16 @@ diff -Nur o.speak-1.14-source/src/Makefile.am n.speak-1.14-source/src/Makefile.a
 +libespeak_la_LDFLAGS = -version-info 2:16: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;
-
index 89fafacc606f547665812d0dc2f62b70fcb0c20d..5722d4b85e86c85729b2e1c0963f38e84ab3908a 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       eSpeak - speech synthesizer for English and other languages
 Summary(pl):   eSpeak - syntezator mowy dla jêzyka angielskiego i innych
 Name:          espeak
-Version:       1.16
-Release:       0.1
+Version:       1.17
+Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       http://dl.sourceforge.net/espeak/%{name}-%{version}-source.zip
-# Source0-md5: c376ea94cddda90b093f231926f7ba44
+# Source0-md5: b55432e1f0b7cea1276f25281714c771
 Patch0:                %{name}-ac_am.patch
 URL:           http://espeak.sourceforge.net/
 BuildRequires: autoconf
@@ -178,7 +178,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}-data/voices/es
 %{_datadir}/%{name}-data/voices/fi
 %{_datadir}/%{name}-data/voices/it
+%{_datadir}/%{name}-data/voices/nl
 %{_datadir}/%{name}-data/voices/pl
+%{_datadir}/%{name}-data/voices/pt
 %{_datadir}/%{name}-data/voices/ru
 %dir %{_datadir}/%{name}-data/soundicons
 %{_datadir}/%{name}-data/af_dict
@@ -191,10 +193,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}-data/es_dict
 %{_datadir}/%{name}-data/fi_dict
 %{_datadir}/%{name}-data/it_dict
+%{_datadir}/%{name}-data/nl_dict
 %{_datadir}/%{name}-data/phondata
 %{_datadir}/%{name}-data/phonindex
 %{_datadir}/%{name}-data/phontab
 %{_datadir}/%{name}-data/pl_dict
+%{_datadir}/%{name}-data/pt_dict
 %{_datadir}/%{name}-data/ru_dict
 
 %files libs
This page took 0.052727 seconds and 4 git commands to generate.