wok-next view lives/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents dd145c435e4b
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lives"
4 VERSION="2.8.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Simple to use, yet powerful video editor and VJ tool"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://lives.sourceforge.net/"
11 TARBALL="LiVES-$VERSION.tar.bz2"
12 WGET_URL="http://lives-video.com/releases/$TARBALL"
14 BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng16-dev gtk+-dev procps expat-dev \
15 perl gettext-tools"
17 compile_rules() {
18 ./configure \
19 --disable-jack \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$DESTDIR install || return 1
25 # Fix the name (.desktop) file.
26 sed -i 's|^Exec=.*|Exec=lives-exe|' $install/usr/share/applications/LiVES.desktop
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="alsa-lib libpng16 gtk+ sox mjpegtools libavc1394 liboil libtheora"
32 }