tvheadend: minor bugfix version bump to 4.0.10
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 1 May 2018 18:56:59 +0000 (21:56 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 1 May 2018 19:13:16 +0000 (22:13 +0300)
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 <hannu.nyman@iki.fi>
multimedia/tvheadend/Makefile

index 351ec6b61dcbd8accedcf0b82086bd465c3fb6c2..c026a50f363577a75c9901ef50f1e0a72d7aa1b8 100644 (file)
@@ -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)