olive: update to 0.1.0.
This commit is contained in:
parent
8aa8473e10
commit
2942e01f99
2 changed files with 7 additions and 13 deletions
|
@ -1,23 +1,17 @@
|
||||||
# Template file for 'olive'
|
# Template file for 'olive'
|
||||||
pkgname=olive
|
pkgname=olive
|
||||||
version=0.0.0.20181223
|
version=0.1.0
|
||||||
revision=1
|
revision=1
|
||||||
_version=${version/0.0.0./}
|
|
||||||
wrksrc=${pkgname}-${_version}
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake qt5-multimedia-devel pkg-config"
|
hostmakedepends="qt5-qmake qt5-multimedia-devel qt5-svg-devel pkg-config"
|
||||||
makedepends="qt5-devel qt5-multimedia-devel ffmpeg-devel"
|
makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel ffmpeg-devel frei0r-plugins"
|
||||||
short_desc="Non-linear video editor"
|
short_desc="Non-linear video editor"
|
||||||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.olivevideoeditor.org"
|
homepage="https://www.olivevideoeditor.org"
|
||||||
distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
|
distfiles="https://github.com/olive-editor/olive/archive/${version}.tar.gz"
|
||||||
checksum=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
|
checksum=099fc37fd9ae0cf272a86d0fb56ede154b0b76779690631cd256339a0a440244
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
rm src.pro
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin Olive
|
vbin olive-editor
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version="${_version}"
|
ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue