wok-next diff lives/receipt @ rev 20771

ghostscript, efl: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 18:33:39 2018 +0300 (2018-06-06)
parents dd145c435e4b
children f48456621a9d
line diff
     1.1 --- a/lives/receipt	Wed Feb 28 17:32:31 2018 +0200
     1.2 +++ b/lives/receipt	Wed Jun 06 18:33:39 2018 +0300
     1.3 @@ -1,41 +1,32 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lives"
     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 +SHORT_DESC="Simple to use, yet powerful video editor and VJ tool"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -SOURCE="LiVES"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://lives.sourceforge.net/"
    1.17 +
    1.18 +TARBALL="LiVES-$VERSION.tar.bz2"
    1.19  WGET_URL="http://lives-video.com/releases/$TARBALL"
    1.20  
    1.21 -DEPENDS="alsa-lib libpng16 gtk+ sox mjpegtools libavc1394 liboil libtheora"
    1.22 -BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng16-dev gtk+-dev procps expat-dev perl \
    1.23 -gettext-tools"
    1.24 +BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng16-dev gtk+-dev procps expat-dev \
    1.25 +perl gettext-tools"
    1.26  
    1.27 -# Rules to configure and make the package.
    1.28 -#
    1.29 -compile_rules()
    1.30 -{
    1.31 +compile_rules() {
    1.32  	./configure \
    1.33 -		--prefix=/usr \
    1.34  		--disable-jack \
    1.35 -	$CONFIGURE_ARGS &&
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	fix libtool &&
    1.38  	make &&
    1.39 -	make DESTDIR=$DESTDIR install
    1.40 +	make DESTDIR=$DESTDIR install || return 1
    1.41 +
    1.42 +	# Fix the name (.desktop) file.
    1.43 +	sed -i 's|^Exec=.*|Exec=lives-exe|' $install/usr/share/applications/LiVES.desktop
    1.44  }
    1.45  
    1.46 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.47 -genpkg_rules()
    1.48 -{
    1.49 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.50 -	cp -a $install/usr/bin $fs/usr
    1.51 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.52 -	cp -a $install/usr/lib/lives $fs/usr/lib
    1.53 -	cp -a $install/usr/share/lives $fs/usr/share
    1.54 -	find $fs/usr/lib/lives -name "*.la" -exec rm '{}' \;
    1.55 -	# Fix the name (.desktop) file.
    1.56 -	sed -i 's/^Exec=.*/Exec=lives-exe/' $install/usr/share/applications/LiVES.desktop
    1.57 +genpkg_rules() {
    1.58 +	copy @std
    1.59 +	DEPENDS="alsa-lib libpng16 gtk+ sox mjpegtools libavc1394 liboil libtheora"
    1.60  }