wok-next annotate openshot/receipt @ rev 21513
updated backintime (1.0.8 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 10:04:19 2020 +0100 (2020-06-19) |
parents | 0c430fcaf2d9 |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
jozee@6829 | 2 |
jozee@6829 | 3 PACKAGE="openshot" |
pascal@13623 | 4 VERSION="1.4.3" |
jozee@6829 | 5 CATEGORY="multimedia" |
al@21020 | 6 MAINTAINER="devel@slitaz.org" |
pascal@14999 | 7 LICENSE="GPL3" |
al@21020 | 8 SHORT_DESC="Open-source, non-linear video editor for Linux based on MLT framework" |
al@21033 | 9 WEB_SITE="https://www.openshot.org/" |
al@21020 | 10 |
pascal@14999 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@14999 | 12 WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" |
pascal@14999 | 13 |
al@21087 | 14 BUILD_DEPENDS="mlt-dev librsvg-dev sdl-dev frei0r-plugins-dev sox-dev \ |
al@20513 | 15 ffmpeg-dev goocanvas-dev" |
jozee@6829 | 16 |
jozee@6829 | 17 compile_rules() { |
al@21020 | 18 python -B setup.py install --root=$install |
jozee@6829 | 19 } |
al@17261 | 20 |
al@21020 | 21 genpkg_rules() { |
al@21020 | 22 copy @std |
al@21087 | 23 DEPENDS="mlt-python-bindings pygoocanvas sdl librsvg python-pyxdg \ |
al@21020 | 24 frei0r-plugins python-pil python-httplib2" |
al@21020 | 25 SUGGESTED="dvgrab libquicktime libavc1394 faac jack ladspa" |
jozee@6829 | 26 } |