Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4
@ 2015-08-20 18:02 Bernd Kuhls
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 2/4] package/libdrm: bump to version 2.4.64 Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bernd Kuhls @ 2015-08-20 18:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mesa3d-headers/mesa3d-headers.mk | 2 +-
 package/mesa3d/mesa3d.hash               | 4 ++--
 package/mesa3d/mesa3d.mk                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 77c6929..85666cc 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -12,7 +12,7 @@ endif
 
 # Not possible to directly refer to mesa3d variables, because of
 # first/second expansion trickery...
-MESA3D_HEADERS_VERSION = 10.6.3
+MESA3D_HEADERS_VERSION = 10.6.4
 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz
 MESA3D_HEADERS_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_HEADERS_VERSION)
 MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos
diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
index 459b7d6..453ee41 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/mesa-announce/2015-July/000165.html
-sha256	58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d	mesa-10.6.3.tar.xz
+# From http://lists.freedesktop.org/archives/mesa-announce/2015-August/000166.html
+sha256	8f5ac103f0f503de2f7a985b0df349bd4ecdfe7f51c714be146fa5a9a3c07b77	mesa-10.6.4.tar.xz
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 67408a3..f2a1ffd 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 # When updating the version, please also update mesa3d-headers
-MESA3D_VERSION = 10.6.3
+MESA3D_VERSION = 10.6.4
 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
 MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
 MESA3D_LICENSE = MIT, SGI, Khronos
-- 
2.1.4

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

* [Buildroot] [PATCH/next 2/4] package/libdrm: bump to version 2.4.64
  2015-08-20 18:02 [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Bernd Kuhls
@ 2015-08-20 18:02 ` Bernd Kuhls
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 3/4] package/kodi: bump to version 15.1-Isengard Bernd Kuhls
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2015-08-20 18:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libdrm/libdrm.hash | 4 ++--
 package/libdrm/libdrm.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libdrm/libdrm.hash b/package/libdrm/libdrm.hash
index 05944c5..c67b2e5 100644
--- a/package/libdrm/libdrm.hash
+++ b/package/libdrm/libdrm.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/dri-devel/2015-June/085375.html
-sha256	906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc	libdrm-2.4.62.tar.bz2
+# From http://lists.freedesktop.org/archives/dri-devel/2015-August/088677.html
+sha256	b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6	libdrm-2.4.64.tar.bz2
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index 1768214..b11d686 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBDRM_VERSION = 2.4.62
+LIBDRM_VERSION = 2.4.64
 LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
 LIBDRM_SITE = http://dri.freedesktop.org/libdrm
 LIBDRM_LICENSE = MIT
-- 
2.1.4

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

* [Buildroot] [PATCH/next 3/4] package/kodi: bump to version 15.1-Isengard
  2015-08-20 18:02 [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Bernd Kuhls
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 2/4] package/libdrm: bump to version 2.4.64 Bernd Kuhls
@ 2015-08-20 18:02 ` Bernd Kuhls
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 4/4] package/kodi-visualisation-waveforhue: bump version Bernd Kuhls
  2015-08-28  9:29 ` [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2015-08-20 18:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi/kodi.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 6399ff1..d91073f 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VERSION = 15.0-Isengard
+KODI_VERSION = 15.1-Isengard
 KODI_SITE = $(call github,xbmc,xbmc,$(KODI_VERSION))
 KODI_LICENSE = GPLv2
 KODI_LICENSE_FILES = LICENSE.GPL
-- 
2.1.4

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

* [Buildroot] [PATCH/next 4/4] package/kodi-visualisation-waveforhue: bump version
  2015-08-20 18:02 [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Bernd Kuhls
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 2/4] package/libdrm: bump to version 2.4.64 Bernd Kuhls
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 3/4] package/kodi: bump to version 15.1-Isengard Bernd Kuhls
@ 2015-08-20 18:02 ` Bernd Kuhls
  2015-08-28  9:29 ` [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2015-08-20 18:02 UTC (permalink / raw)
  To: buildroot

Also remove patch applied upstream:
https://github.com/notspiff/visualization.waveforhue/commit/8824f4fa384693da0dfb3df5c30992bfe0fee9a4

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../0001-Adapt-xbmc_vis_dll.h-header-path.patch    | 26 ----------------------
 .../kodi-visualisation-waveforhue.mk               |  2 +-
 2 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 package/kodi-visualisation-waveforhue/0001-Adapt-xbmc_vis_dll.h-header-path.patch

diff --git a/package/kodi-visualisation-waveforhue/0001-Adapt-xbmc_vis_dll.h-header-path.patch b/package/kodi-visualisation-waveforhue/0001-Adapt-xbmc_vis_dll.h-header-path.patch
deleted file mode 100644
index baa69b4..0000000
--- a/package/kodi-visualisation-waveforhue/0001-Adapt-xbmc_vis_dll.h-header-path.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From d80b2dfeab475b066004d831c0d28c0dab064ca6 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Thu, 30 Jul 2015 10:24:53 +0200
-Subject: [PATCH] Adapt xbmc_vis_dll.h header path
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- src/Main_gles.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Main_gles.cpp b/src/Main_gles.cpp
-index 3c22bf8..f5666e9 100644
---- a/src/Main_gles.cpp
-+++ b/src/Main_gles.cpp
-@@ -38,7 +38,7 @@
- #include <GLES2/gl2ext.h>
- #endif
- 
--#include "addons/include/xbmc_vis_dll.h"
-+#include "kodi/xbmc_vis_dll.h"
- #include "VisGUIShader.h"
- 
- //th
--- 
-2.5.0
-
diff --git a/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk b/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk
index 5599065..28eeb4d 100644
--- a/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk
+++ b/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_WAVEFORHUE_VERSION = 330b5d0432a976993d8ea3e13f01ec9bd3d8b02e
+KODI_VISUALISATION_WAVEFORHUE_VERSION = e87d5c7d7e7504036b80af8bc89f4cf6489085fe
 KODI_VISUALISATION_WAVEFORHUE_SITE = $(call github,notspiff,visualization.waveforhue,$(KODI_VISUALISATION_WAVEFORHUE_VERSION))
 KODI_VISUALISATION_WAVEFORHUE_LICENSE = GPLv2+
 KODI_VISUALISATION_WAVEFORHUE_LICENSE_FILES = COPYING
-- 
2.1.4

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

* [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4
  2015-08-20 18:02 [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2015-08-20 18:02 ` [Buildroot] [PATCH/next 4/4] package/kodi-visualisation-waveforhue: bump version Bernd Kuhls
@ 2015-08-28  9:29 ` Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-08-28  9:29 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Thu, 20 Aug 2015 20:02:45 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/mesa3d-headers/mesa3d-headers.mk | 2 +-
>  package/mesa3d/mesa3d.hash               | 4 ++--
>  package/mesa3d/mesa3d.mk                 | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)

Thanks, entire series applied to the next branch.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-08-28  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 18:02 [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Bernd Kuhls
2015-08-20 18:02 ` [Buildroot] [PATCH/next 2/4] package/libdrm: bump to version 2.4.64 Bernd Kuhls
2015-08-20 18:02 ` [Buildroot] [PATCH/next 3/4] package/kodi: bump to version 15.1-Isengard Bernd Kuhls
2015-08-20 18:02 ` [Buildroot] [PATCH/next 4/4] package/kodi-visualisation-waveforhue: bump version Bernd Kuhls
2015-08-28  9:29 ` [Buildroot] [PATCH/next 1/4] package/{mesa3d, mesa3d-headers}: bump version to 10.6.4 Thomas Petazzoni

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