wok rev 6313

Up: espeak, espeak-dev to 1.44.05.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 01:23:59 2010 +0000 (2010-09-17)
parents e17e83137164
children 9ba81d66117c
files espeak-dev/receipt espeak/receipt
line diff
     1.1 --- a/espeak-dev/receipt	Fri Sep 17 00:17:09 2010 +0000
     1.2 +++ b/espeak-dev/receipt	Fri Sep 17 01:23:59 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="espeak-dev"
     1.7 -VERSION="1.42.04"
     1.8 +VERSION="1.44.05"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Speech synthesizer devel files."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/espeak/receipt	Fri Sep 17 00:17:09 2010 +0000
     2.2 +++ b/espeak/receipt	Fri Sep 17 01:23:59 2010 +0000
     2.3 @@ -1,15 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="espeak"
     2.7 -VERSION="1.42.04"
     2.8 +VERSION="1.44.05"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Speech synthesizer."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 -DEPENDS="portaudio"
    2.13 -BUILD_DEPENDS="portaudio-dev"
    2.14 +DEPENDS="portaudio jack-audio-connection-kit"
    2.15 +BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"
    2.16  TARBALL="$PACKAGE-$VERSION-source.zip"
    2.17  WEB_SITE="http://espeak.sourceforge.net/"
    2.18 -WGET_URL="http://sourceforge.net/projects/espeak/files/espeak/$TARBALL"
    2.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.20  TAGS="speech synthesis"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23 @@ -34,7 +34,7 @@
    2.24  	cp -a $_pkg/usr/share $fs/usr
    2.25  	
    2.26  	# Make symlink
    2.27 -	cd $fs/usr/lib
    2.28 -	ln -s libespeak.so.1.1.42 libespeak.so.1
    2.29 +	#cd $fs/usr/lib
    2.30 +	#ln -s libespeak.so.1.1.42 libespeak.so.1
    2.31  }
    2.32