mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
hts-tvheadend: depends on libiconv
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5862070527
commit
abc786553d
@ -22,6 +22,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
export LDFLAGS="$LDFLAGS -liconv"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --prefix=/usr \
|
||||
--arch=$TARGET_ARCH \
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
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_DEPENDS="avahi"
|
||||
PKG_BUILD_DEPENDS="toolchain avahi"
|
||||
PKG_DEPENDS="libiconv avahi"
|
||||
PKG_BUILD_DEPENDS="toolchain libiconv avahi"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user