pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXpresent
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 21 15:28:10 UTC 2025
Modified Files:
pkgsrc/x11/libXpresent: Makefile PLIST distinfo
Log Message:
libXpresent: update to 1.0.2.
This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
https://gitlab.freedesktop.org/xorg/lib/libxpresent/-/issues
as we plan on removing the autoconf build support in a future release.
Alan Coopersmith (5):
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
XPresentWireToCookie: avoid writing to NULL pointer if malloc() fails
meson: Add option to build with meson
Improve man page formatting
libXpresent 1.0.2
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXpresent/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libXpresent/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libXpresent/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libXpresent/Makefile
diff -u pkgsrc/x11/libXpresent/Makefile:1.6 pkgsrc/x11/libXpresent/Makefile:1.7
--- pkgsrc/x11/libXpresent/Makefile:1.6 Mon Oct 17 22:31:00 2022
+++ pkgsrc/x11/libXpresent/Makefile Sun Sep 21 15:28:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/10/17 22:31:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/09/21 15:28:10 wiz Exp $
-DISTNAME= libXpresent-1.0.1
+DISTNAME= libXpresent-1.0.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
@@ -9,12 +9,12 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Xlib-compatible API for the Present extension
-USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xpresent.pc.in
-GNU_CONFIGURE= yes
X11_LIB_NAME?= libXpresent
+
+.include "../../devel/meson/build.mk"
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
Index: pkgsrc/x11/libXpresent/PLIST
diff -u pkgsrc/x11/libXpresent/PLIST:1.2 pkgsrc/x11/libXpresent/PLIST:1.3
--- pkgsrc/x11/libXpresent/PLIST:1.2 Mon Oct 17 22:31:00 2022
+++ pkgsrc/x11/libXpresent/PLIST Sun Sep 21 15:28:10 2025
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2022/10/17 22:31:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/21 15:28:10 wiz Exp $
include/X11/extensions/Xpresent.h
-lib/libXpresent.la
+lib/libXpresent.so
+lib/libXpresent.so.1
+lib/libXpresent.so.1.0.0
lib/pkgconfig/xpresent.pc
man/man3/XPresentFreeInput.3
man/man3/XPresentNotifyMSC.3
Index: pkgsrc/x11/libXpresent/distinfo
diff -u pkgsrc/x11/libXpresent/distinfo:1.5 pkgsrc/x11/libXpresent/distinfo:1.6
--- pkgsrc/x11/libXpresent/distinfo:1.5 Mon Oct 17 22:31:00 2022
+++ pkgsrc/x11/libXpresent/distinfo Sun Sep 21 15:28:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/10/17 22:31:00 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/09/21 15:28:10 wiz Exp $
-BLAKE2s (libXpresent-1.0.1.tar.xz) = b71af9f797f303ddab4307bb63e2a4bda43511bf5e6fb683019677241b35722f
-SHA512 (libXpresent-1.0.1.tar.xz) = a4551f49a68f4487eb70dc5b50b7f745fbc8b6842cfa60422afe3834af41c504a37bcfddb4e7e9ee084b250df256034290776c8eb7d8838e392eb626fff55d25
-Size (libXpresent-1.0.1.tar.xz) = 257136 bytes
+BLAKE2s (libXpresent-1.0.2.tar.xz) = f679f322273a30539ac5fcedbba8d6494814c57608002ff8bea00c948ea74a0b
+SHA512 (libXpresent-1.0.2.tar.xz) = 7e12c386e5d1404db359f8004a141223b4c08a138a5589d087537ca667e9dd5cdc190f170a5fa991c1f8dd022896bb07bff540e262a0d30d542a3faea06d8c93
+Size (libXpresent-1.0.2.tar.xz) = 265560 bytes
Home |
Main Index |
Thread Index |
Old Index