Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/47] package/kodi: bump version to 15.0 Isengard
@ 2015-07-22 20:30 Bernd Kuhls
  2015-07-22 20:30 ` [Buildroot] [PATCH 01/47] package/libsquish: New package Bernd Kuhls
                   ` (49 more replies)
  0 siblings, 50 replies; 70+ messages in thread
From: Bernd Kuhls @ 2015-07-22 20:30 UTC (permalink / raw)
  To: buildroot

Hi,

Kodi 15.0 Isengard was released yesterday:
http://kodi.tv/kodi-15-0-isengard-one-release-to-rule-them-all/

This patch series introduces two new dependencies, libsquish and
libplatform, also the way the host binary of TexturePacker has to be
built was updated. The pvr-addons were split into separate repositories,
the current package kodi-pvr-addons is removed. Also audio codecs, which
are not part of ffmpeg, were removed from Kodi and are now provided as
seperate addons.

Please commit this patch series as a whole because libcec-3 is
incompatible with Kodi 14.2, also all the addons packages depend on
Kodi 15.0.

I regard this patch series as v1, here is the changelog after v3 of the
previous RFC patch series:

v1:
- bump to Kodi 15.0 release version
- added Config.in.legacy handling for PVR addons
- added some SoB lines to Kodi patches

This is the changelog from the previous RFC patch series:

v3:
- bump to rc2, but a later commit fixing problems with disabled
  BR2_PACKAGE_KODI_LIBMICROHTTPD
- Kodi depends on eventfd_read/write support which is missing in
  uclibc 0.9.33.2, I sent this patch upstream:
  package/kodi/0003-ALSA-make-device-change-event-support-optional.patch
  which is currently under discussion:
  https://github.com/xbmc/xbmc/pull/7551
  Depending on the outcome of the discussion I may block Kodi for uclibc
  in the final patch series
- libsquish is now at 1.13, upstream changed to sourceforge and
  the Kodi-specific stuff is now a smaller patch (Thomas)
- various version bumps compared to v2 (libcec, libplatform, ffmpeg)
- Goom and rsxs are now binary addons
To-Do
- Config.in.legacy handling

v2:
- bump to beta2
- libsquish: use upstream source tarball and add kodi-specific patch
  from OpenElec (Yann)
- added libplatform
- bumped libcec (depends on Kodi 15.0, please do not commit on its own)
- added some screensaver and visualisation addons

Regards, Bernd


Bernd Kuhls (47):
  package/libsquish: New package
  package/libplatform: new package
  package/libcec: bump to version 3.0.1
  package/kodi: bump version to 15.0 Isengard
  package/kodi: Add option for lirc support
  package/kodi: Rework audio encoder support
  package/kodi-audioencoder-flac: bump version
  package/kodi-audioencoder-lame: bump version
  package/kodi-audioencoder-vorbis: bump version
  package/kodi-audioencoder-wav: bump version
  package/kodi-addon-xvdr: bump version
  package/kodi-pvr-addons: Prepare to split into addon-specific
    packages
  package/kodi-platform: new package
  package/kodi-pvr-argustv: new package
  package/kodi-pvr-dvblink: new package
  package/kodi-pvr-dvbviewer: new package
  package/kodi-pvr-filmon: new package
  package/kodi-pvr-hts: new package
  package/kodi-pvr-iptvsimple: new package
  package/kodi-pvr-mediaportal-tvserver: new package
  package/kodi-pvr-mythtv: new package
  package/kodi-pvr-nextpvr: new package
  package/kodi-pvr-njoy: new package
  package/kodi-pvr-pctv: new package
  package/kodi-pvr-stalker: new package
  package/kodi-pvr-vbox: new package
  package/kodi-pvr-vdr-vnsi: new package
  package/kodi-pvr-vuplus: new package
  package/kodi-pvr-wmc: new package
  package/kodi-audiodecoder-modplug: new package
  package/kodi-audiodecoder-nosefart: new package
  package/kodi-audiodecoder-sidplay: new package
  package/kodi-audiodecoder-snesapu: new package
  package/kodi-audiodecoder-stsound: new package
  package/kodi-audiodecoder-timidity: new package
  package/kodi-audiodecoder-vgmstream: new package
  package/kodi-screensaver-asteroids: new package
  package/kodi-screensaver-biogenesis: new package
  package/kodi-screensaver-crystalmorph: new package
  package/kodi-screensaver-greynetic: new package
  package/kodi-screensaver-pingpong: new package
  package/kodi-screensaver-pyro: new package
  package/kodi-screensaver-stars: new package
  package/kodi-visualisation-shadertoy: new package
  package/kodi-visualisation-waveform: new package
  package/kodi-visualisation-spectrum: new package
  package/kodi-visualisation-waveforhue: new package

-- 
1.7.10.4

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

end of thread, other threads:[~2015-08-01  8:21 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 20:30 [Buildroot] [PATCH 00/47] package/kodi: bump version to 15.0 Isengard Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 01/47] package/libsquish: New package Bernd Kuhls
2015-07-25 17:01   ` Yann E. MORIN
2015-07-27 20:19   ` Thomas Petazzoni
2015-07-30 13:25   ` Thomas Petazzoni
2015-07-22 20:30 ` [Buildroot] [PATCH 02/47] package/libplatform: new package Bernd Kuhls
2015-07-25 16:55   ` Yann E. MORIN
2015-07-30 13:26   ` Thomas Petazzoni
2015-07-22 20:30 ` [Buildroot] [PATCH 03/47] package/libcec: bump to version 3.0.1 Bernd Kuhls
2015-07-25 16:43   ` Yann E. MORIN
2015-07-25 16:48     ` Yann E. MORIN
2015-07-30 13:27   ` Thomas Petazzoni
2015-07-22 20:30 ` [Buildroot] [PATCH 04/47] package/kodi: bump version to 15.0 Isengard Bernd Kuhls
2015-07-30 13:27   ` Thomas Petazzoni
2015-07-22 20:30 ` [Buildroot] [PATCH 05/47] package/kodi: Add option for lirc support Bernd Kuhls
2015-07-25 17:14   ` Yann E. MORIN
2015-07-22 20:30 ` [Buildroot] [PATCH 06/47] package/kodi: Rework audio encoder support Bernd Kuhls
2015-07-25 22:31   ` Yann E. MORIN
2015-07-22 20:30 ` [Buildroot] [PATCH 07/47] package/kodi-audioencoder-flac: bump version Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 08/47] package/kodi-audioencoder-lame: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 09/47] package/kodi-audioencoder-vorbis: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 10/47] package/kodi-audioencoder-wav: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 11/47] package/kodi-addon-xvdr: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 12/47] package/kodi-pvr-addons: Prepare to split into addon-specific packages Bernd Kuhls
2015-07-25 17:09   ` Yann E. MORIN
2015-07-22 20:30 ` [Buildroot] [PATCH 13/47] package/kodi-platform: new package Bernd Kuhls
2015-07-25 17:13   ` Yann E. MORIN
2015-07-30 13:27   ` Thomas Petazzoni
2015-07-22 20:30 ` [Buildroot] [PATCH 14/47] package/kodi-pvr-argustv: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 15/47] package/kodi-pvr-dvblink: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 16/47] package/kodi-pvr-dvbviewer: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 17/47] package/kodi-pvr-filmon: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 18/47] package/kodi-pvr-hts: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 19/47] package/kodi-pvr-iptvsimple: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 20/47] package/kodi-pvr-mediaportal-tvserver: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 21/47] package/kodi-pvr-mythtv: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 22/47] package/kodi-pvr-nextpvr: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 23/47] package/kodi-pvr-njoy: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 24/47] package/kodi-pvr-pctv: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 25/47] package/kodi-pvr-stalker: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 26/47] package/kodi-pvr-vbox: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 27/47] package/kodi-pvr-vdr-vnsi: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 28/47] package/kodi-pvr-vuplus: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 29/47] package/kodi-pvr-wmc: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 30/47] package/kodi-audiodecoder-modplug: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 31/47] package/kodi-audiodecoder-nosefart: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 32/47] package/kodi-audiodecoder-sidplay: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 33/47] package/kodi-audiodecoder-snesapu: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 34/47] package/kodi-audiodecoder-stsound: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 35/47] package/kodi-audiodecoder-timidity: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 36/47] package/kodi-audiodecoder-vgmstream: " Bernd Kuhls
2015-07-22 20:30 ` [Buildroot] [PATCH 37/47] package/kodi-screensaver-asteroids: " Bernd Kuhls
2015-07-30 13:29   ` Thomas Petazzoni
2015-07-22 20:31 ` [Buildroot] [PATCH 38/47] package/kodi-screensaver-biogenesis: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 39/47] package/kodi-screensaver-crystalmorph: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 40/47] package/kodi-screensaver-greynetic: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 41/47] package/kodi-screensaver-pingpong: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 42/47] package/kodi-screensaver-pyro: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 43/47] package/kodi-screensaver-stars: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 44/47] package/kodi-visualisation-shadertoy: " Bernd Kuhls
2015-07-30 13:31   ` Thomas Petazzoni
2015-07-22 20:31 ` [Buildroot] [PATCH 45/47] package/kodi-visualisation-waveform: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 46/47] package/kodi-visualisation-spectrum: " Bernd Kuhls
2015-07-22 20:31 ` [Buildroot] [PATCH 47/47] package/kodi-visualisation-waveforhue: " Bernd Kuhls
2015-07-30 13:30   ` Thomas Petazzoni
2015-07-24  9:39 ` [Buildroot] [PATCH 00/47] package/kodi: bump version to 15.0 Isengard Stanislav Vlasic
2015-07-24 10:45   ` Stanislav Vlasic
2015-07-30 13:25 ` Thomas Petazzoni
2015-07-30 13:34 ` Thomas Petazzoni
2015-08-01  8:21   ` Waldemar Brodkorb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox