All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 00/32] xbmc: bump version to 13.0-Gotham
@ 2014-05-07 20:09 Bernd Kuhls
  2014-05-07 20:09 ` [Buildroot] [PATCH v5 01/32] xproto_dri3proto: New package Bernd Kuhls
                   ` (32 more replies)
  0 siblings, 33 replies; 38+ messages in thread
From: Bernd Kuhls @ 2014-05-07 20:09 UTC (permalink / raw)
  To: buildroot

Hi,

the patch series combines my latest patches to bump xbmc.
It also adds uClibc support to xbmc, a mesa3d version bump
and several new packages to support the new xbmc release
along with libva to get the best out of Intel systems.

Regards, Bernd


Bernd Kuhls (32):
  xproto_dri3proto: New package
  mesa3d: Bump version to 10.2-rc1
  mesa3d: use --enable-shared-glapi also for Gallium drivers
  mesa3d: Fix gbm related compile error
  mesa3d: Depend on xorg meta package instead of xserver_xorg-server
  mesa3d: Remove dependency for the libxml2 module of host-python
  mesa3d: Add patch note about upstream bug
  mesa3d: Add dri3 support
  mesa3d: dri2 does not need udev support
  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
  rtmpdump: Add KSV patch
  xbmc: bump version to 13.0
  xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon
  xbmc-addon-xvdr: Version bump to xbmc Gotham-compatible addon
  xbmc: Add host-gettext dependency
  xbmc: Allow compilation with uClibc
  xbmc: fix arm/uclibc compilation
  xbmc: Add X.org/OpenGL support
  xbmc: Add VA-API support
  xbmc: Add alsa support
  xbmc: Add lame support
  xbmc: Disable broken rsxs screensaver
  xbmc: Add option for Goom screensaver
  xbmc: add nasm/yasm dependency
  xbmc: Fix ffmpeg cross compile
  xbmc: Fix TexturePacker compile

 package/libdrm/Config.in                           |    1 -
 .../xlib_libXpm/xlib_libXpm-0001-detect-fork.patch |   66 --------------------
 package/x11r7/xlib_libXpm/xlib_libXpm.mk           |    1 -
 3 files changed, 68 deletions(-)
 delete mode 100644 package/x11r7/xlib_libXpm/xlib_libXpm-0001-detect-fork.patch

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2014-05-08 18:12 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-07 20:09 [Buildroot] [PATCH v5 00/32] xbmc: bump version to 13.0-Gotham Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 01/32] xproto_dri3proto: New package Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 02/32] mesa3d: Bump version to 10.2-rc1 Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 03/32] mesa3d: use --enable-shared-glapi also for Gallium drivers Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 04/32] mesa3d: Fix gbm related compile error Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 05/32] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 06/32] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 07/32] mesa3d: Add patch note about upstream bug Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 08/32] mesa3d: Add dri3 support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 09/32] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 10/32] libva: new package Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 11/32] libva-intel-driver: " Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 12/32] ffmpeg: Add libva support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 13/32] libglu: new package Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 14/32] libglew: " Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 15/32] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 16/32] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 17/32] rtmpdump: Add KSV patch Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 18/32] xbmc: bump version to 13.0 Bernd Kuhls
2014-05-07 20:51   ` Maxime Hadjinlian
2014-05-07 20:09 ` [Buildroot] [PATCH v5 19/32] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 20/32] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 21/32] xbmc: Add host-gettext dependency Bernd Kuhls
2014-05-07 21:05   ` Maxime Hadjinlian
2014-05-07 20:09 ` [Buildroot] [PATCH v5 22/32] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 23/32] xbmc: fix arm/uclibc compilation Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 24/32] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-07 20:09 ` [Buildroot] [PATCH v5 25/32] xbmc: Add VA-API support Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 26/32] xbmc: Add alsa support Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 27/32] xbmc: Add lame support Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 28/32] xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 29/32] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 30/32] xbmc: add nasm/yasm dependency Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 31/32] xbmc: Fix ffmpeg cross compile Bernd Kuhls
2014-05-07 20:10 ` [Buildroot] [PATCH v5 32/32] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-08  8:25 ` [Buildroot] [PATCH v5 00/32] xbmc: bump version to 13.0-Gotham Maxime Hadjinlian
2014-05-08 17:19   ` Bernd Kuhls
2014-05-08 18:12     ` Bernd Kuhls

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.