mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #6739 from heitbaum/minisatip
[le11] minisatip: update to 1.2.7 and addon (111)
This commit is contained in:
commit
db9a5bc874
@ -1,3 +1,6 @@
|
||||
111
|
||||
- upgrade to minisatip 1.2.7
|
||||
|
||||
110
|
||||
- upgrade to minisatip 1.1.92
|
||||
|
||||
|
@ -2,14 +2,14 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="minisatip"
|
||||
PKG_VERSION="1.1.92"
|
||||
PKG_SHA256="b3d153473d16d8cb9b6abee5a020aac2a2d8c8a42c818cb44addfa494739d2d6"
|
||||
PKG_REV="110"
|
||||
PKG_VERSION="1.2.7"
|
||||
PKG_SHA256="9ad903f90b50095feaa624ab1053fd2c17940315241ca8108c6fa105d6af458a"
|
||||
PKG_REV="111"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/catalinii/minisatip"
|
||||
PKG_URL="https://github.com/catalinii/minisatip/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain dvb-apps libdvbcsa libxml2 openssl"
|
||||
PKG_DEPENDS_TARGET="toolchain libdvbcsa libxml2 openssl"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="minisatip: a Sat>IP streaming server for Linux"
|
||||
PKG_LONGDESC="minisatip(${PKG_VERSION_NUMBER}): is a Sat>IP streaming server for Linux supporting DVB-C, DVB-S/S2, DVB-T/T2, ATSC and ISDB-T"
|
||||
@ -29,10 +29,6 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
pre_configure_target() {
|
||||
cd ${PKG_BUILD}
|
||||
rm -rf .${TARGET_NAME}
|
||||
|
||||
# enables Common Interface (DVBEN50221)
|
||||
CFLAGS+=" -I$(get_install_dir dvb-apps)/usr/include"
|
||||
LDFLAGS+=" -L$(get_install_dir dvb-apps)/usr/lib"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user