summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Aujon <arnaud@intelibre.fr>2014-08-05 13:16:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-06 19:50:28 +0200
commit1617f44d60a741b12dbd343cb41c87fae75147bc (patch)
tree93ebb8916c9aa973416683bc555d3a4238ff0e72
parentd6ee2869efc977da84c0361ed440511a24746bb2 (diff)
downloadbuildroot-1617f44d60a741b12dbd343cb41c87fae75147bc.tar.gz
buildroot-1617f44d60a741b12dbd343cb41c87fae75147bc.zip
espeak: bump to version 1.48.04
* Bump to latest upstream version 1.48.04 * Remove patch as applied upstream Signed-off-by: Arnaud Aujon <arnaud@intelibre.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/espeak/espeak-01-do-not-compil-when-install.patch15
-rw-r--r--package/espeak/espeak.mk4
2 files changed, 2 insertions, 17 deletions
diff --git a/package/espeak/espeak-01-do-not-compil-when-install.patch b/package/espeak/espeak-01-do-not-compil-when-install.patch
deleted file mode 100644
index 983cd1cf0b..0000000000
--- a/package/espeak/espeak-01-do-not-compil-when-install.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Makefile: do not execute the rule "all" when executing "install"
-
-signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com>
-===================================================================
---- espeak-1.47.11-source.orig/src/Makefile
-+++ espeak-1.47.11-source/src/Makefile
-@@ -131,7 +131,7 @@
- rm -f $(BIN2_NAME)
- rm -f $(LIB_NAME)*
-
--install: all
-+install:
- # Create directories
- rm -rf $(DESTDIR)$(DATADIR)
- $(MKDIR) $(DESTDIR)$(BINDIR)
diff --git a/package/espeak/espeak.mk b/package/espeak/espeak.mk
index 571b73094e..9c32752a2a 100644
--- a/package/espeak/espeak.mk
+++ b/package/espeak/espeak.mk
@@ -4,8 +4,8 @@
#
###############################################################################
-ESPEAK_VERSION_MAJOR = 1.47
-ESPEAK_VERSION = $(ESPEAK_VERSION_MAJOR).11
+ESPEAK_VERSION_MAJOR = 1.48
+ESPEAK_VERSION = $(ESPEAK_VERSION_MAJOR).04
ESPEAK_SOURCE = espeak-$(ESPEAK_VERSION)-source.zip
ESPEAK_SITE = http://downloads.sourceforge.net/project/espeak/espeak/espeak-$(ESPEAK_VERSION_MAJOR)
ESPEAK_LICENSE = GPLv3+
OpenPOWER on IntegriCloud