17 lines
700 B
Bash
17 lines
700 B
Bash
# Template file for 'openshot'
|
|
pkgname=openshot
|
|
version=2.5.1
|
|
revision=2
|
|
archs="i686 x86_64 ppc64le"
|
|
wrksrc="${pkgname}-qt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3"
|
|
makedepends="ffmpeg-devel python3-PyQt5 python3-setuptools"
|
|
depends="ImageMagick libopenshot mlt python3-PyQt5-svg
|
|
python3-PyQt5-webkit python3-httplib2 python3-pyzmq python3-requests"
|
|
short_desc="Open-source, non-linear video editor for Linux"
|
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.openshot.org"
|
|
distfiles="https://github.com/OpenShot/openshot-qt/archive/v${version}.tar.gz"
|
|
checksum=4c25eb9a5de42e749de4c6ca2f7a313c60e1283fe52d70c121629dbb8bb2df7b
|