picom: update to 12.4
authorpin <voidpin@protonmail.com>
Tue, 12 Nov 2024 21:51:57 +0000 (22:51 +0100)
committerpin <voidpin@protonmail.com>
Tue, 12 Nov 2024 21:51:57 +0000 (22:51 +0100)
On current, it's now possible to use the 'glx' backend without
apparent glitches. On earlier versions of NetBSD (including 10)
you will need to add a requirement on GCC 12, as this won't
build with GCC 10.

picom/COMMIT_MSG
picom/Makefile
picom/distinfo

index 72a37e9caf206931cf84552410890ec1d8b29bc1..1b686e37504f22175ade254efd6bcffe5cfa28d7 100644 (file)
@@ -1,4 +1,19 @@
-x11/picom: update to 12.3
+x11/picom: update to 12.4
+
+# 12.4 (2024-Nov-09)
+
+## Improvements
+
+* Better workaround for a NVIDIA qurik, fix high CPU usage when screen is off (#1265)
+* Avoid using xrender convolution in all cases, should improve shadow performance for most users. (#1349)
+
+# Bug fixes
+
+* Fix leak of saved window images.
+
+## Build fixes
+
+* Fix build on arm32 (#1355)
 
 # 12.3 (2024-Oct-14)
 
index 5f43ba141ab632914668181400d6a3a743a7f05b..75e3b0277cd2722070f887c757fc5d357c86246b 100644 (file)
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.11 2024/08/06 13:39:40 nia Exp $
 
-DISTNAME=      picom-12.3
+DISTNAME=      picom-12.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yshui/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
index 4e9be3636c774c033ea974bef1dd04b68449a9d5..1bcd3943a25d4c7af151206a1ddbc0a5069eff92 100644 (file)
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.10 2024/08/06 13:39:40 nia Exp $
 
-BLAKE2s (picom-12.3.tar.gz) = 2be6d072b77fed5c372b05ecbee4dcd9bd03aebf2f52a90c4590e2658d0f69ac
-SHA512 (picom-12.3.tar.gz) = f158a517ad6bb6125dc718286663560d7a2297252ecaccef9f7620a1180d19f1c12e9bf7d0d91dadae458a45bbe94756a00c639395fbb8097f408b530c7066f6
-Size (picom-12.3.tar.gz) = 673577 bytes
+BLAKE2s (picom-12.4.tar.gz) = ffc8bd4f1ef6167dde23df8c4d1d408fff8653f82d36c3cbe7ac30f40879a060
+SHA512 (picom-12.4.tar.gz) = 52f2db6fe550968e25ba89d048960dc04d44ed3ee0663b5faaa8b915813ba0e4c662f2183770e6fb783c25c3d540d07a54bffff9d6705165582844bedc86c633
+Size (picom-12.4.tar.gz) = 674051 bytes