26 lines
848 B
Bash
26 lines
848 B
Bash
# Template file for 'kaffeine'
|
|
pkgname=kaffeine
|
|
version=2.0.15
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules pkg-config"
|
|
makedepends="kidletime-devel kio-devel vlc-devel
|
|
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
|
qt5-plugin-sqlite qt5-plugin-tds
|
|
$(vopt_if dvb 'v4l-utils-devel eudev-libudev-devel')"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
short_desc="KDE media player"
|
|
homepage="https://www.kde.org/applications/multimedia/kaffeine/"
|
|
license="GPL-2.0-or-later"
|
|
distfiles="${KDE_SITE}/kaffeine/kaffeine-${version}.tar.xz"
|
|
checksum=e61573199fe4e04377679a5cf8b32b3aa0bb4201c56371e11820d3a3ae41904d
|
|
|
|
build_options="dvb"
|
|
build_options_default="dvb"
|
|
desc_option_dvb="Enable DVB Support"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|