wok diff lives/receipt @ rev 24007
Up zstd (1.4.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 29 15:34:50 2021 +0000 (2021-01-29) |
parents | 6f52735cb8a2 |
children | ede1d184d5c5 |
line diff
1.1 --- a/lives/receipt Sun Apr 21 17:43:33 2019 +0100 1.2 +++ b/lives/receipt Fri Jan 29 15:34:50 2021 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lives" 1.7 -VERSION="2.10.2" 1.8 +VERSION="3.0.2" 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 LICENSE="GPL3" 1.13 -WEB_SITE="http://lives.sourceforge.net/" 1.14 +WEB_SITE="http://lives-video.com/" 1.15 1.16 SOURCE="LiVES" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 @@ -19,7 +19,8 @@ 1.19 # 1.20 compile_rules() 1.21 { 1.22 - sed -i 's|\$(LN_S) \$(DESTDIR)\$(bindir)/lives-exe|$(LN_S) lives-exe|' Makefile* 1.23 + sed -i 's|\$(LN_S) \$(DESTDIR)\$(bindir)/lives-exe|$(LN_S) lives-exe|' \ 1.24 + Makefile* 1.25 1.26 ./configure \ 1.27 --prefix=/usr \ 1.28 @@ -44,5 +45,6 @@ 1.29 find $fs/usr/lib/lives -name "*.la" -exec rm '{}' \; 1.30 1.31 # Fix the name (.desktop) file. 1.32 - sed -i 's/^Exec=.*/Exec=lives-exe/' $install/usr/share/applications/LiVES.desktop 1.33 + sed -i 's/^Exec=.*/Exec=lives-exe/' \ 1.34 + $install/usr/share/applications/LiVES.desktop 1.35 }