23 lines
646 B
Bash
23 lines
646 B
Bash
# Template file for 'olive'
|
|
pkgname=olive
|
|
version=0.0.0.20181223
|
|
revision=1
|
|
_version=${version/0.0.0./}
|
|
wrksrc=${pkgname}-${_version}
|
|
build_style=qmake
|
|
hostmakedepends="qt5-qmake qt5-multimedia-devel pkg-config"
|
|
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=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
|
|
|
|
pre_configure() {
|
|
rm src.pro
|
|
}
|
|
|
|
do_install() {
|
|
vbin Olive
|
|
}
|