Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (51606064af77de05133a70ac92347b7a6a3b8483)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (51606064af77de05133a70ac92347b7a6a3b8483)
  • Date: Thu, 30 Dec 2021 20:46:07 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch | 8 ++++----
graphics-libs/mesa/DETAILS | 4 ++--
graphics-libs/mesa/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 51606064af77de05133a70ac92347b7a6a3b8483
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

graphics-libs/mesa: version 21.3.3

diff --git a/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
b/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
index 968a564..e7b3a0f 100644
--- a/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
+++ b/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
@@ -49,14 +49,14 @@ diff --git a/src/egl/meson.build b/src/egl/meson.build
index 599a667..d482a33 100644
--- a/src/egl/meson.build
+++ b/src/egl/meson.build
-@@ -174,6 +174,7 @@ libegl = shared_library(
- dependencies : [deps_for_egl, dep_dl, dep_libdrm, dep_clock, dep_thread,
idep_mesautil],
- install : true,
+@@ -192,6 +192,7 @@ libegl = shared_library(
version : egl_lib_version,
+ soversion : egl_lib_soversion,
+ name_prefix : 'lib', # even on windows
+ install_dir : 'lib/.mesa',
+ vs_module_defs : 'main/egl.def'
)

- if not with_glvnd
diff --git a/src/glx/meson.build b/src/glx/meson.build
index 58f9e1a..b282e5f 100644
--- a/src/glx/meson.build
diff --git a/graphics-libs/mesa/DETAILS b/graphics-libs/mesa/DETAILS
index 27287de..61665c2 100755
--- a/graphics-libs/mesa/DETAILS
+++ b/graphics-libs/mesa/DETAILS
@@ -9,8 +9,8 @@ if [[ "${MESA_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=21.3.2
-
SOURCE_HASH="sha256:e2e7bafb8307e7abc3bf982f39382fae3619c84b45504920a21504be52f126bd:UPSTREAM_HASH"
+ VERSION=21.3.3
+
SOURCE_HASH="sha256:ad7f4613ea7c5d08d9fcb5025270199e6ceb9aa99fd72ee572b70342240a8121:UPSTREAM_HASH"
SOURCE=mesa-$VERSION.tar.xz
SOURCE_URL[0]="https://mesa.freedesktop.org/archive/${SOURCE}";
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/mesa-${VERSION}
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index eef14f6..b913124 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2021-12-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 21.3.3
+ * 0001-install-GL-headers-in-.mesa.patch: updated
+
2021-12-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 21.3.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (51606064af77de05133a70ac92347b7a6a3b8483), Pavel Vinogradov, 12/30/2021

Archive powered by MHonArc 2.6.24.

Top of Page