void-packages/srcpkgs/kdenlive/template
Johannes Brechtmann 3be5cb12b9 kdenlive: update to 18.04.3
[ci skip]

Closes: #192 [via git-merge-pr]
2018-08-03 19:53:45 +02:00

21 lines
780 B
Bash

# Template file for 'kdenlive'
pkgname=kdenlive
version=18.04.3
revision=1
build_style=cmake
hostmakedepends="
extra-cmake-modules kconfig kdoctools pkg-config python3 qt5-host-tools
qt5-qmake"
makedepends="
kfilemetadata5-devel knewstuff-devel knotifyconfig-devel kplotting-devel
mlt-devel qt5-webkit-devel v4l-utils-devel"
depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols 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}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=9505ac2e5f4918932b868f0ccc1d74b1ae545283033081fab92415cc0d1d435f
# needed for mlt to work on musl
CXXFLAGS="-DHAVE_LOCALE_H=1"