18 lines
731 B
Bash
18 lines
731 B
Bash
# Template file for 'openshot'
|
|
pkgname=openshot
|
|
version=2.4.4
|
|
revision=2
|
|
archs="i686 x86_64 ppc64le"
|
|
wrksrc="${pkgname}-qt-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="openshot_qt"
|
|
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=8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be
|