wok rev 20889
updated espeak and espeak-dev (1.45.05 -> 1.48.04)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 25 17:35:02 2019 +0100 (2019-02-25) |
parents | df02951ceb75 |
children | 45543b1af36a |
files | espeak-dev/receipt espeak/receipt |
line diff
1.1 --- a/espeak-dev/receipt Mon Feb 25 16:57:59 2019 +0100 1.2 +++ b/espeak-dev/receipt Mon Feb 25 17:35:02 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="espeak-dev" 1.7 -VERSION="1.45.05" 1.8 +VERSION="1.48.04" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Speech synthesizer devel files." 1.11 +SHORT_DESC="Speech synthesizer development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://espeak.sourceforge.io/" 1.15 + 1.16 WANTED="espeak" 1.17 -WEB_SITE="http://espeak.sourceforge.net/" 1.18 HOST_ARCH="i486 arm" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -17,4 +18,3 @@ 1.22 cp -a $install/usr/lib/*.a* $fs/usr/lib 1.23 cp -a $install/usr/include $fs/usr 1.24 } 1.25 -
2.1 --- a/espeak/receipt Mon Feb 25 16:57:59 2019 +0100 2.2 +++ b/espeak/receipt Mon Feb 25 17:35:02 2019 +0100 2.3 @@ -1,19 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="espeak" 2.7 -VERSION="1.45.05" 2.8 +VERSION="1.48.04" 2.9 CATEGORY="misc" 2.10 +TAGS="speech synthesis" 2.11 SHORT_DESC="Speech synthesizer." 2.12 MAINTAINER="erjo@slitaz.org" 2.13 LICENSE="GPL3" 2.14 +WEB_SITE="https://espeak.sourceforge.io/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION-source.zip" 2.17 -WEB_SITE="http://espeak.sourceforge.net/" 2.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.19 -TAGS="speech synthesis" 2.20 -HOST_ARCH="i486 arm" 2.21 +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.22 +WGET_URL="https;/sourceforge.net/projects/$PACKAGE/files/$PACKAGE/${VERSION%.*}/$TARBALL" 2.23 2.24 DEPENDS="portaudio jack-audio-connection-kit" 2.25 BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev" 2.26 +HOST_ARCH="i486 arm" 2.27 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 @@ -24,7 +26,8 @@ 2.31 # Using portaudio v19 2.32 cp portaudio19.h portaudio.h 2.33 2.34 - make && make DESTDIR=$DESTDIR install 2.35 + make -j 1 && 2.36 + make DESTDIR=$DESTDIR install 2.37 } 2.38 2.39 # Rules to gen a SliTaz package suitable for Tazpkg. 2.40 @@ -40,4 +43,3 @@ 2.41 #cd $fs/usr/lib 2.42 #ln -s libespeak.so.1.1.42 libespeak.so.1 2.43 } 2.44 -