wok-next rev 19725
Up lives (2.8.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 25 11:14:35 2017 +0200 (2017-05-25) |
parents | 4b172534acf9 |
children | 7ac9a23408b5 |
files | lives/receipt |
line diff
1.1 --- a/lives/receipt Wed May 24 18:56:03 2017 +0200 1.2 +++ b/lives/receipt Thu May 25 11:14:35 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lives" 1.7 -VERSION="1.3.4" 1.8 +VERSION="2.8.6" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Simple to use, yet powerful video editor and VJ tool." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,23 +9,22 @@ 1.13 SOURCE="LiVES" 1.14 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://lives.sourceforge.net/" 1.16 -WGET_URL="http://www.xs4all.nl/%7Esalsaman/lives/current/$TARBALL" 1.17 +WGET_URL="http://lives-video.com/releases/$TARBALL" 1.18 1.19 DEPENDS="alsa-lib libpng gtk+ sox mjpegtools libavc1394 liboil libtheora" 1.20 -BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng-dev gtk+-dev procps expat-dev perl" 1.21 +BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng-dev gtk+-dev procps expat-dev perl \ 1.22 +gettext-tools" 1.23 1.24 # Rules to configure and make the package. 1.25 # 1.26 compile_rules() 1.27 { 1.28 - sed -i 's|\$(LN_S) \$(DESTDIR)\$(bindir)/lives-exe|$(LN_S) lives-exe|' Makefile* 1.29 ./configure \ 1.30 --prefix=/usr \ 1.31 --disable-jack \ 1.32 $CONFIGURE_ARGS && 1.33 make && 1.34 - make DESTDIR=$DESTDIR install 2>&1 | \ 1.35 - sed "s/gmo': No such file/gmo': no such file/" 1.36 + make DESTDIR=$DESTDIR install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg.