Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2012-12-03 00:38:52 +01:00
commit 326f5a9e79
5 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,6 @@
3.0.2
- update to TVHeadend 3.2.18
3.0.1
- bump addon version
- add support to install as system addon

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="tvheadend"
PKG_VERSION="3.2"
PKG_REV="1"
PKG_VERSION="3.2.18"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html"

View File

@ -1,3 +1,8 @@
3.0.2
- update to vdr-plugin-xmltv2vdr-8be374e
- update to vdr-plugin-xvdr-c2fa08a
- added vdr-plugin-vnsiserver
3.0.1
- bump addon version

View File

@ -21,7 +21,7 @@
PKG_NAME="vdr-addon"
PKG_VERSION="3.0"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.fontconfig.org"
PKG_URL="http://www.freedesktop.org/software/fontconfig/release/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="freetype libxml2 zlib"
PKG_BUILD_DEPENDS="toolchain util-macros freetype libxml2 zlib"
PKG_DEPENDS="freetype libxml2 zlib expat"
PKG_BUILD_DEPENDS="toolchain util-macros freetype libxml2 zlib expat"
PKG_PRIORITY="optional"
PKG_SECTION="x11/other"
PKG_SHORTDESC="fontconfig: A library for font customization and configuration"