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>
This commit is contained in:
Arnaud Aujon 2014-08-05 13:16:41 +02:00 committed by Thomas Petazzoni
parent d6ee2869ef
commit 1617f44d60
2 changed files with 2 additions and 17 deletions

View File

@ -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)

View File

@ -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+