mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
hts-tvheadend: update to hts-tvheadend-9d775da
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
82d0deee0e
commit
e2f39679f0
@ -1,3 +1,6 @@
|
|||||||
|
0.99.6
|
||||||
|
- update to hts-tvheadend-9d775da
|
||||||
|
|
||||||
0.99.5
|
0.99.5
|
||||||
- update to hts-tvheadend-ca68ed4
|
- update to hts-tvheadend-ca68ed4
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="hts-tvheadend"
|
PKG_NAME="hts-tvheadend"
|
||||||
PKG_VERSION="ca68ed4"
|
PKG_VERSION="9d775da"
|
||||||
PKG_REV="5"
|
PKG_REV="6"
|
||||||
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="$OPENELEC_SRC/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="$OPENELEC_SRC/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS="libiconv avahi openssl"
|
PKG_DEPENDS="libiconv avahi openssl"
|
||||||
PKG_BUILD_DEPENDS="toolchain libiconv avahi openssl"
|
PKG_BUILD_DEPENDS="toolchain libiconv avahi openssl"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
@ -37,7 +37,7 @@ echo "cleaning sources..."
|
|||||||
rm -rf hts-tvheadend-$GIT_REV/.git
|
rm -rf hts-tvheadend-$GIT_REV/.git
|
||||||
|
|
||||||
echo "packing sources..."
|
echo "packing sources..."
|
||||||
tar cvjf hts-tvheadend-$GIT_REV.tar.bz2 hts-tvheadend-$GIT_REV
|
tar cvJf hts-tvheadend-$GIT_REV.tar.xz hts-tvheadend-$GIT_REV
|
||||||
|
|
||||||
echo "remove temporary sourcedir..."
|
echo "remove temporary sourcedir..."
|
||||||
rm -rf hts-tvheadend-$GIT_REV
|
rm -rf hts-tvheadend-$GIT_REV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user