17 lines
663 B
Bash
17 lines
663 B
Bash
# Template file for 'openshot'
|
|
pkgname=openshot
|
|
version=3.1.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="ffmpeg6-devel python3-PyQt5"
|
|
depends="ImageMagick libopenshot python3-PyQt5-svg
|
|
python3-PyQt5-webkit python3-httplib2 python3-pyzmq python3-requests"
|
|
short_desc="Open-source, non-linear video editor for Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.openshot.org"
|
|
distfiles="https://github.com/OpenShot/openshot-qt/archive/v${version}.tar.gz"
|
|
checksum=2b67cb4fc78863911b0263364240947b6331a976aad74943e8f6e46221b52e91
|
|
make_check=no # tests are broken
|