tvheadend42: update to 4.0.9-5

- update TvH icon to the new official icon
This commit is contained in:
cvh 2016-06-19 20:42:46 +02:00
parent 820ca7d8f3
commit 56bc463e4f
4 changed files with 8 additions and 20 deletions

View File

@ -1,5 +1,8 @@
8.0.101
- update tvheadend to 4.0.9-5
8.0.100
- Update for LibreELEC 8.0
- update for LibreELEC 8.0
7.0.101
- update tvheadend to 4.0.9-4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -17,9 +17,9 @@
################################################################################
PKG_NAME="tvheadend"
PKG_VERSION="ac9e47d"
PKG_VERSION="4749320"
PKG_VERSION_NUMBER="4.0.9"
PKG_REV="100"
PKG_REV="101"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.tvheadend.org"
@ -28,12 +28,12 @@ PKG_DEPENDS_TARGET="toolchain curl libdvbcsa libiconv libressl Python:host"
PKG_PRIORITY="optional"
PKG_SECTION="service.multimedia"
PKG_SHORTDESC="Tvheadend: a TV streaming server for Linux"
PKG_LONGDESC="Tvheadend($PKG_VERSION_NUMBER): is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV, SAT>IP and ATSC"
PKG_LONGDESC="Tvheadend ($PKG_VERSION_NUMBER): is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV, SAT>IP and ATSC"
PKG_AUTORECONF="no"
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Tvheadend 4.0"
PKG_ADDON_TYPE="xbmc.service"
PKG_AUTORECONF="no"
PKG_ADDON_REPOVERSION="8.0"
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \

View File

@ -1,15 +0,0 @@
diff --git a/Makefile b/Makefile
index ddcc47e..0087a6c 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ PROG := $(BUILDDIR)/tvheadend
#
CFLAGS += -g -O2 -Wunused-result
-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
+CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
CFLAGS += -Wmissing-prototypes
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
CFLAGS += -D_FILE_OFFSET_BITS=64
--
1.7.2.5