Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v9 00/29] xbmc: bump version to 13.1 Beta2
Date: Sun, 25 May 2014 00:25:15 +0200	[thread overview]
Message-ID: <20140524222515.GF3491@free.fr> (raw)
In-Reply-To: <1400618488-6995-1-git-send-email-bernd.kuhls@t-online.de>

Bernd, All,

On 2014-05-20 22:40 +0200, Bernd Kuhls spake thusly:
> the patch series combines my latest patches to bump xbmc.

OK, I've teted this on the RPi tonight, and it is indeed quite
impressive! I'm pretty happy with it! :-)

We've discussed this at length with MAxime on IRC tonight, and we came
to the following conclusions.

First, we want to bump it as soon as possible, after the next merge
window opens (due by the end of the month, maybe next week-end?). This
will ensure we continue to have a working XBMC on the RPI (the currently
only really supported platform for XBMC in Buildroot.)

After it is bumped, we can add the mising pieces needed to make it work
on x86.

Therefore, we have the following steps to follow:

First, it needs a few other patches to be applied first:
    http://patchwork.ozlabs.org/patch/352141/
        package/rpi-userland: bump version
    http://patchwork.ozlabs.org/patch/352146/
        xbmc: Add missing unicode properties supports

Those have already been posted, so should trickle down in the tree soon.

Then, we need to add the possibility to install the gconv libraries when
using glibc. Without the gconv libraries, there are no label on the
menus. This is a new strict requirement for Gotham, which was not needed
for Frodo.

This will be a bit challenging, so I have a simple patch I'm working on
that will enable thos gconv libs to be installed. If there's something
to be done for iconv, it can be done later on, when needed.

Then, we can apply the few preparatory patches (although strictly
speaking, only one is really needed for the actual bump, the rest being
to add support for x86, which is new stuff.)

Then we can bump it. Tis is not as simple as changing the version, as
XBMC no behaves differently when shutting down. I have to look at what
changed, but our br-xbmc wrapper script no longer works when shutting
down, XBMC just restarts, and the machine never shuts down... (I have an
idea where to look at, so it's good! :-) )

Then we can add new packages, and fix/enhance the existing packages.
Your expertise on mesa3d and the other X11-related packages will be very
much appreciated in this step.

Going this route means the easy patches will be at the beginning, and
so can be applied more easily, and thus the series should shrink, and be
more manageable.

If you don't mind, I'll wait for your v10. I'll start from there,
re-order the series as per the above, add the missing gconv stuff in it,
and respin it, so you can get it back.

Does that sound like an OK plan for you?

Again, thank you for working so hard on this series! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2014-05-24 22:25 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 20:40 [Buildroot] [PATCH v9 00/29] xbmc: bump version to 13.1 Beta2 Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 01/29] xproto_dri3proto: New package Bernd Kuhls
2014-05-24 18:23   ` Yann E. MORIN
2014-05-24 20:02     ` Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 02/29] mesa3d: Bump version to 10.2-rc3, fix xa build Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 03/29] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 04/29] mesa3d: add dependency xproto_presentproto Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 05/29] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 06/29] mesa3d: Add dri3 support Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 07/29] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 08/29] libva: new package Bernd Kuhls
2014-05-24 18:28   ` Yann E. MORIN
2014-05-20 20:41 ` [Buildroot] [PATCH v9 09/29] libva-intel-driver: " Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 10/29] ffmpeg: Add libva support Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 11/29] libglu: new package Bernd Kuhls
2014-05-24 18:31   ` Yann E. MORIN
2014-05-24 20:07     ` Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 12/29] libglew: " Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 13/29] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 14/29] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 15/29] xbmc - prepare for 13.x-Gotham: Add host-gettext dependency Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 16/29] xbmc - prepare for 13.x-Gotham: Add host-nasm dependency Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 17/29] xbmc - prepare for 13.x-Gotham: Add host-yasm dependency for MMX/64bit archs Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 18/29] xbmc - prepare for 13.x-Gotham: Add missing egl-related cflags Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 19/29] xbmc: bump version to 13.1 Beta2 Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 20/29] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 21/29] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 22/29] xbmc: hdmi cec supports needs udev for device scanning Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 23/29] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 24/29] xbmc: Add alsa support Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 25/29] xbmc: Add lame support Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 26/29] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 27/29] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-20 20:50   ` Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 28/29] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-20 20:41 ` [Buildroot] [PATCH v9 29/29] xbmc: Add VA-API support Bernd Kuhls
2014-05-24 22:25 ` Yann E. MORIN [this message]
2014-05-25 20:29   ` [Buildroot] [PATCH v9 00/29] xbmc: bump version to 13.1 Beta2 Bernd Kuhls
2014-05-25 20:48     ` Yann E. MORIN

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=20140524222515.GF3491@free.fr \
    --to=yann.morin.1998@free.fr \
    --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