package/tvheadend: bump version to git c0cbd14550

Disable some new configure options which we do not support.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2026-07-27 21:12:20 +02:00
committed by Peter Korsgaard
parent 81f7c82740
commit 0946c92468
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 0ced1ea6ce8b78ac9bfc7e6e8cdc908a57840d25276b5248039661483faad705 tvheadend-37453bc3fe5f9e10f3428ebb1abdc613f8b07186.tar.gz
sha256 f907bda7faf93fc95c3a705b70c6ce2a21f63ac824a610e39ab58075fca43356 tvheadend-c0cbd14550aa40b4f4eb32d1baea1e7a1ed89cf4.tar.gz
sha256 bd98338d78a253979b9b3040de83c8a6546de499c9a648b8d2d6dedb891c3605 LICENSE.md

View File

@@ -4,7 +4,7 @@
#
################################################################################
TVHEADEND_VERSION = 37453bc3fe5f9e10f3428ebb1abdc613f8b07186
TVHEADEND_VERSION = c0cbd14550aa40b4f4eb32d1baea1e7a1ed89cf4
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPL-3.0+
TVHEADEND_LICENSE_FILES = LICENSE.md
@@ -18,7 +18,9 @@ TVHEADEND_DEPENDENCIES = \
TVHEADEND_CONF_OPTS = \
--disable-hdhomerun_client \
--disable-omx \
--disable-pcre
--disable-pcloud_cache \
--disable-pcre \
--disable-vue_build
ifeq ($(BR2_PACKAGE_AVAHI),y)
TVHEADEND_DEPENDENCIES += avahi