parent
7879a4451f
commit
80dd81b5f0
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'openshot'
|
# Template file for 'openshot'
|
||||||
pkgname=openshot
|
pkgname=openshot
|
||||||
version=2.1.0
|
version=2.3.4
|
||||||
revision=4
|
revision=1
|
||||||
create_wrksrc=yes
|
|
||||||
wrksrc="${pkgname}-qt-${version}"
|
wrksrc="${pkgname}-qt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
pycompile_module="openshot_qt"
|
pycompile_module="openshot_qt"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools"
|
makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools"
|
||||||
depends="python3-PyQt5-webkit python3-setuptools libopenshot mlt python3-httplib2 python3-pyzmq ImageMagick"
|
depends="python3-PyQt5-webkit python3-setuptools libopenshot>=0.1.7 mlt python3-httplib2 python3-pyzmq ImageMagick
|
||||||
|
python3-requests"
|
||||||
short_desc="An open-source, non-linear video editor for Linux"
|
short_desc="An open-source, non-linear video editor for Linux"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="www.openshot.org"
|
homepage="www.openshot.org"
|
||||||
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-qt-${version}.tar.gz"
|
distfiles="https://github.com/OpenShot/openshot-qt/archive/v${version}.tar.gz"
|
||||||
checksum=1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd
|
checksum=8e120df0a3165d183d1452402eceb3cf66ce7bc721a5e0991dd5b008aeed0efa
|
||||||
|
|
Loading…
Reference in New Issue