mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 08:12:56 +02:00
kdenlive: update to 23.08.4.
This commit is contained in:
parent
40915aa0fe
commit
b3c758685d
1 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kdenlive'
|
# Template file for 'kdenlive'
|
||||||
pkgname=kdenlive
|
pkgname=kdenlive
|
||||||
version=23.08.2
|
version=23.08.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="
|
hostmakedepends="
|
||||||
|
@ -12,15 +12,13 @@ makedepends="
|
||||||
v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel qt5-networkauth-devel"
|
v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel qt5-networkauth-devel"
|
||||||
depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols
|
depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols
|
||||||
kirigami2 mediainfo-cli"
|
kirigami2 mediainfo-cli"
|
||||||
checkdepends="$depends"
|
checkdepends="$depends xvfb-run"
|
||||||
short_desc="Non-linear video editor"
|
short_desc="Non-linear video editor"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://kdenlive.org"
|
homepage="https://kdenlive.org"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/kdenlive-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/kdenlive-${version}.tar.xz"
|
||||||
checksum=f64350cd6453b4f5a75014357532ec9c987247a0b2bda9595d1ca948c8149b87
|
checksum=65c611090d8e16a0f3ae52700a44fbecac7ec5f136188faca38b43f34502d313
|
||||||
# FIXME: Test #507: RunCMake.file-GET_RUNTIME_DEPENDENCIES fails
|
|
||||||
make_check=extended
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) depends+=" opencv";;
|
ppc64*) depends+=" opencv";;
|
||||||
|
@ -30,3 +28,11 @@ esac
|
||||||
|
|
||||||
# needed for mlt to work on musl
|
# needed for mlt to work on musl
|
||||||
CXXFLAGS="-DHAVE_LOCALE_H=1"
|
CXXFLAGS="-DHAVE_LOCALE_H=1"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
# mixtest does not proceed
|
||||||
|
# # other failing
|
||||||
|
xvfb-run ctest -E "mixtest|effectstest|keyframetest"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue