xbmc: update to xbmc-12.2-ef79847

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-11-16 14:13:37 +01:00
parent bfff3c500f
commit b8142ecfe5
13 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xbmc-theme-Confluence" PKG_NAME="xbmc-theme-Confluence"
PKG_VERSION="12.2-97a9f05" PKG_VERSION="12.2-ef79847"
if [ "$XBMC" = "master" ]; then if [ "$XBMC" = "master" ]; then
PKG_VERSION="13.alpha-2ef8929" PKG_VERSION="13.alpha-2ef8929"
elif [ "$XBMC" = "xbmc-aml" ]; then elif [ "$XBMC" = "xbmc-aml" ]; then

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xbmc" PKG_NAME="xbmc"
PKG_VERSION="12.2-97a9f05" PKG_VERSION="12.2-ef79847"
if [ "$XBMC" = "master" ]; then if [ "$XBMC" = "master" ]; then
PKG_VERSION="13.alpha-2ef8929" PKG_VERSION="13.alpha-2ef8929"
elif [ "$XBMC" = "xbmc-aml" ]; then elif [ "$XBMC" = "xbmc-aml" ]; then
@ -217,13 +217,13 @@ else
fi fi
if [ "$AIRTUNES_SUPPORT" = yes ]; then if [ "$AIRTUNES_SUPPORT" = yes ]; then
if [ "$XBMC" = master ]; then # if [ "$XBMC" = master ]; then
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairplay" PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairplay"
PKG_DEPENDS="$PKG_DEPENDS libshairplay" PKG_DEPENDS="$PKG_DEPENDS libshairplay"
else # else
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairport" # PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairport"
PKG_DEPENDS="$PKG_DEPENDS libshairport" # PKG_DEPENDS="$PKG_DEPENDS libshairport"
fi # fi
XBMC_AIRTUNES="--enable-airtunes" XBMC_AIRTUNES="--enable-airtunes"
else else
XBMC_AIRTUNES="--disable-airtunes" XBMC_AIRTUNES="--disable-airtunes"