wok diff espeak/receipt @ rev 7494

Up: mercurial to 1.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 03 13:49:58 2010 +0000 (2010-12-03)
parents 31c985a0bd3d
children d812f11de370
line diff
     1.1 --- a/espeak/receipt	Tue Feb 16 13:39:45 2010 +0000
     1.2 +++ b/espeak/receipt	Fri Dec 03 13:49:58 2010 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="espeak"
     1.7 -VERSION="1.42.04"
     1.8 +VERSION="1.44.05"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Speech synthesizer."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="portaudio"
    1.13 -BUILD_DEPENDS="portaudio-dev"
    1.14 +DEPENDS="portaudio jack-audio-connection-kit"
    1.15 +BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"
    1.16  TARBALL="$PACKAGE-$VERSION-source.zip"
    1.17  WEB_SITE="http://espeak.sourceforge.net/"
    1.18 -WGET_URL="http://sourceforge.net/projects/espeak/files/espeak/$TARBALL"
    1.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20  TAGS="speech synthesis"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -34,7 +34,7 @@
    1.24  	cp -a $_pkg/usr/share $fs/usr
    1.25  	
    1.26  	# Make symlink
    1.27 -	cd $fs/usr/lib
    1.28 -	ln -s libespeak.so.1.1.42 libespeak.so.1
    1.29 +	#cd $fs/usr/lib
    1.30 +	#ln -s libespeak.so.1.1.42 libespeak.so.1
    1.31  }
    1.32