diff --git a/x11/library/libXcomposite/pspec.xml b/x11/library/libXcomposite/pspec.xml
index 2faa39928f..4b45df1d88 100644
--- a/x11/library/libXcomposite/pspec.xml
+++ b/x11/library/libXcomposite/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org composite library
libXcomposite is the X Composite library. Compositing allows modification of the window system's base elements like window borders, window buttons and window titlebars.
- mirrors://xorg/individual/lib/libXcomposite-0.4.6.tar.xz
+ mirrors://xorg/individual/lib/libXcomposite-0.4.7.tar.xz
xmlto
libX11-devel
@@ -69,6 +69,13 @@
+
+ 2026-01-26
+ 0.4.7
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2022-12-05
0.4.6
diff --git a/x11/library/libXdamage/pspec.xml b/x11/library/libXdamage/pspec.xml
index e7da0c5371..1e0c219c92 100644
--- a/x11/library/libXdamage/pspec.xml
+++ b/x11/library/libXdamage/pspec.xml
@@ -12,8 +12,9 @@
library
X.Org damage library
LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered).
- mirrors://xorg/individual/lib/libXdamage-1.1.6.tar.xz
+ mirrors://xorg/individual/lib/libXdamage-1.1.7.tar.xz
+ xorg-proto
libXfixes-devel
util-macros
@@ -68,6 +69,13 @@
+
+ 2026-01-26
+ 1.1.7
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2022-12-05
1.1.6
diff --git a/x11/library/libXext/pspec.xml b/x11/library/libXext/pspec.xml
index 15b5f9c759..c2d2e51768 100644
--- a/x11/library/libXext/pspec.xml
+++ b/x11/library/libXext/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org Xext library
LibXext provides an X Window System client interface to several extensions to the X protocol.
- mirrors://xorg/individual/lib/libXext-1.3.6.tar.xz
+ mirrors://xorg/individual/lib/libXext-1.3.7.tar.xz
xorg-proto
util-macros
@@ -67,6 +67,13 @@
+
+ 2026-01-26
+ 1.3.7
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-07-30
1.3.6
diff --git a/x11/library/libXinerama/pspec.xml b/x11/library/libXinerama/pspec.xml
index 853bbf59a1..d112df9e5b 100644
--- a/x11/library/libXinerama/pspec.xml
+++ b/x11/library/libXinerama/pspec.xml
@@ -12,8 +12,9 @@
library
X.Org Xinerama library
Xorg Xinerama library. Xinerama is an extension to the X Window System which enables applications and window managers to use two (or more) physical displays as one large virtual display.
- mirrors://xorg/individual/lib/libXinerama-1.1.5.tar.xz
+ mirrors://xorg/individual/lib/libXinerama-1.1.6.tar.xz
+ xorg-proto
libXext-devel
libX11-devel
util-macros
@@ -69,6 +70,13 @@
+
+ 2026-01-26
+ 1.1.6
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-03-26
1.1.5
diff --git a/x11/library/libXmu/actions.py b/x11/library/libXmu/actions.py
index f0eeded1ba..ea68b8c9f9 100644
--- a/x11/library/libXmu/actions.py
+++ b/x11/library/libXmu/actions.py
@@ -5,11 +5,16 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
+
+
+ if get.buildTYPE() == "emul32":
+ shelltools.system("sed -i 's/-Werror=/-Wno-error=/g' configure")
def build():
autotools.make()
diff --git a/x11/library/libXmu/pspec.xml b/x11/library/libXmu/pspec.xml
index 371225b66d..9fec5e56d8 100644
--- a/x11/library/libXmu/pspec.xml
+++ b/x11/library/libXmu/pspec.xml
@@ -12,8 +12,9 @@
library
X.Org Xmu library
libXmu provides a set of miscellaneous utility convenience functions for X libraries to use.
- https://www.x.org/releases/individual/lib/libXmu-1.2.1.tar.xz
+ https://www.x.org/releases/individual/lib/libXmu-1.3.0.tar.xz
+ xorg-proto
util-macros
libXt-devel
libICE-devel
@@ -73,6 +74,13 @@
+
+ 2026-01-26
+ 1.3.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-04-17
1.2.1
diff --git a/x11/library/libXpm/pspec.xml b/x11/library/libXpm/pspec.xml
index 279f7d0918..2b9051a861 100644
--- a/x11/library/libXpm/pspec.xml
+++ b/x11/library/libXpm/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org Xpm library
LibXpm is the X pixmap library.
- mirrors://xorg/individual/lib/libXpm-3.5.17.tar.xz
+ mirrors://xorg/individual/lib/libXpm-3.5.18.tar.xz
gzip
util-macros
@@ -74,6 +74,13 @@
+
+ 2026-01-26
+ 3.5.18
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-04
3.5.17
diff --git a/x11/library/libXrandr/pspec.xml b/x11/library/libXrandr/pspec.xml
index b517ffb6bf..c8876a8ca2 100644
--- a/x11/library/libXrandr/pspec.xml
+++ b/x11/library/libXrandr/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org Xrandr library
Xrandr is a simple library designed to interface the X Resize and Rotate Extension. This allows clients to change the size and rotation of the root window of a screen, along with the ability to reflect the screen about either axis.
- mirrors://xorg/individual/lib/libXrandr-1.5.4.tar.xz
+ mirrors://xorg/individual/lib/libXrandr-1.5.5.tar.xz
libXext-devel
libXrender-devel
@@ -76,6 +76,13 @@
+
+ 2026-01-26
+ 1.5.5
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-05
1.5.4
diff --git a/x11/library/libXvMC/pspec.xml b/x11/library/libXvMC/pspec.xml
index e83ee949b5..72898a1a41 100644
--- a/x11/library/libXvMC/pspec.xml
+++ b/x11/library/libXvMC/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org XvMC library
LibXvMC is the X-Video Motion Compensation Library.
- mirrors://xorg/individual/lib/libXvMC-1.0.14.tar.xz
+ mirrors://xorg/individual/lib/libXvMC-1.0.15.tar.xz
libX11-devel
libXext-devel
@@ -73,6 +73,13 @@
+
+ 2026-01-26
+ 1.0.15
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-02-05
1.0.14
diff --git a/x11/library/libXxf86dga/pspec.xml b/x11/library/libXxf86dga/pspec.xml
index 59e556964c..61ab8af76c 100644
--- a/x11/library/libXxf86dga/pspec.xml
+++ b/x11/library/libXxf86dga/pspec.xml
@@ -12,8 +12,9 @@
library
X.Org Xxf86dga library
LibXxf86dga is the client library for the XFree86-DGA extension.
- mirrors://xorg/individual/lib/libXxf86dga-1.1.5.tar.bz2
+ mirrors://xorg/individual/lib/libXxf86dga-1.1.7.tar.xz
+ xorg-proto
libXext-devel
libX11-devel
util-macros
@@ -65,6 +66,13 @@
+
+ 2026-01-26
+ 1.1.7
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2020-01-10
1.1.5
diff --git a/x11/library/libXxf86vm/pspec.xml b/x11/library/libXxf86vm/pspec.xml
index 158b083ec7..31dff3bd4d 100644
--- a/x11/library/libXxf86vm/pspec.xml
+++ b/x11/library/libXxf86vm/pspec.xml
@@ -12,8 +12,9 @@
library
X.Org Xxf86vm library
LibXxf86vm is the client library for the XFree86-VidMode X extension.
- mirrors://xorg/individual/lib/libXxf86vm-1.1.6.tar.xz
+ mirrors://xorg/individual/lib/libXxf86vm-1.1.7.tar.xz
+ xorg-proto
libXext-devel
libX11-devel
util-macros
@@ -65,6 +66,13 @@
+
+ 2026-01-26
+ 1.1.7
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-14
1.1.6
diff --git a/x11/library/libxkbfile/actions.py b/x11/library/libxkbfile/actions.py
index 692ce34f1b..77cbeb8498 100644
--- a/x11/library/libxkbfile/actions.py
+++ b/x11/library/libxkbfile/actions.py
@@ -5,15 +5,15 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import mesontools
def setup():
- autotools.autoreconf("-vif")
- autotools.configure("--disable-static")
+ mesontools.configure()
def build():
- autotools.make()
+ mesontools.build()
def install():
- autotools.install()
+ mesontools.install()
- pisitools.dodoc("ChangeLog", "COPYING", "README*")
+ pisitools.dodoc("COPYING", "README*")
diff --git a/x11/library/libxkbfile/pspec.xml b/x11/library/libxkbfile/pspec.xml
index 84a3ec8f15..aa46f7a83b 100644
--- a/x11/library/libxkbfile/pspec.xml
+++ b/x11/library/libxkbfile/pspec.xml
@@ -12,8 +12,9 @@
library
X.Org xkbfile library
Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension.
- mirrors://xorg/individual/lib/libxkbfile-1.1.3.tar.xz
+ mirrors://xorg/individual/lib/libxkbfile-1.2.0.tar.xz
+ meson
util-macros
libX11-devel
xorg-proto
@@ -45,6 +46,13 @@
+
+ 2026-01-26
+ 1.2.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-02-05
1.1.3