wok rev 25029
lives: back out wget_url update
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 19 19:43:34 2022 +0000 (2022-05-19) |
parents | 22471cbea549 |
children | cf3115396d74 |
files | lives/receipt |
line diff
1.1 --- a/lives/receipt Thu May 19 17:04:56 2022 +0000 1.2 +++ b/lives/receipt Thu May 19 19:43:34 2022 +0000 1.3 @@ -8,8 +8,9 @@ 1.4 LICENSE="GPL3" 1.5 WEB_SITE="https://github.com/salsaman/LiVES" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 -WGET_URL="https://www.videohelp.com/download/$TARBALL" 1.9 +SOURCE="LiVES" 1.10 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 +WGET_URL="http://lives-video.com/releases/$TARBALL" 1.12 1.13 DEPENDS="alsa-lib gtk+ libavc1394 liboil libpng libtheora mjpegtools sox" 1.14 BUILD_DEPENDS="alsa-lib alsa-lib-dev expat-dev gtk+-dev libpng-dev perl procps"