wok-next view openshot/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
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 }