wlroots: update to 0.19.3
wlroots 0.19.3
Aleksei Bavshin (2):
backend/libinput: fix build with libinput 1.31
backend/libinput: add support for LIBINPUT_SWITCH_KEYPAD_SLIDE
Andri Yngvason (1):
image_capture_source/output: Update constraints on enable
Dale Turner (1):
Add "const" to eliminate "error: initialization discards ‘const’ qualifier from pointer target type"
David96 (1):
wlr_virtual_pointer: Set axis source on all axis
John Lindgren (1):
[24 lines not shown]
megacmd: update to 2.5.2
Wed Apr 08 12:00:00 CEST 2026 - linux at mega.co.nz
- Update to version 2.5.2:
* Fix: address potential loop in sync engine with mtime changes within 2 seconds
- Use builtin megasdk-10.8.2
[clang-format] Preserve trailing NOLINTEND placement with SeparateDefinitionBlocks (#190741)
Fixes https://github.com/llvm/llvm-project/issues/189384.
When `SeparateDefinitionBlocks: Always` is enabled, clang-format may
separate a clearly trailing comment block by inserting an empty line
before it.
For example, it may format:
```c++
// NOLINTBEGIN
int x = 1;
int y = 2;
// NOLINTEND
void some_function() {}
```
[23 lines not shown]
[lldb][Utility] Add FileSpecList::Append(const FileSpecList &) API (#191446)
Adds a new API to `FileSpecList` that allows appending another
`FileSpecList`.
This is used in another PR where I didn't want to iterate over the list
and push_back manually.
Assisted-by: Claude
- Used Claude to write the skeleton of the test before manually cleaning
it up.
Finally retire the ancient LINENO hack
The original implementation of the POSIX required LINENO variable
was a hideous hack, which didn't really work. That was replaced
in 2017, but the code for the hack was left present in case it was
needed - with the enabling code #if'd out, but all the rest of the
code unchanged - just impossible to be executed any more.
This removes all of that ancient code (including that which
was #if'd away), /bin/sh will get slightly smaller, and perhaps
unmeasurably faster, there should be no other differences.
multimedia/totem-pl-parser: update to 3.26.7
Update to 3.26.7
3.26.7:
- Fix uninitialized variable error in plparser
- Add itunes genre support for podcast RSS feeds
- Split podcast tests
- Fix deprecation warnings
- Fix return value from cancelled plparser calls
- Fix TotemPlParserMetadata in plparser bindings
- Use gitlab.gnome.org for bug-database in doap
- Use apps.gnome.org for homepage in doap
- Update podcast test for server changes
- Fix guard return type in plparser
- Add release CI elements
- Remove duplicate dependency in CI
- New and updated translations
[9 lines not shown]
filesystems/libgedit-gfls: update to 0.4.1
Update to 0.4.1
News in 0.4.1, 2026-04-10
-------------------------
- Fix a unit test on big-endian architectures.
- Translation updates.
PR: 294441
graphics/eog: update to 49.3
Update to 49.3
Version 49.3
------------
New and updated translations:
- Christian Kirbach [de]
- Марко М. Костић [sr]
New and updated manual translations
- Jürgen Benvenuti [de]
- Марко Костић [sr]
Version 49.2
------------
[79 lines not shown]
labwc: update to 0.9.7
This is a small bug fix release.
* Fixed
- Fix intermittent failed-to-get-texture issue with some clients (e.g. foot)
when using the window-switcher in the thumbnail mode. [#3511] @yuiiio
- Fix tablet tool tilt motion. [#3494] @jp7677
- Handle window-switcher buffer allocation failure when in 'thumbnail' mode.
This is believed to be very unlikely to happen, but has been reported by one
user and is believed to be GPU driver related. [#3490] @Consolatis