kdenlive: update to 20.12.2

By ericonr:
- fixup check stuff

Closes: #28792 [via git-merge-pr]
This commit is contained in:
saqfish 2021-02-16 07:12:29 -06:00 committed by Érico Rolim
parent c6eebef600
commit 2cea883359

View file

@ -1,6 +1,6 @@
# Template file for 'kdenlive'
pkgname=kdenlive
version=20.12.1
version=20.12.2
revision=1
build_style=cmake
hostmakedepends="
@ -12,12 +12,15 @@ makedepends="
v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel"
depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols
qt5-quickcontrols2 vlc"
checkdepends="$depends"
short_desc="Non-linear video editor"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://kdenlive.org"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=9b6e22ad311c33457e7f7147ad873286945fc6c3b610129856fd01cbb51da458
checksum=3fcb3f4fd7d77d70296fb6bcbbf716cda92acc8e5d6733448787b6a9a064013e
# FIXME: Test #507: RunCMake.file-GET_RUNTIME_DEPENDENCIES fails
make_check=extended
# needed for mlt to work on musl
CXXFLAGS="-DHAVE_LOCALE_H=1"
@ -25,10 +28,3 @@ CXXFLAGS="-DHAVE_LOCALE_H=1"
pre_check() {
export QT_QPA_PLATFORM=offscreen
}
do_check() {
# Intentionally disable checks since tests won't run.
# See: https://github.com/void-linux/void-packages/pull/28390
true
}