New package: olive-0.0.0.20181130
This commit is contained in:
parent
4efc484b20
commit
13b4aa3e78
1 changed files with 23 additions and 0 deletions
23
srcpkgs/olive/template
Normal file
23
srcpkgs/olive/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'olive'
|
||||
pkgname=olive
|
||||
version=0.0.0.20181130
|
||||
revision=1
|
||||
_version=${version/0.0.0./}
|
||||
wrksrc=${pkgname}-${_version}
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake qt5-multimedia-devel"
|
||||
makedepends="qt5-devel qt5-multimedia-devel ffmpeg-devel"
|
||||
short_desc="Non-linear video editor"
|
||||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.olivevideoeditor.org"
|
||||
distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
|
||||
checksum=1dc49ffe4c37ef1dd1fff6652a86d511831a32e3748fc0253d1853d57222fe15
|
||||
|
||||
pre_configure() {
|
||||
rm src.pro
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin Olive
|
||||
}
|
Loading…
Reference in a new issue