34 lines
1.1 KiB
Bash
34 lines
1.1 KiB
Bash
# Template file for 'kdenlive'
|
|
pkgname=kdenlive
|
|
version=20.12.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="
|
|
extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config python3
|
|
qt5-host-tools qt5-qmake gettext"
|
|
makedepends="
|
|
kdeclarative-devel kfilemetadata5-devel knewstuff-devel knotifyconfig-devel
|
|
kplotting-devel mlt-devel qt5-multimedia-devel qt5-webkit-devel purpose-devel
|
|
v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel"
|
|
depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols
|
|
qt5-quickcontrols2 vlc"
|
|
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
|
|
|
|
# needed for mlt to work on musl
|
|
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
|
|
}
|