From c133f7311a360c7286fbbbb933e7617f33961283 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 1 May 2018 21:56:59 +0300 Subject: [PATCH] tvheadend: minor bugfix version bump to 4.0.10 Update the package to the last release of the old 4.0 series. Note that this version is still from the obsolete 4.0 series, but updates the source base a bit. This also enables dropping one of the GCC 7.3 fixes. Compiled and briefly run-tested with ipq806x and mvebu, but no actual operations done. Signed-off-by: Hannu Nyman --- multimedia/tvheadend/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index 351ec6b61..c026a50f3 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tvheadend -PKG_VERSION:=4.0.9 -PKG_RELEASE:=2 +PKG_VERSION:=4.0.10 +PKG_RELEASE:=1 PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=c18e3803d6e36348442ccf3b0ac4868948692491c7dd646d48576f5aec09cdd8 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.xz +PKG_MIRROR_HASH:=afe42bcf683e8576ca8ccd4755ea308f79195e92f7c30fc5961973e238f49105 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/tvheadend/tvheadend.git PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -76,7 +76,7 @@ CONFIGURE_ARGS += \ --disable-libav \ --enable-bundle -TARGET_CFLAGS += -Wno-error=pointer-compare -Wno-error=misleading-indentation +TARGET_CFLAGS += -Wno-error=pointer-compare define Build/Prepare $(call Build/Prepare/Default)