kumquat-buildroot/package/kodi-pvr-iptvsimple/Config.in
Bernd Kuhls 8890d168c4 package/kodi-pvr-iptvsimple: bump version to 7.4.3-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
61fa5d222b
2d9c014393

Switch from rapidxml to pugixml:
b4e292f11c
6325b2a958

Add missing dependency to zlib.

Added runtime dependencies to inputstream addons:
af9a1b6933
46bd18fe84

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-06 22:15:35 +01:00

15 lines
517 B
Plaintext

config BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
bool "kodi-pvr-iptvsimple"
# kodi-inputstream-adaptive
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|| BR2_mips64el || BR2_x86_64
select BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE # runtime
select BR2_PACKAGE_KODI_INPUTSTREAM_FFMPEGDIRECT # runtime
select BR2_PACKAGE_KODI_INPUTSTREAM_RTMP # runtime
select BR2_PACKAGE_PUGIXML
select BR2_PACKAGE_ZLIB
help
IPTV Live TV and Radio PVR client addon for Kodi
https://github.com/kodi-pvr/pvr.iptvsimple