Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (b04cb946be2d234e284d71b090ce73dd0248eee9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (b04cb946be2d234e284d71b090ce73dd0248eee9)
  • Date: Thu, 31 Jul 2025 11:41:55 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/xsimd/DEPENDS | 3 ++-
devel/xsimd/HISTORY | 3 +++
disk/limine/DETAILS | 2 +-
disk/limine/HISTORY | 3 +++
xorg-driver/xf86-video-amdgpu/CONFIGURE | 1 +
xorg-driver/xf86-video-amdgpu/DEPENDS | 1 +
xorg-driver/xf86-video-amdgpu/DETAILS | 3 ++-
xorg-driver/xf86-video-amdgpu/HISTORY | 4 ++++
xorg-lib/libinput/DEPENDS | 7 +++++--
xorg-lib/libinput/DETAILS | 4 ++--
xorg-lib/libinput/HISTORY | 4 ++++
11 files changed, 28 insertions(+), 7 deletions(-)

New commits:
commit b04cb946be2d234e284d71b090ce73dd0248eee9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libinput - mtdev now optional

commit 03e631c461352c7f5745dd456aacb02e0ea43ed4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libinput: => 1.29.0

commit 4658cfc48364e800eeb98af4b0a3337316e201f1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xf86-video-amdgpu: => 25.0.0

commit bd942fd826e61e504647c3d884084556b22b910c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xsimd - add optional xtl

commit 20d92b3be2ea789ee81ded85b1d7268346142c51
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

limine: => 9.5.1

diff --git a/devel/xsimd/DEPENDS b/devel/xsimd/DEPENDS
index 6d7d390..b2b09cc 100755
--- a/devel/xsimd/DEPENDS
+++ b/devel/xsimd/DEPENDS
@@ -1 +1,2 @@
-source $GRIMOIRE/CMAKE_DEPENDS
+source $GRIMOIRE/CMAKE_DEPENDS &&
+optional_depends xtl ' -DENABLE_XTL_COMPLEX=1' '-DENABLE_XTL_COMPLEX=0'
'support f xcomplex'
diff --git a/devel/xsimd/HISTORY b/devel/xsimd/HISTORY
index 11da013..af3f15b 100644
--- a/devel/xsimd/HISTORY
+++ b/devel/xsimd/HISTORY
@@ -1,3 +1,6 @@
+2025-07-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional xtl
+
2025-03-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 13.2.0

diff --git a/disk/limine/DETAILS b/disk/limine/DETAILS
index a2e2d91..7e17eed 100755
--- a/disk/limine/DETAILS
+++ b/disk/limine/DETAILS
@@ -1,5 +1,5 @@
SPELL=limine
- VERSION=9.5.0
+ VERSION=9.5.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/limine-bootloader/limine/releases/download/v$VERSION/$SOURCE
diff --git a/disk/limine/HISTORY b/disk/limine/HISTORY
index a90eefd..162a2f6 100644
--- a/disk/limine/HISTORY
+++ b/disk/limine/HISTORY
@@ -1,3 +1,6 @@
+2025-07-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.5.1
+
2025-07-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.5.0
* FINAL: replace 'cat' by 'message'
diff --git a/xorg-driver/xf86-video-amdgpu/CONFIGURE
b/xorg-driver/xf86-video-amdgpu/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-driver/xf86-video-amdgpu/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-driver/xf86-video-amdgpu/DEPENDS
b/xorg-driver/xf86-video-amdgpu/DEPENDS
index 5207bce..94eb9d0 100755
--- a/xorg-driver/xf86-video-amdgpu/DEPENDS
+++ b/xorg-driver/xf86-video-amdgpu/DEPENDS
@@ -1,3 +1,4 @@
+. $GRIMOIRE/MESON_DEPENDS &&
depends xorgproto &&
depends -sub AMD libdrm &&
depends util-macros &&
diff --git a/xorg-driver/xf86-video-amdgpu/DETAILS
b/xorg-driver/xf86-video-amdgpu/DETAILS
index 2d616ee..5ef765e 100755
--- a/xorg-driver/xf86-video-amdgpu/DETAILS
+++ b/xorg-driver/xf86-video-amdgpu/DETAILS
@@ -1,5 +1,6 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xf86-video-amdgpu
- VERSION=23.0.0
+ VERSION=25.0.0
SOURCE=${SPELL}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-driver/xf86-video-amdgpu/HISTORY
b/xorg-driver/xf86-video-amdgpu/HISTORY
index 28ad853..2cf4388 100644
--- a/xorg-driver/xf86-video-amdgpu/HISTORY
+++ b/xorg-driver/xf86-video-amdgpu/HISTORY
@@ -1,3 +1,7 @@
+2025-07-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 25.0.0
+
2023-07-25 Florian Franzmann <bwlf AT bandrate.org>
* BUILD: disable linking with -z,now, -fno-plt

diff --git a/xorg-lib/libinput/DEPENDS b/xorg-lib/libinput/DEPENDS
index 3d3d990..8d4905a 100755
--- a/xorg-lib/libinput/DEPENDS
+++ b/xorg-lib/libinput/DEPENDS
@@ -1,7 +1,6 @@
. "$GRIMOIRE"/VDEPENDS &&
. "$GRIMOIRE"/MESON_DEPENDS &&
depends libevdev &&
-depends mtdev &&
depends DEVICE-MANAGER udev-dir=/lib/udev &&
depends libgudev &&
optional_depends doxygen \
@@ -32,4 +31,8 @@ optional_depends check \
'enable tests' &&
if is_depends_enabled $SPELL check;then
depends valgrind
-fi
+fi &&
+optional_depends mtdev \
+ 'mtdev=true' \
+ 'mtdev=false' \
+ 'support multitouch protocol'
diff --git a/xorg-lib/libinput/DETAILS b/xorg-lib/libinput/DETAILS
index 8d6784f..278768e 100755
--- a/xorg-lib/libinput/DETAILS
+++ b/xorg-lib/libinput/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://gitlab.freedesktop.org/libinput/libinput/-/tags
/tags/([0-9.]+)"
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libinput
- VERSION=1.28.1
-
SOURCE_HASH=sha512:b8c75f64ff9f14bbaa27997e6abd47142d5e8843609dba08813c4dc75ee513b6f1fc13cdff53df953a7417f13b10c172ef99735153cb2e0729423233ed6340ef
+ VERSION=1.29.0
+
SOURCE_HASH=sha512:6a711330b7ea3c539c67608a080711075fcf684a106ef1630d400fceaf872b6d09ec6e839608c3400ef3fa8067bc0cb152f06e258dac9ca34eb13a8ce49b9b97
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL=https://gitlab.freedesktop.org/libinput/libinput/-/archive/$VERSION/$SOURCE
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index 4d1327f..f35f541 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,7 @@
+2025-07-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.29.0
+ * DEPENDS: mtdev now optional
+
2025-04-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.28.1



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (b04cb946be2d234e284d71b090ce73dd0248eee9), Treeve Jelbert, 07/31/2025

Archive powered by MHonArc 2.6.24.

Top of Page