Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (faf85d98d705bb0548a041594e18acab77ebfb5b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (faf85d98d705bb0548a041594e18acab77ebfb5b)
  • Date: Mon, 3 Nov 2025 14:41:47 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

x11-libs/wine/CONFIGURE | 21 +++++++++++++--------
x11-libs/wine/DETAILS | 4 ++--
x11-libs/wine/HISTORY | 4 ++++
3 files changed, 19 insertions(+), 10 deletions(-)

New commits:
commit faf85d98d705bb0548a041594e18acab77ebfb5b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine 10.18 (devel)

commit 0d702988bf14265382cfc7875594e6a9379fa705
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine: Update WINE64 description and default

diff --git a/x11-libs/wine/CONFIGURE b/x11-libs/wine/CONFIGURE
index 48a11d7..5482616 100755
--- a/x11-libs/wine/CONFIGURE
+++ b/x11-libs/wine/CONFIGURE
@@ -1,11 +1,16 @@
-ARCH="$(uname -m)" &&
-if [[ "${ARCH}" = 'x86_64' ]]; then
- message "Wine64 does NOT run 32bit apps. You can, however, build a 64bit
Wine." &&
- message "Probably this is not what you want. If you say 'n' to the next
question" &&
- message "an attempt will be made to build a 32bit Wine, which will fail if
you" &&
- message "do not have a multilib system." &&
- config_query_option WINE64 'Build a 64bit Wine?' n '--enable-win64' ''
-fi &&
+case "$(uname -m):$VERSION" in
+(x86_64:10.[0-8])
+ message "Before Wine 10.9, our 64-bit builds don't have WoW64 (32-bit)
support; so" &&
+ message "probably this isn't what you want. If you say 'n' to the next
question we" &&
+ message "will attempt 32-bit build, which will fail if you do not have a
multilib system." &&
+ config_query_option WINE64 'Build a 64-bit Wine?' n '--enable-win64' ''
+ ;;
+(x86_64:*)
+ message "Starting with Wine 10.9, WoW64 is enabled by default in 64-bit
builds, thus it" &&
+ message "can run 32-bit applications too." &&
+ config_query_option WINE64 'Build a 64-bit Wine?' y '--enable-win64' ''
+ ;;
+esac &&

# Remove on 2015-02-03
persistent_remove WINE_SC2_LOGIN
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index cbb7d3e..cc860b2 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -4,8 +4,8 @@
case "$WINE_BRANCH" in
(stable) VERSION=10.0

SOURCE_HASH=sha512:838daf2c4581f83f8573b988036f517d57b84894b090a2a17433255d6d044dfa880e6724cdb83082a36c333df9d2083ab68ae53927622a620edd59f33462ada4;;
-(devel) VERSION=10.17
-
SOURCE_HASH=sha512:e6abd944c5c39f86f57152ff35a0e8f337004feb1a4a449535c40f7a0403d5274f2361b232d341427027006b42486e82855070b0a7c9f74526359e1ba968cd3a;;
+(devel) VERSION=10.18
+
SOURCE_HASH=sha512:a84d2f95f11b1eb6b66f19a82dcc28df31e51c0b0c6b15d612c5543cc4c27556bb94062479042e2bf924e081a8fb6e1d295c21df6c6dc16d4cbcaf7ac82c0d58;;
esac; case "$WINE_BRANCH" in
(scm)
VERSION=$(get_scm_version)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 4ee8fee..cb49ea3 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2025-11-03 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: updated WINE64 description and default
+ * DETAILS: updated WINE_BRANCH=devel to 10.18
+
2025-10-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 10.17



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (faf85d98d705bb0548a041594e18acab77ebfb5b), Ismael Luceno, 11/03/2025

Archive powered by MHonArc 2.6.24.

Top of Page