pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/sway
Module Name: pkgsrc
Committed By: kikadf
Date: Mon Jul 20 17:33:35 UTC 2026
Modified Files:
pkgsrc/wayland/sway: Makefile distinfo
Log Message:
sway: update to 1.12
Sway 1.12 contains 138 changes from 50 contributors.
This release depends on wlroots 0.20.0. See the wlroots release notes.
New features
- Add support for capturing individual windows.
- Add support for HDR10 when running with the Vulkan renderer.
- Add support for new protocols: color-management-v1, color-representation-v1, xdg-toplevel-tag-v1,
ext-workspace-v1, wl_fixes.
- Add a new --device-primaries to output color_profile to use color primaries advertised in EDID.
- Add support for keypad slide switches.
Changes
- The default configuration file now ships key bindings for playerctl.
- Sway no longer refuses to start on unsupported GPUs (e.g. NVIDIA proprietary drivers).
Instead, it displays an informational message. The message can be disabled via
the --unsupported-gpu CLI flag or via the SWAY_UNSUPPORTED_GPU environment variable.
Sway's policy hasn't changed: only the consequences when starting Sway have.
- Display managers are now officially supported for Sway startup. Historically they were
marked as unsupported (ie, issues involving login managers were rejected) due to login
manager bugs, but we haven't seen such bugs in a while and never got around to
re-evaluating our official policy until this release.
- The srgb output color profile now applies the piece-wise sRGB transfer function rather
than gamma 2.2. Use gamma22 for gamma 2.2. The effective default remains unchanged (gamma 2.2).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/sway/Makefile \
pkgsrc/wayland/sway/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wayland/sway/Makefile
diff -u pkgsrc/wayland/sway/Makefile:1.1 pkgsrc/wayland/sway/Makefile:1.2
--- pkgsrc/wayland/sway/Makefile:1.1 Tue Apr 14 11:32:14 2026
+++ pkgsrc/wayland/sway/Makefile Mon Jul 20 17:33:35 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2026/04/14 11:32:14 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/07/20 17:33:35 kikadf Exp $
-DISTNAME= sway-1.11
+DISTNAME= sway-1.12
CATEGORIES= wayland
MASTER_SITES= ${MASTER_SITE_GITHUB:=swaywm/}
-MAINTAINER= dan%alt.md@localhost
+MAINTAINER= kikadf%NetBSD.org@localhost
HOMEPAGE= https://swaywm.org/
COMMENT= Tilling, i3-compatible Wayland compositor
LICENSE= mit
Index: pkgsrc/wayland/sway/distinfo
diff -u pkgsrc/wayland/sway/distinfo:1.1 pkgsrc/wayland/sway/distinfo:1.2
--- pkgsrc/wayland/sway/distinfo:1.1 Tue Apr 14 11:32:14 2026
+++ pkgsrc/wayland/sway/distinfo Mon Jul 20 17:33:35 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2026/04/14 11:32:14 kikadf Exp $
+$NetBSD: distinfo,v 1.2 2026/07/20 17:33:35 kikadf Exp $
-BLAKE2s (sway-1.11.tar.gz) = 08578ebdaaafd31f89219294389dcad8e918b80181444b47f927a09e1132c737
-SHA512 (sway-1.11.tar.gz) = 7366b494308b8773e6051a67286e7abe422bb390f58def8df143d6334b949ef4c5df7e8086332053ff57ec65518f5b04f11a2c31bb57a31dd234eda82457aed5
-Size (sway-1.11.tar.gz) = 5583731 bytes
+BLAKE2s (sway-1.12.tar.gz) = 9d5401d642e6a186f0f9baf76f692d946baa2965fd0e2b3b6cdcf304d466b08e
+SHA512 (sway-1.12.tar.gz) = 797a99ce108df21ada805f1169260a7a75051449af533d7659ecd63954e80ffe76afe7b406bf71db2f6edf6cca467ea083f03c9e6fba396ef317b5f7a9c48663
+Size (sway-1.12.tar.gz) = 5590239 bytes
SHA1 (patch-common_stringop.c) = 1d89d81d0e665dec83b312e4d47645923dedbea3
SHA1 (patch-common_util.c) = 6092b87d425096740409e00b0d9dac3bc5dae8f7
SHA1 (patch-meson.build) = 40b74709af65b55b4f3e93a5fa45b783f88b6463
Home |
Main Index |
Thread Index |
Old Index