24 lines
635 B
Bash
24 lines
635 B
Bash
# 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
|
|
}
|