mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
hts-tvheadend: rebuild for libiconv changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
30469770b1
commit
38730918c7
@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
if [ "$ICONV" = "libiconv" ]; then
|
||||||
export LDFLAGS="$LDFLAGS -liconv"
|
export LDFLAGS="$LDFLAGS -liconv"
|
||||||
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
2.0.3
|
||||||
|
- rebuild for libiconv changes
|
||||||
|
|
||||||
2.0.2
|
2.0.2
|
||||||
- update to hts-tvheadend-d66746c
|
- update to hts-tvheadend-d66746c
|
||||||
|
|
||||||
|
@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
PKG_NAME="hts-tvheadend"
|
PKG_NAME="hts-tvheadend"
|
||||||
PKG_VERSION="d66746c"
|
PKG_VERSION="d66746c"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html"
|
PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html"
|
||||||
# PKG_URL="http://www.lonelycoder.com/debian/dists/hts/main/source/${PKG_NAME}_${PKG_VERSION}.tar.gz"
|
# PKG_URL="http://www.lonelycoder.com/debian/dists/hts/main/source/${PKG_NAME}_${PKG_VERSION}.tar.gz"
|
||||||
PKG_URL="$DISTRO_SRC/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="$DISTRO_SRC/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS="libiconv avahi openssl"
|
PKG_DEPENDS="$ICONV avahi openssl"
|
||||||
PKG_BUILD_DEPENDS="toolchain libiconv avahi openssl"
|
PKG_BUILD_DEPENDS="toolchain $ICONV avahi openssl"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="service/multimedia"
|
PKG_SECTION="service/multimedia"
|
||||||
PKG_SHORTDESC="hts-tvheadend: a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources."
|
PKG_SHORTDESC="hts-tvheadend: a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user