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

This commit is contained in:
Stephan Raue 2013-04-19 17:17:08 +02:00
commit 7237e7d92f
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://projects.vdr-developer.org/projects/plg-xmltv2vdr"
PKG_URL="http://projects.vdr-developer.org/git/vdr-plugin-xmltv2vdr.git/snapshot/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS="vdr sqlite curl libzip libxml libxslt"
PKG_BUILD_DEPENDS="toolchain vdr sqlite curl libzip libxml libxslt enca pcre"
PKG_DEPENDS="vdr sqlite curl libzip libxml2 libxslt"
PKG_BUILD_DEPENDS="toolchain vdr sqlite curl libzip libxml2 libxslt enca pcre"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="vdr-xmltv2vdr"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="service.openelec.settings"
PKG_VERSION="0.1.14"
PKG_VERSION="0.1.15"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="prop."
@ -39,4 +39,4 @@ if [ "$DISPLAYSERVER" = "xorg-server" ]; then
PKG_DEPENDS="$PKG_DEPENDS setxkbmap"
else
PKG_DEPENDS="$PKG_DEPENDS bkeymaps"
fi
fi