wok rev 23139

updated lives (2.10.2 -> 3.0.2)
author Hans-G?nter Theisgen
date Sun Mar 15 06:45:00 2020 +0100 (2020-03-15)
parents 77985554a151
children a49eeb7de1ea
files lives/receipt
line diff
     1.1 --- a/lives/receipt	Sun Mar 15 06:30:38 2020 +0100
     1.2 +++ b/lives/receipt	Sun Mar 15 06:45:00 2020 +0100
     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  }