wok-6.x diff espeak/receipt @ rev 21612
ffmpegthumbnailer: use cmake
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 17:32:52 2019 +0200 (2019-05-23) |
parents | 45543b1af36a |
children | e6a4cd87fdcb |
line diff
1.1 --- a/espeak/receipt Mon Feb 25 17:52:18 2019 +0100 1.2 +++ b/espeak/receipt Thu May 23 17:32:52 2019 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 1.5 TARBALL="$PACKAGE-$VERSION-source.zip" 1.6 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 -WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/${VERSION%.*}/$TARBALL" 1.8 +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/$PACKAGE-${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="portaudio jack-audio-connection-kit" 1.11 BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"