package/mesa3d: bump to version 11.0.2
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 3 Oct 2015 19:59:53 +0000 (21:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Oct 2015 10:24:26 +0000 (11:24 +0100)
Mesa3d 10.6.x is reaching end-of-life:
http://lists.freedesktop.org/archives/mesa-announce/2015-October/000178.html
"NOTE: It is anticipated that 10.6.9 will be the final release in the
10.6 series. Users of 10.6 are encouraged to migrate to the 11.0 series
in order to obtain future fixes."

Run-time testing with Kodi Isengard on an Intel GPU was positive.

Rebased 0001-Fix-khrplatform.h-not-installed-if-EGL-is-disabled.patch.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d-headers/mesa3d-headers.mk
package/mesa3d/0001-Fix-khrplatform.h-not-installed-if-EGL-is-disabled.patch
package/mesa3d/mesa3d.hash
package/mesa3d/mesa3d.mk

index dc74d37feba145554355dc83854599b9b6c7a361..e0f858565e247d14d7e6ed21120dce75cf69f502 100644 (file)
@@ -12,7 +12,7 @@ endif
 
 # Not possible to directly refer to mesa3d variables, because of
 # first/second expansion trickery...
-MESA3D_HEADERS_VERSION = 10.6.8
+MESA3D_HEADERS_VERSION = 11.0.2
 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
index 5dc9099305dcebc4cca4a970f3fd0da92455acbc..ab773f85a4a8f56d250675081ad8d3fc4d959a3b 100644 (file)
@@ -14,8 +14,8 @@ Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> (rebased for mesa3d 10.3)
 
 diff -uNr Mesa-10.3.0-rc2.org/src/egl/main/Makefile.am Mesa-10.3.0-rc2/src/egl/main/Makefile.am
---- Mesa-10.3.0-rc2.org/src/egl/main/Makefile.am       2014-08-29 00:00:57.000000000 +0200
-+++ Mesa-10.3.0-rc2/src/egl/main/Makefile.am   2014-09-02 21:35:52.548071820 +0200
+--- Mesa-10.3.0-rc2.org/src/egl/Makefile.am    2014-08-29 00:00:57.000000000 +0200
++++ Mesa-10.3.0-rc2/src/egl/Makefile.am        2014-09-02 21:35:52.548071820 +0200
 @@ -85,9 +85,6 @@
  
  pkgconfig_DATA = egl.pc
index 0501314b0804209c20b9c87eb8b91f02444a17cc..2f2442a0aaf4ed518fb13d5acb632b2abf8e4f0a 100644 (file)
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/mesa-announce/2015-September/000175.html
-sha256 e36ee5ceeadb3966fb5ce5b4cf18322dbb76a4f075558ae49c3bba94f57d58fd        mesa-10.6.8.tar.xz
+# From http://lists.freedesktop.org/archives/mesa-announce/2015-September/000177.html
+sha256 fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4        mesa-11.0.2.tar.xz
index f7feb0f9d811ea3de317c2d7ce3d0a7f9a5205ce..94aa01f0799b0f2dc65b5c8ab4c375d51a49899e 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 # When updating the version, please also update mesa3d-headers
-MESA3D_VERSION = 10.6.8
+MESA3D_VERSION = 11.0.2
 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
 MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
 MESA3D_LICENSE = MIT, SGI, Khronos