18 lines
701 B
Bash
18 lines
701 B
Bash
# Template file for 'openshot'
|
|
pkgname=openshot
|
|
version=2.6.1
|
|
revision=2
|
|
wrksrc="${pkgname}-qt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="ffmpeg-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="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=11651d5e7287da3c766ce6b447aef8da5cdadaf5626a2816e9025c831d0e1a66
|
|
make_check=no # tests are broken
|