mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
tvheadend42: update to 4.1.2401
- added CA (libdvben50221) support
This commit is contained in:
parent
9dee06374b
commit
5fe3eb7d7d
@ -1,3 +1,7 @@
|
|||||||
|
108
|
||||||
|
- added CA (libdvben50221) support
|
||||||
|
- update to Tvheadend 4.1.2401
|
||||||
|
|
||||||
107
|
107
|
||||||
- rebuild due ssl change
|
- rebuild due ssl change
|
||||||
|
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="tvheadend42"
|
PKG_NAME="tvheadend42"
|
||||||
PKG_VERSION="0736ebc"
|
PKG_VERSION="1f894a6"
|
||||||
PKG_VERSION_NUMBER="4.1.2309"
|
PKG_VERSION_NUMBER="4.1.2401"
|
||||||
PKG_REV="107"
|
PKG_REV="108"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.tvheadend.org"
|
PKG_SITE="http://www.tvheadend.org"
|
||||||
PKG_URL="https://github.com/tvheadend/tvheadend/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/tvheadend/tvheadend/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_SOURCE_DIR="tvheadend-${PKG_VERSION}*"
|
PKG_SOURCE_DIR="tvheadend-${PKG_VERSION}*"
|
||||||
PKG_DEPENDS_TARGET="toolchain curl libdvbcsa libiconv libressl Python:host yasm"
|
PKG_DEPENDS_TARGET="toolchain curl dvb-tools libdvbcsa libiconv libressl Python:host yasm"
|
||||||
PKG_SECTION="service"
|
PKG_SECTION="service"
|
||||||
PKG_SHORTDESC="Tvheadend: a TV streaming server for Linux"
|
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, ATSC and ISDB-T"
|
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, ATSC and ISDB-T"
|
||||||
@ -51,7 +51,7 @@ PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
|
|||||||
--enable-bundle \
|
--enable-bundle \
|
||||||
--disable-dbus_1 \
|
--disable-dbus_1 \
|
||||||
--enable-dvbcsa \
|
--enable-dvbcsa \
|
||||||
--disable-dvben50221 \
|
--enable-dvben50221 \
|
||||||
--enable-hdhomerun_client \
|
--enable-hdhomerun_client \
|
||||||
--enable-hdhomerun_static \
|
--enable-hdhomerun_static \
|
||||||
--enable-epoll \
|
--enable-epoll \
|
||||||
@ -66,7 +66,7 @@ PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
|
|||||||
--python=$ROOT/$TOOLCHAIN/bin/python"
|
--python=$ROOT/$TOOLCHAIN/bin/python"
|
||||||
|
|
||||||
post_unpack() {
|
post_unpack() {
|
||||||
sed -e 's/VER="0.0.0~unknown"/VER="'$PKG_VERSION_NUMBER' ~ LibreELEC Tvh-addon v'$PKG_ADDON_REPOVERSION'.'$PKG_REV'"/g' -i $PKG_BUILD/support/version
|
sed -e 's/VER="0.0.0~unknown"/VER="'$PKG_VERSION_NUMBER' ~ LibreELEC Tvh-addon v'$ADDON_VERSION'.'$PKG_REV'"/g' -i $PKG_BUILD/support/version
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur a/Makefile.ffmpeg b/Makefile.ffmpeg
|
|
||||||
--- a/Makefile.ffmpeg 2016-08-23 22:33:53.857013081 +0100
|
|
||||||
+++ b/Makefile.ffmpeg 2016-08-23 22:35:03.249419823 +0100
|
|
||||||
@@ -446,7 +446,7 @@
|
|
||||||
$(LIB_ROOT)/$(LIBFDKAAC)/.tvh_build: \
|
|
||||||
$(LIB_ROOT)/$(LIBFDKAAC)/.tvh_download
|
|
||||||
cd $(LIB_ROOT)/$(LIBFDKAAC) && \
|
|
||||||
- CXXFLAGS="$(CFLAGS_PI)" CFLAGS="$(CFLAGS_PI)" $(CONFIGURE)
|
|
||||||
+ CXXFLAGS="$(CFLAGS_PI) -Wno-narrowing" CFLAGS="$(CFLAGS_PI)" $(CONFIGURE)
|
|
||||||
DESTDIR=$(EBUILDIR) \
|
|
||||||
$(MAKE) -C $(LIB_ROOT)/$(LIBFDKAAC) install
|
|
||||||
@touch $@
|
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of LibreELEC - https://LibreELEC.tv
|
# This file is part of LibreELEC - https://libreelec.tv
|
||||||
# Copyright (C) 2016 Team LibreELEC
|
# Copyright (C) 2016 Team LibreELEC
|
||||||
#
|
#
|
||||||
# LibreELEC is free software: you can redistribute it and/or modify
|
# LibreELEC is free software: you can redistribute it and/or modify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user