Skip to content
Snippets Groups Projects
Commit ce330f13 authored by Jose Maldonado aka Yukiteru's avatar Jose Maldonado aka Yukiteru Committed by Robert Clausecker
Browse files

x11-wm/picom: update to v12.5

** New in v12.4

* 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)

** New in v12.5

* Bug fixes

Fix assertion failure when running with some window managers (e.g. qtile) and no window is focused (#1384)

PR:		282708
parent 1e70bc4d
No related branches found
No related tags found
No related merge requests found
PORTNAME= picom
DISTVERSIONPREFIX= v
DISTVERSION= 12.3
DISTVERSION= 12.5
CATEGORIES= x11-wm
MAINTAINER= yukiteruamano@volfread.xyz
......
TIMESTAMP = 1728920779
SHA256 (yshui-picom-v12.3_GH0.tar.gz) = 926142c667c9e5b5205a11b2755fb9ca39c3e696365792d705a45d84e34d7a68
SIZE (yshui-picom-v12.3_GH0.tar.gz) = 673577
TIMESTAMP = 1731525444
SHA256 (yshui-picom-v12.5_GH0.tar.gz) = 627fa5d7c590df3ba8d2c41eb35d3859f7826bd28fa49e92a0e04fb60ed77904
SIZE (yshui-picom-v12.5_GH0.tar.gz) = 674165
......@@ -32,8 +32,8 @@
-else
- add_global_arguments('-DPICOM_FULL_VERSION="v'+meson.project_version()+'"', language: 'c')
-endif
+add_global_arguments('-DPICOM_VERSION="v12.3"', language: 'c')
+add_global_arguments('-DPICOM_FULL_VERSION="v12.3"', language: 'c')
+add_global_arguments('-DPICOM_VERSION="v12.5"', language: 'c')
+add_global_arguments('-DPICOM_FULL_VERSION="v12.5"', language: 'c')
if get_option('buildtype') == 'release'
add_global_arguments('-DNDEBUG', language: 'c')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment