Skip to Content.
Sympa Menu

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

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 (509be9616f524521b44ee68ce22b428178a62957)
  • Date: Sun, 2 Jul 2023 22:55:34 +0000

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

libs/sdl2/DEPENDS | 9 +++++----
libs/sdl2/DETAILS | 2 +-
libs/sdl2/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 509be9616f524521b44ee68ce22b428178a62957
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/sdl2: version 2.28.1

diff --git a/libs/sdl2/DEPENDS b/libs/sdl2/DEPENDS
index 47c3e1e..829f349 100755
--- a/libs/sdl2/DEPENDS
+++ b/libs/sdl2/DEPENDS
@@ -81,10 +81,11 @@ optional_depends wayland \
suggest_depends MESA \
"--enable-video-opengl" "--disable-video-opengl" \
"Include OpenGL support?" &&
-
-suggest_depends MESA \
- "--enable-video-opengles" "--disable-video-opengles" \
- "Include OpenGL ES support?" &&
+if is_depends_enabled "${SPELL}" "$(get_spell_provider ${SPELL} MESA)";then
+ config_query_option SDL2_OPTS "Include OpenGL ES support?" y \
+ "--enable-video-opengles" \
+ "--disable-video-opengles"
+fi &&

suggest_depends DEVICE-MANAGER \
"--enable-libudev" "--disable-libudev" \
diff --git a/libs/sdl2/DETAILS b/libs/sdl2/DETAILS
index 9c9b8ad..a11875f 100755
--- a/libs/sdl2/DETAILS
+++ b/libs/sdl2/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-2.0-hg
SOURCE_URL[0]=hg_http://hg.libsdl.org/SDL:$SPELL-2.0-hg
SOURCE_IGNORE=volatile
else
- VERSION=2.28.0
+ VERSION=2.28.1
SOURCE=SDL2-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/libs/sdl2/HISTORY b/libs/sdl2/HISTORY
index cacb679..30f39e5 100644
--- a/libs/sdl2/HISTORY
+++ b/libs/sdl2/HISTORY
@@ -1,3 +1,7 @@
+2023-07-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.28.1
+ * DEPENDS: deduplicated MESA dependency
+
2023-06-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.28.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (509be9616f524521b44ee68ce22b428178a62957), Pavel Vinogradov, 07/02/2023

Archive powered by MHonArc 2.6.24.

Top of Page