[Buildroot] [PATCH v12 07/32] xbmc: bump version to 13.1

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jun 8 11:09:06 UTC 2014


Bernd, All,

On 2014-06-07 14:31 +0200, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Tested-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/xbmc/Config.in |    1 +
>  package/xbmc/xbmc.mk   |    8 +++++---
>  2 files changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
> index 52bf0cd..592fdc1 100644
> --- a/package/xbmc/Config.in
> +++ b/package/xbmc/Config.in
> @@ -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
> diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
> index 9f44c34..b9ff001 100644
> --- a/package/xbmc/xbmc.mk
> +++ b/package/xbmc/xbmc.mk
> @@ -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 at 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 \
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list