pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wayland-protocols
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 18 10:53:25 UTC 2025
Modified Files:
pkgsrc/devel/wayland-protocols: Makefile PLIST distinfo
pkgsrc/devel/wayland-protocols/patches:
patch-stable_xdg-shell_xdg-shell.xml
Log Message:
wayland-protocols: update to 1.41.
Fix path in crosscompile section while here.
1.41
This release includes the long awaited color management protocol, which
allows clients to describe their content's colors accurately, and
compositors to display it properly. It also enables, among other things,
compositors and clients to support High Dynamic Range (HDR) content.
1.40
This release includes a new version of the ext-idle-notify protocol, which
allows users of the protocol to track only input device like activity.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/wayland-protocols/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/wayland-protocols/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/wayland-protocols/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/wayland-protocols/Makefile
diff -u pkgsrc/devel/wayland-protocols/Makefile:1.17 pkgsrc/devel/wayland-protocols/Makefile:1.18
--- pkgsrc/devel/wayland-protocols/Makefile:1.17 Sat Jan 25 10:15:23 2025
+++ pkgsrc/devel/wayland-protocols/Makefile Tue Feb 18 10:53:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/01/25 10:15:23 riastradh Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/18 10:53:25 wiz Exp $
-DISTNAME= wayland-protocols-1.39
+DISTNAME= wayland-protocols-1.41
CATEGORIES= devel
MASTER_SITES= https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PKGVERSION_NOREV}/downloads/
EXTRACT_SUFX= .tar.xz
@@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE+= wayland-protocols.p
# under PREFIX while we need it to be under TOOLBASE, so we have to set
# up a meson cross binary with the whole PREFIX-qualified original
# pathname.
-TOOL_DEPENDS+= wayland>=0:../../wayland
+TOOL_DEPENDS+= wayland>=0:../../devel/wayland
MESON_BINARIES+= wayland_scanner
MESON_BINARY_KEY.wayland_scanner= ${PREFIX}/bin/wayland-scanner
MESON_BINARY.wayland_scanner= ${TOOLBASE}/bin/wayland-scanner
Index: pkgsrc/devel/wayland-protocols/PLIST
diff -u pkgsrc/devel/wayland-protocols/PLIST:1.7 pkgsrc/devel/wayland-protocols/PLIST:1.8
--- pkgsrc/devel/wayland-protocols/PLIST:1.7 Thu Dec 26 11:00:52 2024
+++ pkgsrc/devel/wayland-protocols/PLIST Tue Feb 18 10:53:25 2025
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2024/12/26 11:00:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/02/18 10:53:25 wiz Exp $
include/wayland-protocols/alpha-modifier-v1-enum.h
+include/wayland-protocols/color-management-v1-enum.h
include/wayland-protocols/commit-timing-v1-enum.h
include/wayland-protocols/content-type-v1-enum.h
include/wayland-protocols/cursor-shape-v1-enum.h
@@ -58,6 +59,7 @@ share/wayland-protocols/stable/tablet/ta
share/wayland-protocols/stable/viewporter/viewporter.xml
share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
share/wayland-protocols/staging/alpha-modifier/alpha-modifier-v1.xml
+share/wayland-protocols/staging/color-management/color-management-v1.xml
share/wayland-protocols/staging/commit-timing/commit-timing-v1.xml
share/wayland-protocols/staging/content-type/content-type-v1.xml
share/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml
Index: pkgsrc/devel/wayland-protocols/distinfo
diff -u pkgsrc/devel/wayland-protocols/distinfo:1.13 pkgsrc/devel/wayland-protocols/distinfo:1.14
--- pkgsrc/devel/wayland-protocols/distinfo:1.13 Thu Dec 26 11:00:53 2024
+++ pkgsrc/devel/wayland-protocols/distinfo Tue Feb 18 10:53:25 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2024/12/26 11:00:53 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/02/18 10:53:25 wiz Exp $
-BLAKE2s (wayland-protocols-1.39.tar.xz) = 6a11a8a81fb971890579dbb7e919872faf72602ca566f9ceecbc2d00147d4f4d
-SHA512 (wayland-protocols-1.39.tar.xz) = 480a195ec0846400d93160e3d0a7ba12948ed841835ee4661f54b0101ae0027affd9c0f660a73244786fecd70e4f609830489a6b95e00d750cf2379734aacbe0
-Size (wayland-protocols-1.39.tar.xz) = 108844 bytes
-SHA1 (patch-stable_xdg-shell_xdg-shell.xml) = 767110b838fefca2aaa34634d1ea770965defc8a
+BLAKE2s (wayland-protocols-1.41.tar.xz) = 6dc11267998f31bdefe544ee52a094fd7dfed9c369fac7d84791de762979cfa6
+SHA512 (wayland-protocols-1.41.tar.xz) = 6122fe4f20a1a0908abd631ff31302b56018050e5e835c1413d5b40a527980c30859ed9cddf595213f7d5eb1d50baaf6adc312cef9279d60b8a15e447e259863
+Size (wayland-protocols-1.41.tar.xz) = 120224 bytes
+SHA1 (patch-stable_xdg-shell_xdg-shell.xml) = ba6761ca8024f23fdcbb65671002fd0a435cd218
SHA1 (patch-unstable_xdg-output_xdg-output-unstable-v1.xml) = 919a059ecf7cdb424b37a4d7dac6efe55fbf8f6d
Index: pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml
diff -u pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml:1.1 pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml:1.2
--- pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml:1.1 Tue Jan 3 20:43:35 2023
+++ pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml Tue Feb 18 10:53:25 2025
@@ -1,4 +1,6 @@
-$NetBSD: patch-stable_xdg-shell_xdg-shell.xml,v 1.1 2023/01/03 20:43:35 ryoon Exp $
+$NetBSD: patch-stable_xdg-shell_xdg-shell.xml,v 1.2 2025/02/18 10:53:25 wiz Exp $
+
+* Remove 0x97 characters to fix gtk3 under NetBSD/amd64 10.99.2 as of 2022-01-03.
--- stable/xdg-shell/xdg-shell.xml.orig 2022-11-29 13:37:41.000000000 +0000
+++ stable/xdg-shell/xdg-shell.xml
Home |
Main Index |
Thread Index |
Old Index