Merge pull request #3013 from CvH/9.0/tvh-bump

tvheadend42: update to 4.2.6-42
This commit is contained in:
Matthias Reichl 2018-10-04 00:11:47 +02:00 committed by GitHub
commit e67f61ac33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View File

@ -7,7 +7,7 @@ PKG_SHA256="df0b4b0354aef5acc17e4e94a20a396fa69c474af7579c94aad09dd490e0ee38"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kaashoek.com/comskip/" PKG_SITE="http://www.kaashoek.com/comskip/"
PKG_URL="https://github.com/erikkaashoek/Comskip/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/erikkaashoek/Comskip/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain argtable2 ffmpegx" PKG_DEPENDS_TARGET="toolchain argtable2 ffmpeg"
PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be used for post-processing recordings" PKG_LONGDESC="Comskip detects commercial breaks from a video stream. It can be used for post-processing recordings"
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"
@ -16,11 +16,6 @@ pre_configure_target() {
export argtable2_CFLAGS="-I$(get_build_dir argtable2)/src" export argtable2_CFLAGS="-I$(get_build_dir argtable2)/src"
export argtable2_LIBS="-L$(get_build_dir argtable2)/src/.libs -largtable2" export argtable2_LIBS="-L$(get_build_dir argtable2)/src/.libs -largtable2"
# pass ffmpegx to build
PKG_CONFIG_PATH="$(get_build_dir ffmpegx)/.INSTALL_PKG/usr/local/lib/pkgconfig"
CFLAGS="$CFLAGS -I$(get_build_dir ffmpegx)/.INSTALL_PKG/usr/local/include"
LDFLAGS="$LDFLAGS -L$(get_build_dir ffmpegx)/.INSTALL_PKG/usr/local/lib"
} }
make_target() { make_target() {

View File

@ -1,6 +1,6 @@
116 116
- added comskip - added comskip
- update to 4.2.6-42 - update to 4.2.6-62
- fix Tvheadend works now without network too - fix Tvheadend works now without network too
- fix for AVM IPs were not set correctly - fix for AVM IPs were not set correctly

View File

@ -2,9 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="tvheadend42" PKG_NAME="tvheadend42"
PKG_VERSION="406ba887cfa7cee06c1e0f37cd45dbec3188abcd" PKG_VERSION="db177a6047769caff02fbf65de7eef00a930a027"
PKG_SHA256="6670c4061f5869674beb525f157e6a66c05c2218bfff8114e15d66f94391554a" PKG_SHA256="2d301e54e45dc054181b837a80382d9dec9a659b996aa7411b31d16063046022"
PKG_VERSION_NUMBER="4.2.6-42" PKG_VERSION_NUMBER="4.2.6-62"
PKG_REV="116" PKG_REV="116"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"