18 lines
735 B
Bash
18 lines
735 B
Bash
# Template file for 'openshot'
|
|
pkgname=openshot
|
|
version=2.4.3
|
|
revision=2
|
|
wrksrc="${pkgname}-qt-${version}"
|
|
only_for_archs="i686 x86_64"
|
|
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="An 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=901b485c28cfcbb4d1baf3cd6a30b165090c49c96f252236f1bbd8c8ab709721
|