kaffeine: update to 2.0.15 and add dvb build_option (#121)
This commit is contained in:
parent
0257532418
commit
0f4085eb4c
1 changed files with 10 additions and 5 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'kaffeine'
|
# Template file for 'kaffeine'
|
||||||
pkgname=kaffeine
|
pkgname=kaffeine
|
||||||
version=2.0.14
|
version=2.0.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="extra-cmake-modules pkg-config"
|
hostmakedepends="extra-cmake-modules pkg-config"
|
||||||
makedepends="kidletime-devel kio-devel vlc-devel
|
makedepends="kidletime-devel kio-devel vlc-devel
|
||||||
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||||
qt5-plugin-sqlite qt5-plugin-tds"
|
qt5-plugin-sqlite qt5-plugin-tds
|
||||||
|
$(vopt_if dvb 'v4l-utils-devel eudev-libudev-devel')"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="KDE media player"
|
short_desc="KDE media player"
|
||||||
homepage="https://www.kde.org/applications/multimedia/kaffeine/"
|
homepage="https://www.kde.org/applications/multimedia/kaffeine/"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="https://download.kde.org/stable/kaffeine/kaffeine-${version}.tar.xz"
|
distfiles="${KDE_SITE}/kaffeine/kaffeine-${version}.tar.xz"
|
||||||
checksum=2c73fd473f0579cffa7e797e3d00c41b09d7fb4dee486bb507877a56bd1d7f3a
|
checksum=e61573199fe4e04377679a5cf8b32b3aa0bb4201c56371e11820d3a3ae41904d
|
||||||
|
|
||||||
|
build_options="dvb"
|
||||||
|
build_options_default="dvb"
|
||||||
|
desc_option_dvb="Enable DVB Support"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue