# HG changeset patch # User Christopher Rogers # Date 1284686639 0 # Node ID 7e035a7d02084f2a42939374d2d887f4c96d1219 # Parent e17e83137164c5f96eb924a5e9253dad677f93f7 Up: espeak, espeak-dev to 1.44.05. diff -r e17e83137164 -r 7e035a7d0208 espeak-dev/receipt --- a/espeak-dev/receipt Fri Sep 17 00:17:09 2010 +0000 +++ b/espeak-dev/receipt Fri Sep 17 01:23:59 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="espeak-dev" -VERSION="1.42.04" +VERSION="1.44.05" CATEGORY="misc" SHORT_DESC="Speech synthesizer devel files." MAINTAINER="erjo@slitaz.org" diff -r e17e83137164 -r 7e035a7d0208 espeak/receipt --- a/espeak/receipt Fri Sep 17 00:17:09 2010 +0000 +++ b/espeak/receipt Fri Sep 17 01:23:59 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="espeak" -VERSION="1.42.04" +VERSION="1.44.05" CATEGORY="misc" SHORT_DESC="Speech synthesizer." MAINTAINER="erjo@slitaz.org" -DEPENDS="portaudio" -BUILD_DEPENDS="portaudio-dev" +DEPENDS="portaudio jack-audio-connection-kit" +BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev" TARBALL="$PACKAGE-$VERSION-source.zip" WEB_SITE="http://espeak.sourceforge.net/" -WGET_URL="http://sourceforge.net/projects/espeak/files/espeak/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="speech synthesis" # Rules to configure and make the package. @@ -34,7 +34,7 @@ cp -a $_pkg/usr/share $fs/usr # Make symlink - cd $fs/usr/lib - ln -s libespeak.so.1.1.42 libespeak.so.1 + #cd $fs/usr/lib + #ln -s libespeak.so.1.1.42 libespeak.so.1 }