wok-6.x diff espeak/receipt @ rev 4778

get-virtualbox: Remove patch. Need improvement.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jan 13 22:48:13 2010 +0100 (2010-01-13)
parents 0304f47888d1
children efdb1ea41532
line diff
     1.1 --- a/espeak/receipt	Wed Jun 03 10:25:06 2009 +0000
     1.2 +++ b/espeak/receipt	Wed Jan 13 22:48:13 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="espeak"
     1.7 -VERSION="1.40.02"
     1.8 +VERSION="1.42.04"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Speech synthesizer"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,8 +9,7 @@
    1.13  BUILD_DEPENDS="portaudio-dev"
    1.14  TARBALL="$PACKAGE-$VERSION-source.zip"
    1.15  WEB_SITE="http://espeak.sourceforge.net/"
    1.16 -WGET_URL="http://master.dl.sourceforge.net/sourceforge/espeak/$TARBALL"
    1.17 -
    1.18 +WGET_URL="http://sourceforge.net/projects/espeak/files/espeak/$TARBALL"
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -35,7 +34,7 @@
    1.23  	
    1.24  	# Make symlink
    1.25  	cd $fs/usr/lib
    1.26 -	ln -s libespeak.so.1.1.40 libespeak.so.1
    1.27 +	ln -s libespeak.so.1.1.42 libespeak.so.1
    1.28  }
    1.29  
    1.30  clean_wok()