wok view openshot/receipt @ rev 12827

linux (x86_64) add AoE, NBD & DRBD
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 22 13:41:58 2012 +0200 (2012-05-22)
parents cbbb69a7d159
children 044c9f323813
line source
1 # SliTaz package receipt.
3 PACKAGE="openshot"
4 VERSION="1.3.1"
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 frei0r-plugins python-pil python-httplib2"
10 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa"
11 BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev ffmpeg-dev goocanvas-dev"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL"
14 TAGS=""
16 # Rules to configure and make the package.
17 compile_rules() {
19 cd $src
20 python setup.py install --root=$DESTDIR --optimize=1
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/lib $fs/usr
29 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
30 cp -a $_pkg/usr/share/mime $fs/usr/share
31 }