|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-TVHEADEND_VERSION = 5cbaac172b4997fbf89667d79ac6e03b46460060
|
|
|
|
|
|
+TVHEADEND_VERSION = 54e63e3f9af8fdc0d23f61f3cda7fa7b246c1732
|
|
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
|
|
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
|
|
TVHEADEND_LICENSE = GPL-3.0+
|
|
TVHEADEND_LICENSE = GPL-3.0+
|
|
TVHEADEND_LICENSE_FILES = LICENSE.md
|
|
TVHEADEND_LICENSE_FILES = LICENSE.md
|
|
@@ -57,6 +57,13 @@ TVHEADEND_DEPENDENCIES += liburiparser
|
|
TVHEADEND_CFLAGS += $(if $(BR2_USE_WCHAR),,-DURI_NO_UNICODE)
|
|
TVHEADEND_CFLAGS += $(if $(BR2_USE_WCHAR),,-DURI_NO_UNICODE)
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_PCRE),y)
|
|
|
|
+TVHEADEND_DEPENDENCIES += pcre
|
|
|
|
+TVHEADEND_CONF_OPTS += --enable-pcre
|
|
|
|
+else
|
|
|
|
+TVHEADEND_CONF_OPTS += --disable-pcre
|
|
|
|
+endif
|
|
|
|
+
|
|
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
|
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
|
|
|
|
|
# The tvheadend build system expects the transponder data to be present inside
|
|
# The tvheadend build system expects the transponder data to be present inside
|