xbmc: bump version to 13.1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 7 Jun 2014 12:31:07 +0000 (14:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Jun 2014 13:05:51 +0000 (15:05 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/xbmc/Config.in
package/xbmc/xbmc.mk

index 52bf0cd8703bd21ea980bf3d3cead5d373e825b9..592fdc1593d8d98ec11800eb798ff5bb6c9a6a39 100644 (file)
@@ -35,6 +35,7 @@ menuconfig BR2_PACKAGE_XBMC
        select BR2_PACKAGE_LIBUNGIF
        select BR2_PACKAGE_LIBVORBIS
        select BR2_PACKAGE_LIBXML2
+       select BR2_PACKAGE_LIBXSLT
        select BR2_PACKAGE_LZO
        select BR2_PACKAGE_NCURSES
        select BR2_PACKAGE_OPENSSL
index b6cf1451f20245c0c1ed3f8b84cbd40e3035e6ea..ca605a4c804693ee1e632c36ec1aadf5a221d8c5 100644 (file)
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-XBMC_VERSION = 12.3-Frodo
-XBMC_SITE = $(call github,xbmc,xbmc,$(XBMC_VERSION))
+XBMC_VERSION = 13.1-Gotham
+XBMC_SOURCE = $(XBMC_VERSION).tar.gz
+XBMC_SITE = https://github.com/xbmc/xbmc/archive
 XBMC_LICENSE = GPLv2
 XBMC_LICENSE_FILES = LICENSE.GPL
 # XBMC needs host-sdl_image (and therefore host-sdl) for a host tools it builds
@@ -15,7 +16,7 @@ XBMC_LICENSE_FILES = LICENSE.GPL
 XBMC_DEPENDENCIES = host-gawk host-gettext host-gperf host-infozip host-lzo host-sdl_image host-swig
 XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \
        libass libcdio libcurl libegl libfribidi libgcrypt libgles libmad libmodplug libmpeg2 \
-       libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \
+       libogg libplist libpng libsamplerate libungif libvorbis libxml2 libxslt lzo ncurses \
        openssl pcre python readline sqlite taglib tiff tinyxml yajl zlib
 
 # xbmc@i386 depends on nasm
@@ -37,6 +38,7 @@ XBMC_CONF_ENV = \
        TEXTUREPACKER_NATIVE_ROOT="$(HOST_DIR)/usr"
 
 XBMC_CONF_OPT +=  \
+       --with-arch=$(BR2_ARCH) \
        --disable-alsa \
        --disable-crystalhd \
        --disable-debug \