# HG changeset patch # User Pascal Bellard # Date 1652989414 0 # Node ID e747fc271d75b0f1e6830e60d55406401877245a # Parent 22471cbea549c41ae44167c76993b940f6cd006c lives: back out wget_url update diff -r 22471cbea549 -r e747fc271d75 lives/receipt --- a/lives/receipt Thu May 19 17:04:56 2022 +0000 +++ b/lives/receipt Thu May 19 19:43:34 2022 +0000 @@ -8,8 +8,9 @@ LICENSE="GPL3" WEB_SITE="https://github.com/salsaman/LiVES" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://www.videohelp.com/download/$TARBALL" +SOURCE="LiVES" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WGET_URL="http://lives-video.com/releases/$TARBALL" DEPENDS="alsa-lib gtk+ libavc1394 liboil libpng libtheora mjpegtools sox" BUILD_DEPENDS="alsa-lib alsa-lib-dev expat-dev gtk+-dev libpng-dev perl procps"