package/tvheadend: bump version

host-gettext is needed since
bad281a9f5 (diff-e2d5a00791bce9a01f99bc6fd613a39d)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-06-20 13:32:52 +02:00 committed by Thomas Petazzoni
parent 333002cffa
commit 505b233874
2 changed files with 8 additions and 4 deletions

View File

@ -16,8 +16,8 @@ diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile tvhe
$(ROOTDIR)/configure $(CONFIGURE_ARGS)
# Binary
-${PROG}: check_config $(OBJS) $(ALLDEPS)
+${PROG}: $(OBJS) $(ALLDEPS)
-${PROG}: check_config make_webui $(MO-FILES) $(OBJS)
+${PROG}: make_webui $(MO-FILES) $(OBJS)
$(CC) -o $@ $(OBJS) $(CFLAGS) $(LDFLAGS)
# Object

View File

@ -4,11 +4,15 @@
#
################################################################################
TVHEADEND_VERSION = 14f03b8efbc40b840eda8e203a6002d6c3f24250
TVHEADEND_VERSION = 8d561f11d6e3678f801803d7c69cf32d5b915ec2
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPLv3+
TVHEADEND_LICENSE_FILES = LICENSE.md
TVHEADEND_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python) openssl
TVHEADEND_DEPENDENCIES = \
host-gettext \
host-pkgconf \
$(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python) \
openssl
ifeq ($(BR2_PACKAGE_AVAHI),y)
TVHEADEND_DEPENDENCIES += avahi