Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Bark <martin@barkynet.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5 0/5] Introducing XBMC
Date: Fri, 14 Feb 2014 22:41:20 +0000	[thread overview]
Message-ID: <52FE9B90.9090609@barkynet.com> (raw)
In-Reply-To: <1392332394-27935-1-git-send-email-maxime.hadjinlian@gmail.com>


Maxime,

I just tried out you patch set.  Initially i tried a simple defconfig as 
follows and this failed when configuring xbmc

BR2_arm=y
BR2_arm1176jzf_s=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_XBMC=y
BR2_PACKAGE_RPI_USERLAND=y

The xmbc configure script was moaning about missing dependencies.  To 
get the code to build I?m the end i had to enable the following:

BR2_PACKAGE_XBMC_FLAC=y
BR2_PACKAGE_XBMC_LIBASS=y
BR2_PACKAGE_XBMC_LIBSAMPLERATE=y
BR2_PACKAGE_XBMC_MAD=y
BR2_PACKAGE_XBMC_VORBIS=y

Perhaps you could check these option, maybe they need to be selected by 
default.

Thanks


On 13/02/14 22:59, Maxime Hadjinlian wrote:
> Hi all,
>
> This is a new version of the series of patch introducing XBMC.
> A new one appeared, which add the dependencies of Java on the host machine for
> XBMC.
> Also, the $(MAKE1) for XBMC has been removed. After doing a loop of 50 builds
> and no trouble so far to report, I assumed it was safe, at least for now.
>
> As always, I wait for your reviews and comments !
>
> Maxime Hadjinlian (5):
>    sdl: fix autoreconf timing issue
>    sdl: add host version
>    sdl_image: add host version
>    dependencies.sh: XBMC needs java on the host
>    xbmc: new package
>
>   package/Config.in                                  |   1 +
>   .../sdl/sdl-0001-use-correct-directfb-config.patch |  19 +-
>   package/sdl/sdl.mk                                 |   2 +
>   package/sdl_image/sdl_image.mk                     |  11 ++
>   package/xbmc/Config.in                             | 202 +++++++++++++++++++++
>   package/xbmc/S50xbmc                               |  41 +++++
>   package/xbmc/xbmc-0001-Fixup-include-path.patch    |  79 ++++++++
>   .../xbmc-0002-RaspberryPi-Default-Settings.patch   | 167 +++++++++++++++++
>   package/xbmc/xbmc.mk                               | 175 ++++++++++++++++++
>   package/xbmc/xbmc.service                          |  12 ++
>   support/dependencies/dependencies.sh               |  10 +
>   11 files changed, 702 insertions(+), 17 deletions(-)
>   create mode 100644 package/xbmc/Config.in
>   create mode 100755 package/xbmc/S50xbmc
>   create mode 100644 package/xbmc/xbmc-0001-Fixup-include-path.patch
>   create mode 100644 package/xbmc/xbmc-0002-RaspberryPi-Default-Settings.patch
>   create mode 100644 package/xbmc/xbmc.mk
>   create mode 100644 package/xbmc/xbmc.service
>
> --
> 1.8.5.3
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

  parent reply	other threads:[~2014-02-14 22:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-13 22:59 [Buildroot] [PATCH v5 0/5] Introducing XBMC Maxime Hadjinlian
2014-02-13 22:59 ` [Buildroot] [PATCH v5 1/5] sdl: fix autoreconf timing issue Maxime Hadjinlian
2014-02-13 23:03   ` Maxime Hadjinlian
2014-02-13 22:59 ` [Buildroot] [PATCH v5 2/5] sdl: add host version Maxime Hadjinlian
2014-02-13 22:59 ` [Buildroot] [PATCH v5 3/5] sdl_image: " Maxime Hadjinlian
2014-02-13 22:59 ` [Buildroot] [PATCH v5 4/5] dependencies.sh: XBMC needs java on the host Maxime Hadjinlian
2014-02-14  8:39   ` Thomas Petazzoni
2014-02-14  8:59     ` Maxime Hadjinlian
2014-02-14 12:51     ` Mike Zick
2014-02-14 13:27       ` Maxime Hadjinlian
2014-02-14 20:35   ` Martin Bark
2014-02-14 23:33     ` Maxime Hadjinlian
2014-02-13 22:59 ` [Buildroot] [PATCH v5 5/5] xbmc: new package Maxime Hadjinlian
2014-02-14 22:59   ` Martin Bark
2014-02-14 23:51     ` Maxime Hadjinlian
2014-02-15 12:03       ` Maxime Hadjinlian
2014-02-18 15:43       ` Martin Bark
2014-02-18 15:50         ` Maxime Hadjinlian
2014-02-18 16:20           ` Martin Bark
2014-02-15 11:51   ` Yann E. MORIN
2014-02-15 12:07     ` Maxime Hadjinlian
2014-02-14  6:08 ` [Buildroot] [PATCH v5 0/5] Introducing XBMC Bernd Kuhls
2014-02-14 22:41 ` Martin Bark [this message]
2014-02-14 23:53   ` Maxime Hadjinlian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52FE9B90.9090609@barkynet.com \
    --to=martin@barkynet.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox