wok view openshot/receipt @ rev 14107

Up: libwekkit-video (1.8.3) + Build fix with bison 2.6
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 24 09:19:03 2013 +0100 (2013-02-24)
parents c109b456d997
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="openshot"
4 VERSION="1.4.3"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework"
8 WEB_SITE="http://www.openshotvideo.com/"
9 DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg \
10 frei0r-plugins python-pil python-httplib2"
11 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa"
12 BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev \
13 ffmpeg-dev goocanvas-dev wget"
14 TARBALL="$PACKAGE-$VERSION.tar.gz"
15 WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL"
16 TAGS=""
18 # Rules to configure and make the package.
19 compile_rules() {
21 cd $src
22 python setup.py install --root=$DESTDIR --optimize=1
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 cp -a $install/usr/share/pixmaps $fs/usr/share
32 cp -a $install/usr/share/mime $fs/usr/share
33 }