25 lines
882 B
Bash
25 lines
882 B
Bash
# Template file for 'kaffeine'
|
|
pkgname=kaffeine
|
|
version=2.0.18
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules gettext pkg-config kcoreaddons"
|
|
makedepends="kidletime-devel kio-devel ksolid-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')"
|
|
short_desc="KDE media player"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.kde.org/applications/multimedia/kaffeine/"
|
|
distfiles="${KDE_SITE}/kaffeine/kaffeine-${version}.tar.xz"
|
|
checksum=d9799a5b7b94a55963f94938b36b8fcb1be3e753b2be110989934ab15386b681
|
|
|
|
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
|