wok-6.x annotate openshot/receipt @ rev 10515
efreet: up and fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 15:57:19 2011 +0200 (2011-05-25) |
parents | cbbb69a7d159 |
children | 044c9f323813 |
rev | line source |
---|---|
jozee@6829 | 1 # SliTaz package receipt. |
jozee@6829 | 2 |
jozee@6829 | 3 PACKAGE="openshot" |
slaxemulator@10158 | 4 VERSION="1.3.1" |
jozee@6829 | 5 CATEGORY="multimedia" |
jozee@6829 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@6829 | 7 SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" |
jozee@6829 | 8 WEB_SITE="http://www.openshotvideo.com/" |
slaxemulator@9246 | 9 DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins python-pil python-httplib2" |
jozee@6829 | 10 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa" |
slaxemulator@6910 | 11 BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev ffmpeg-dev goocanvas-dev" |
jozee@6829 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@9084 | 13 WGET_URL="http://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" |
jozee@6829 | 14 TAGS="" |
jozee@6829 | 15 |
jozee@6829 | 16 # Rules to configure and make the package. |
jozee@6829 | 17 compile_rules() { |
jozee@6829 | 18 |
jozee@6829 | 19 cd $src |
slaxemulator@9246 | 20 python setup.py install --root=$DESTDIR --optimize=1 |
jozee@6829 | 21 } |
jozee@6829 | 22 |
jozee@6829 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6829 | 24 genpkg_rules() |
jozee@6829 | 25 { |
jozee@6829 | 26 mkdir -p $fs/usr/share |
slaxemulator@9246 | 27 cp -a $_pkg/usr/bin $fs/usr |
slaxemulator@9246 | 28 cp -a $_pkg/usr/lib $fs/usr |
jozee@6829 | 29 cp -a $_pkg/usr/share/pixmaps $fs/usr/share |
slaxemulator@9246 | 30 cp -a $_pkg/usr/share/mime $fs/usr/share |
jozee@6829 | 31 } |