All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 00/41] XBMC Gotham Beta3 + misc stuff
Date: Thu, 03 Apr 2014 18:48:05 +0200	[thread overview]
Message-ID: <533D90C5.30606@mind.be> (raw)
In-Reply-To: <1396468015-1724-1-git-send-email-bernd.kuhls@t-online.de>

On 02/04/14 21:46, Bernd Kuhls wrote:
> Hi,
> 
> this series replaces mondays patch series "[PATCH 00/16] XBMC Gotham Beta3".
> 
> patches 1-12: unrelated version bumps

 Could you submit unrelated version bumps as a separate series/branch? If
they are also unrelated between them, then you can submit each bump
separately.

 Regards,
 Arnout

> patch 13: removed
> patches 14-15: Kconfig comments
> patches 16-21: Add virtual package for full-openGL (branch yem/fixes)
>                (Yann, deprecated, but working - DO NOT COMMIT)
> patches 22-27: new packages needed for xbmc, especially for intel support
> patch 28: v5 of xdriver_xf86-video-intel version bump
> patch 29: WIP - Add xbmc-send script to send commands to xbmc
> patch 30: rebased http://patchwork.ozlabs.org/patch/334971/ (Ryan)
> patch 31: rebased http://patchwork.ozlabs.org/patch/335219/ (Maxime)
> patches 32-33: rebased host-infozip http://patchwork.ozlabs.org/patch/336195/
>                http://patchwork.ozlabs.org/patch/336196/ (Maxime)
> patches 34-41: WIP - xbmc version bump to Gotham Beta3 with uClibc support
>                http://xbmc.org/xbmc-13-0-gotham-beta-3-returns/
> 
> I consider patches 1-15, 22-28 & 30-33 git-ready.
> 
> Regards, Bernd
> 
> 
> Bernd Kuhls (33):
>   pixman: Version bump 0.32.4
>   xlib_xtrans: Version bump 1.3.4
>   file: Version bump 5.18
>   flex: Version bump 2.5.39
>   sqlite: Version bump 3.8.4.2
>   flac: version bump 1.3.0, add sse support
>   libcdio: version bump 0.92
>   libmodplug: version bump 0.8.8.5
>   libogg: version bump 1.3.1
>   taglib: version bump 1.9.1
>   nasm: version bump 2.11.02
>   libnfs: version bump 1.9.3
>   libdrm: Explain dependency on xorg in Kconfig
>   mesa3d: Explain dependency for i965 DRI driver on xorg in Kconfig
>   libva: new package
>   libva-intel-driver: new package
>   ffmpeg: Add libva support
>   libglu: new package
>   libglew: new package
>   sdl: Add new dependency libglu for opengl support
>   xdriver_xf86-video-intel: Bump version to 2.99.911
>   xbmc: Add xbmc-send script to send commands to xbmc service
>   xbmc: needs host-gawk (v3)
>   xbmc: Add missing host-infozip dependency (v2)
>   WIP: xbmc: Bump version to Gotham_beta3
>   WIP: xbmc: Allow compilation with uClibc
>   WIP: xbmc: Add X.org support
>   WIP: xbmc: Add VA-API support
>   WIP: xbmc: Add alsa support
>   WIP: xbmc: Add lame support
>   WIP: xbmc: Disable broken rsxs screensaver
>   WIP: xbmc: Add option for Goom screensaver
> 
> Maxime Hadjinlian (2):
>   xbmc: Fix Java dependency check
>   infozip: Add a host variant
> 
> Yann E. MORIN (6) DO NOT COMMIT:
>   package/libevas: quick fix to get rid of circular deps
>   package/libgl: introduce as a new virtual package for full-openGL
>     providers
>   package/mesa3d: is a full-openGL provider if X.org is present
>   package/vlc: depends on the virtual package libgl
>   package/x11-video-drivers: do not select, but depends on mesa3d
>   package/xorg-server: do not force-select xf86driproto for mesa3d
> 
>  package/Config.in                                  |    4 +
>  package/efl/libevas/Config.in                      |    2 +-
>  package/ffmpeg/ffmpeg.mk                           |    8 +-
>  package/file/file.mk                               |    2 +-
>  package/flac/flac-no-altivec.patch                 |   28 -------
>  package/flac/flac.mk                               |   16 +++-
>  package/flex/flex-prog-ar.patch                    |   11 ---
>  package/flex/flex.mk                               |    2 +-
>  package/infozip/infozip.mk                         |   13 +++
>  package/libcdio/libcdio.mk                         |    2 +-
>  package/libdrm/Config.in                           |    3 +
>  package/libglew/Config.in                          |   19 +++++
>  package/libglew/libglew-0001-lib64.patch           |   14 ++++
>  package/libglew/libglew.mk                         |   40 ++++++++++
>  package/libglu/Config.in                           |   10 +++
>  package/libglu/libglu.mk                           |   19 +++++
>  package/libmodplug/libmodplug.mk                   |    2 +-
>  package/libnfs/libnfs.mk                           |    2 +-
>  package/libogg/libogg.mk                           |    2 +-
>  package/libva-intel-driver/Config.in               |   13 +++
>  package/libva-intel-driver/libva-intel-driver.mk   |   13 +++
>  package/libva/Config.in                            |   12 +++
>  package/libva/libva.mk                             |   59 ++++++++++++++
>  package/mesa3d/Config.in                           |    7 ++
>  package/nasm/nasm.mk                               |    2 +-
>  package/opengl/Config.in                           |    1 +
>  package/opengl/libgl/Config.in                     |    6 ++
>  package/opengl/libgl/libgl.mk                      |   16 ++++
>  package/pixman/pixman-01-loongson-cflags.patch     |   38 ---------
>  package/pixman/pixman.mk                           |    2 +-
>  package/sdl/sdl.mk                                 |    6 +-
>  package/sqlite/sqlite.mk                           |    2 +-
>  package/taglib/taglib.mk                           |    4 +-
>  package/vlc/vlc.mk                                 |    4 +-
>  package/x11r7/xdriver_xf86-video-ati/Config.in     |    5 +-
>  package/x11r7/xdriver_xf86-video-glint/Config.in   |    5 +-
>  package/x11r7/xdriver_xf86-video-intel/Config.in   |   18 +++--
>  .../xdriver_xf86-video-intel.mk                    |   31 ++++++--
>  package/x11r7/xdriver_xf86-video-mach64/Config.in  |    3 +
>  package/x11r7/xdriver_xf86-video-mga/Config.in     |    5 +-
>  .../x11r7/xdriver_xf86-video-openchrome/Config.in  |    5 +-
>  package/x11r7/xdriver_xf86-video-r128/Config.in    |    5 +-
>  package/x11r7/xdriver_xf86-video-savage/Config.in  |    5 +-
>  package/x11r7/xdriver_xf86-video-sis/Config.in     |    5 +-
>  package/x11r7/xdriver_xf86-video-tdfx/Config.in    |    5 +-
>  package/x11r7/xdriver_xf86-video-vmware/Config.in  |    5 +-
>  package/x11r7/xlib_xtrans/xlib_xtrans.mk           |    2 +-
>  package/x11r7/xserver_xorg-server/Config.in        |    1 -
>  package/xbmc/Config.in                             |   45 ++++++++---
>  package/xbmc/xbmc.mk                               |   84 +++++++++++++++++---
>  51 files changed, 470 insertions(+), 145 deletions(-)
>  delete mode 100644 package/flac/flac-no-altivec.patch
>  delete mode 100644 package/flex/flex-prog-ar.patch
>  create mode 100644 package/libglew/Config.in
>  create mode 100644 package/libglew/libglew-0001-lib64.patch
>  create mode 100644 package/libglew/libglew.mk
>  create mode 100644 package/libglu/Config.in
>  create mode 100644 package/libglu/libglu.mk
>  create mode 100644 package/libva-intel-driver/Config.in
>  create mode 100644 package/libva-intel-driver/libva-intel-driver.mk
>  create mode 100644 package/libva/Config.in
>  create mode 100644 package/libva/libva.mk
>  create mode 100644 package/opengl/libgl/Config.in
>  create mode 100644 package/opengl/libgl/libgl.mk
>  delete mode 100644 package/pixman/pixman-01-loongson-cflags.patch
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

      parent reply	other threads:[~2014-04-03 16:48 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-02 19:46 [Buildroot] [PATCH v2 00/41] XBMC Gotham Beta3 + misc stuff Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 01/41] pixman: Version bump 0.32.4 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 02/41] xlib_xtrans: Version bump 1.3.4 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 03/41] file: Version bump 5.18 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 04/41] flex: Version bump 2.5.39 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 05/41] sqlite: Version bump 3.8.4.2 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 06/41] flac: version bump 1.3.0, add sse support Bernd Kuhls
2014-04-02 20:43   ` Gustavo Zacarias
2014-04-02 19:46 ` [Buildroot] [PATCH v2 07/41] libcdio: version bump 0.92 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 08/41] libmodplug: version bump 0.8.8.5 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 09/41] libogg: version bump 1.3.1 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 10/41] taglib: version bump 1.9.1 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 11/41] nasm: version bump 2.11.02 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 12/41] libnfs: version bump 1.9.3 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 14/41] libdrm: Explain dependency on xorg in Kconfig Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 15/41] mesa3d: Explain dependency for i965 DRI driver " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 16/41] DO NOT COMMIT package/libevas: quick fix to get rid of circular deps Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 17/41] DO NOT COMMIT package/libgl: introduce as a new virtual package for full-openGL providers Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 18/41] DO NOT COMMIT package/mesa3d: is a full-openGL provider if X.org is present Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 19/41] DO NOT COMMIT package/vlc: depends on the virtual package libgl Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 20/41] DO NOT COMMIT package/x11-video-drivers: do not select, but depends on mesa3d Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 21/41] DO NOT COMMIT package/xorg-server: do not force-select xf86driproto for mesa3d Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 22/41] libva: new package Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 23/41] libva-intel-driver: " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 24/41] ffmpeg: Add libva support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 25/41] libglu: new package Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 26/41] libglew: " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 27/41] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 28/41] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 29/41] xbmc: Add xbmc-send script to send commands to xbmc service Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 30/41] xbmc: needs host-gawk (v3) Bernd Kuhls
2014-04-03  9:06   ` Thomas Petazzoni
2014-04-02 19:46 ` [Buildroot] [PATCH v2 31/41] xbmc: Fix Java dependency check (v2) Bernd Kuhls
2014-04-02 21:08   ` Yann E. MORIN
2014-04-02 19:46 ` [Buildroot] [PATCH v2 32/41] infozip: Add a host variant Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 33/41] xbmc: Add missing host-infozip dependency (v2) Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 34/41] WIP: xbmc: Bump version to Gotham_beta3 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 35/41] WIP: xbmc: Allow compilation with uClibc Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 36/41] WIP: xbmc: Add X.org support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 37/41] WIP: xbmc: Add VA-API support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 38/41] WIP: xbmc: Add alsa support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 39/41] WIP: xbmc: Add lame support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 40/41] WIP: xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 41/41] WIP: xbmc: Add option for Goom screensaver Bernd Kuhls
2014-04-03 16:48 ` Arnout Vandecappelle [this message]

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=533D90C5.30606@mind.be \
    --to=arnout@mind.be \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.