wok-next view openshot/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 0c430fcaf2d9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="openshot"
4 VERSION="1.4.3"
5 CATEGORY="multimedia"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="GPL3"
8 SHORT_DESC="Open-source, non-linear video editor for Linux based on MLT framework"
9 WEB_SITE="https://www.openshot.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="mlt-dev librsvg-dev sdl-dev frei0r-plugins-dev sox-dev \
15 ffmpeg-dev goocanvas-dev"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="mlt-python-bindings pygoocanvas sdl librsvg python-pyxdg \
24 frei0r-plugins python-pil python-httplib2"
25 SUGGESTED="dvgrab libquicktime libavc1394 faac jack ladspa"
26 }