hts-tvheadend: depends on libiconv

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-11 14:51:06 +01:00
parent 5862070527
commit abc786553d
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@
. config/options $1
export LDFLAGS="$LDFLAGS -liconv"
cd $PKG_BUILD
./configure --prefix=/usr \
--arch=$TARGET_ARCH \

View File

@ -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."