summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* iotop: upgrade 1.30 -> 1.31Wang Mingyu2026-01-301-2/+2
| | | | | | | License-Update: Copyright year updated to 1.31 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: upgrade 7.1.2-12 -> 7.1.2-13Wang Mingyu2026-01-301-3/+3
| | | | | | | License-Update: change license url to https://imagemagick.org/license/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 14.0.4 -> 14.1.2Wang Mingyu2026-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: upgrade 2.16 -> 2.18Wang Mingyu2026-01-301-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: upgrade 1.9.4 -> 1.9.5Wang Mingyu2026-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiftool: upgrade 13.45 -> 13.46Wang Mingyu2026-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - Added a new Pentax LensType - Decode some new Canon tags - Renamed a newly added Canon tag - Improved identification of Canon RF lenses in edited images when an extender was used - Changed description of FocalLength35efl to add "35mm Equiv" - Patched -validate option to recognize DNG 1.7.1 tags - Patched to remove maker note error/warning when writing files from some Google phones - Patched to improve warning for corrupted HEIC files downloaded from heic.digital, and added ability to delete this garbage when writing - Fixed minor error when writing some DJI DNG files - API Changes: - Added GeoUserTag option Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20260118.0 -> 6.2.20260125.0Wang Mingyu2026-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bindfs: upgrade 1.18.3 -> 1.18.4Wang Mingyu2026-01-301-1/+1
| | | | | | | | | | Changelog: ========== - Merged build fix for MacFUSE - Populate user and group cache eagerly on startup, if the cache is needed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: Upgrade 17.1.0 -> 17.1.1Leon Anavi2026-01-301-3/+7
| | | | | | | | | | | | | Upgrade to release 17.1.1: - Feed the hobgoblins (delint) - Supply the types, irrespective of platform - Ignore the arg type License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jmespath: Upgrade 1.0.1 -> 1.1.0Leon Anavi2026-01-301-2/+2
| | | | | | | | | | | | | Upgrade to release 1.1.0: - Fix concurrency issue with cache - Added support for Python 3.12-3.14 - Removed support for Python 3.7-3.8 License-Update: Use file LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openl2tp: Fix do_package_qa IssueLiu Yiding2026-01-301-1/+2
| | | | | | | | Fix following issue when using customized kernel without kernel-module-l2tp-ppp enabled. ERROR: openl2tp-1.8-r0 do_package_qa: QA Issue: openl2tp-ptest rdepends on kernel-module-l2tp-ppp, but it isn't a build dependency? [build-deps] Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openhpi: remove snmp-bc from default packageconfigYi Zhao2026-01-301-1/+1
| | | | | | | | Disable snmp_bc plugin build by default as net-snmp no longer supports DES by default. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: update 3.0.6 -> 3.0.8Markus Volk2026-01-306-322/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove cve fixes which are included in this release - remove the fix for bzip2. meson.build was improved so this is not required anymore - inherit bash-completion This releases contains a lot of bugfixes. The below list is not exhaustive. Core: - Font handling improvements: * Font loading on start massively sped up. * As an exception, Skia font family (apparently quite common on macOS) is special-cased because it behaves weirdly and was not working with current font handling. * Various other fixes related to font handling. * We now wait for fonts to be fully loaded before loading any file. - Command Line Interface: * Option -i / --no-interface is not shown anymore on `gimp-console` binary (it can still be used — it does nothing there anyway —, which allows to use the same sets of option with the GUI binary, and also so that existing shell scripts don't break). * Option --show-debug-menu is not hidden anymore for discoverability. * The `gimp-3.0` executable can now run with --no-interface even when no display is available (ex: virtual terminal with no window manager/compositor, containers, etc.). This used to only work with `gimp-console-3.0` executable. - Windows: * output CLI messages to the parent console like Linux and macOS. * Ctrl+C signals are now correctly handled in the attached console. * The attached console supports color too. * Interpreters are run conditionally if running in console. - macOS: default to "quartz" Input Method for emoji keyboard support. - Wayland: wait before we get our first surface before listing input devices to work around a Wayland limitation and GTK bug. - Default "Search" feature in GTK3 is now disabled in the component editor in the Channels dockable. - Several fixes related to Quick Mask handling. - Fixed some cases where config migration from GIMP 2 to GIMP 3 was problematic. - Several buggy undo cases were fixed. - Several fixes related to pass-through group layers. - Export will now be properly triggered even if no drawables are selected (this is not a requirement anymore with GIMP 3 API). - Path import and export respectively from and to SVG improved. - Serialize colors in legacy GimpRGB format into a XCF when the XCF version is older than GIMP 3 for backward compatibility. Tools: - Symmetry: fix initial stroke symmetry when using pixmap brushes. - Move tool: fixed weird position jumps in some cases. Graphical User Interface: - Center buttons in overlay dialogs. - Headerbar's (when titlebar and menubar are merged) button colors now match our theme. - Dialogs' header icon and view will now scale based on custom icon size. - Resize dialog: Canvas Size fill combo set to insensitive if layers won't be resized. - Navigation and Selection editor will now properly match the theme (in particular, in dark mode, they won't show large bright area). - Do not show outlines when hovering the absent "Fx" icon anymore, which was confusing people into making it look like you could click and interact with this empty area. Plug-ins: - Fixes on: OpenRaster export, TIFF import, Map Object, PDF export, Gradient Flare, ANI export, Script-Fu, DDS export, Fractal Explorer, PSP import, ICO import, XWD import, PSD import, WebP export, ICNS import, Gimpressionist, JPEG 2000 import, Busy Dialog. - Scale entries have been replaced by spin scale widgets in a bunch of plug-ins. - Fixed vulnerabilities: ZDI-CAN-28376, ZDI-CAN-28311, ZDI-CAN-28273, ZDI-CAN-28158, ZDI-CAN-28232, ZDI-CAN-28265, ZDI-CAN-28530, ZDI-CAN-28248, PSP issue 15732. - Script-Fu improved to not initialize UI code unnecessarily (and therefore make it unusable on systems without a display). API: - libgimp: * Fixes where made in libgimp metadata object. * Make GExiv2Metadata as parent of GimpMetadata visible to Gobject-Introspection tools (bindings were missing this information). * Fixes made on: gimp_drawable_get_thumbnail(), gimp_drawable_get_sub_thumbnail(), gimp_drawable_filter_new(), gimp_proc_view_new(), gimp_procedure_set_sensitivity_mask(), gimp_procedure_dialog_get_spin_scale(). * Remove thumbnail metadata before writing it on export, to make sure we don't cary on metadata written by other software in thumbnails. - libgimpconfig: * Improve error messaging on config deserialization. * Fix gimp_config_serialize_value() when serializing file objects. * New functions: gimp_config_get_xcf_version() and gimp_config_set_xcf_version(). - libgimpcolor: * gimp_color_is_perceptually_identical() docs clarified. - libgimpbase: * The host config directory is now shown in MSIX. * The host config directory is now shown in flatpak. - libgimpwidgets: * Fixes made on: GimpLabelEntry, gimp_widget_free_native_handle(). - libgimpcolor: * New function: gimp_cairo_surface_get_buffer() * Deprecated function: gimp_cairo_surface_create_buffer() in favor of gimp_cairo_surface_get_buffer(). The function implementation was also changed so that it does not necessarily return a linear-memory backed buffer anymore (it might, but developers should not have any expectation about this). Build: - Third-party binary plug-in support in the Snap backported from the original third-party snap. - Snap package for release is now created and submitted on a release pipeline. - Release URLs added to AppStream metadata. - We do not build GEGL with Matting Levin for Windows builds anymore because of crashes. - Flatpak nightly builds will now show a pseudo-release visible with `flatpak list`, showing proper version information. - Windows installer now has a dark mode. - Update changelog on MS Store (MSIX) releases. - AppImage now ships with full MIDI support. - Make it clearer that GExiv2 0.15.0 and over are incompatible (because of API breakage). - Improve build to ensure that the language list (shown in Preferences) is localized during compilation. This also means that a build machine should be set up for localization at build time when optional language selection is enabled. - We now require the generic C++14 standard, and not the GNU variant anymore. - MSVC support added. - Various tweaks which used to be required to make packages work as relocatable builds were dropped since babl and GEGL now have a relocatable option working also on Linux. - The `man` page of GIMP binaries was updated. - The `gimp-console` binary is now shipped in the Flatpak. - macOS pipeline added in our Gitlab CI. - Make sure that harfbuzz is built with libgraphite2 shaper on macOS. - Generate file associations for macOS automatically. - A Bash completion file was added for `gimp` and `gimp-console` binaries. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glaze: add recipe at 7.0.1Frede Hoey Braendstrup2026-01-301-0/+23
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: Upgrade 2.2.3 -> 3.0.0Leon Anavi2026-01-304-93/+21
| | | | | | | | | | | | | | | Upgrade to release 3.0.0: - Dedicated string data type by default - Consistent copy/view behaviour with Copy-on-Write (CoW) (a.k.a. getting rid of the SettingWithCopyWarning) - New default resolution for datetime-like data - Initial support for the new pd.col syntax License-Update: Update license year to 2026 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: Upgrade 14.2.0 -> 14.3.1Leon Anavi2026-01-301-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 14.3.1: - Fixed characters out of unicode range reporting a cell size if 0 From release 14.3.0: - IPython now respects when a Console instance is passed to pretty.install - Fixed extraneous blank line on non-interactive disabled Progress - Fixed extra padding on first cell in columns - Fixed trailing whitespace removed when soft_wrap=True - Fixed style new-lines when soft_wrap = True and a print style is set Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Add PACKAGECONFIG for aesBenjamin B. Frost2026-01-271-0/+1
| | | | | | | Allows for net-snmp to be build with support for AES-192 and AES-256 Signed-off-by: Benjamin B. Frost <benjamin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgedit-gtksourceview: upgrade 299.2.1 -> 299.4.0Gyorgy Sarvari2026-01-271-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update the SRC_URI. The original upstream Github repos have been deleted. Switched to Gnome servers to fetch the sources from. Changelog: 299.4.0: - Remove the background-pattern (with the grid) feature. - Fix some crashes. - Fix GI annotation warnings. - Translation updates. 299.3.0: Style schemes: - Remove GtkSourceStyleSchemeChooser interface. - Add light-only and dark-only kinds. - Mark classic and tango as light-only kind (so they are unsupported with dark theme variants). Syntax highlighting: - New *.lang file: Nix. For packagers: - Build: add the 'tests' option. Misc: - Documentation updates and improvements. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgedit-amtk: upgrade 5.8.0 -> 5.9.0Gyorgy Sarvari2026-01-271-3/+2
| | | | | | | | | | | | | | | Also, update the SRC_URI - the original github repos have been deleted completely. Fetch it from the Gnome servers instead. Changelog: * Adopt new versioning scheme (this version is a stable one). * Move the project to: https://gitlab.gnome.org/World/gedit/libgedit-amtk * Use GtkImageMenuItem even if deprecated. * Build: add the 'tests' option. * Translation updates. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcc: fix SRC_URIGyorgy Sarvari2026-01-271-1/+1
| | | | | | | The old URL is gone - set a working mirror. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* anthy: fix SRC_URIGyorgy Sarvari2026-01-271-1/+1
| | | | | | | The old URL is gone - switch to a working mirror. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-vlgothic: fix SRC_URIGyorgy Sarvari2026-01-271-1/+1
| | | | | | | The old URL is inoperable since a while - switch to Ubuntu's mirror. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-atm: fix SRC_URIGyorgy Sarvari2026-01-271-1/+1
| | | | | | | The original SRC_URI's certificate has expired - change it to a working URL. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cjose: Add recipe at 0.6.2.4Frede Hoey Braendstrup2026-01-271-0/+14
| | | | | Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: add Python 3.14 supportTrevor Gamblin2026-01-271-3/+10
| | | | | | | | | Refresh a patch to include python-3.14-embed in the configure.ac file, so that libsigrokdecode (and by extension, libsigrok, sigrok-cli, etc.) can build. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-geojson: fix build with python 3.14Trevor Gamblin2026-01-272-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | Backport parts of an upstream PR that enables 3.14 in setup.py. ptests look OK: |============================================================================ |Testsuite summary |# TOTAL: 68 |# PASS: 68 |# SKIP: 0 |# XFAIL: 0 |# FAIL: 0 |# XPASS: 0 |# ERROR: 0 |DURATION: 0 |END: /usr/lib/python3-geojson/ptest |2026-01-23T18:03 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtsm: drop BBCLASSEXTEND = "native nativesdk"Adam Duskett2026-01-271-2/+0
| | | | | | | | | | | | | | | | BBCLASSEXTEND = "native nativesdk" isn't needed and is producing the following warning: ``` WARNING: Nothing PROVIDES 'nativesdk-xkeyboard-config' (but libtsm_4.4.0.bb DEPENDS on or otherwise requires it). Close matches: nativesdk-gnu-config nativesdk-pkgconfig xkeyboard-config ``` Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbids: upgrade 2025.09.15 -> 2025.12.13Jason Schonberg2026-01-271-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.12.4 -> 2.12.5Leon Anavi2026-01-271-1/+1
| | | | | | | | | | | Upgrade to release 2.12.5: - Fix pickle error when using model_construct() on a model with MISSING as a default value - Several updates to the documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reportlab: Upgrade 4.4.5 -> 4.4.9Leon Anavi2026-01-271-1/+1
| | | | | | | | | Upgrade to release 4.4.9: - Remove unwanted debug Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: remove x11 from REQUIRED_DISTRO_FEATURESMarkus Volk2026-01-271-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgtop: fix build without x11Markus Volk2026-01-271-1/+4
| | | | | | | add PACKAGECONFIG for xauth and make it dependent on x11 in DISTRO_FEATURES Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: remove des from default packageconfigYi Zhao2026-01-271-1/+1
| | | | | | | | The DES algorithm is considered weak and outdated. Remove des from default PACKAGECONFIG to disable it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: remove des from default packageconfigYi Zhao2026-01-271-1/+1
| | | | | | | | The DES algorithm is considered weak and outdated. Remove des from default PACKAGECONFIG to disable it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onboard: add recipeYi Zhao2026-01-273-0/+137
| | | | | | | | | | | Onboard is an onscreen keyboard useful for everybody that cannot use a hardware keyboard; for example Tablet-PC users or mobility impaired users. It has been designed with simplicity in mind and can be used right away without the need of any configuration, as it can read the keyboard layout from the X server. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pahole: upgrade 1.29 -> 1.31Wang Mingyu2026-01-272-57/+3
| | | | | | | | 0001-btf_encoder-Fix-elf_functions-cleanup-on-error.patch revemoed since it's included in 1.31 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 208 -> 210Wang Mingyu2026-01-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unicode-ucd: adjust to correct checksum values.Tom Geelen2026-01-271-2/+2
| | | | | | | The checksums are wrong and thus this fails to build. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-128: update 128.5.2 -> 128.14.0Markus Volk2026-01-272-16/+86
| | | | | | | - add a patch to fix build with python 3.14 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: fix build without x11 in DISTRO_FEATURESMarkus Volk2026-01-272-1/+32
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: fix build without x11Markus Volk2026-01-241-3/+3
| | | | | | xwayland requires x11, build only if x11 is in DISTRO_FEATURES Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: remove x11 from REQUIRED_DISTRO_FEATURESMarkus Volk2026-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: remove x11 from REQUIRED_DISTRO_FEATURESMarkus Volk2026-01-241-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libde265: dont select sld2 support by defaultMarkus Volk2026-01-221-1/+1
| | | | | | libsdl2 requires x11 and should not be selected by default anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: add x11 to REQUIRED_DISTRO_FEATURESMarkus Volk2026-01-221-1/+1
| | | | | | x11 is required Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcanberra: fix build without x11Markus Volk2026-01-221-1/+2
| | | | | | | gtk3-module and xwayland require x11 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 48.5 -> 48.7Markus Volk2026-01-221-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 48.7 ==== * Still constrain fullscreen wayland windows with size limits [Jonas Å.; !4587] * Fixed crashes [Jonas, Marco; !4643, !4705] Contributors: Marco Trevisan, Jonas Ådahl 48.6 ==== * Fix DND actions not working reliably in some X11 clients [Jonas; #4288] * Fix presentation timings with commit-timing-v1 [Mario; !4645] * Fixed crashes [Sebastian, Milan; !4682, !4592] * Misc. bug fixes and cleanups [Carlos, Raihan; !4697, !4688] Contributors: Raihan Ahamed, Milan Crha, Carlos Garnacho, Sebastian Keller, Mario Kleiner, Jonas Ådahl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minicoredumper: Add HOMEPAGE variableWeisser, Pascal2026-01-221-0/+1
| | | | | | | Add HOMEPAGE variable to minicoredumper recipe. Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: add ptest supportGyorgy Sarvari2026-01-223-1/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | The test suite takes about 50s to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2026-01-22T12:58 BEGIN: /usr/lib/freerdp/ptest PASS: TestClient TestClientRdpFile PASS: TestClient TestClientChannels PASS: TestClient TestClientCmdLine [...many lines...] PASS: TestWtsApi TestWtsApiSessionNotification PASS: TestWtsApi TestWtsApiShutdownSystem PASS: TestWtsApi TestWtsApiWaitSystemEvent DURATION: 48 END: /usr/lib/freerdp/ptest 2026-01-22T12:59 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 1.4.9 -> 1.4.10Markus Volk2026-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 1.4.10 (2026-01-16) This is a small bugfix release that is API and ABI compatible with previous 1.x releases. Highlights - Fix a regression in restoring volumes on nodes. - Clean up timed out stream on pulse-server. - Backport filter-graph channel support. - More small fixes and improvements. PipeWire - Backport the timer queue from 1.5. modules - Fix module leak in module-eq. (#5045) - Fix profiling of multiple drivers when profile.interval.ms is set. (#5061) - Allow both sink and source pulse tunnels with the same name. (#5079) SPA - Emit props events in all cases. (#4610) - Backport some filter-graph changes to make it adapt better to the number of channels of the stream. - Fix some port errors in filter-graph. (#4700) - Avoid a memcpy in the convolver. - Handle some DBus errors better instead of crashing. - Fix AVX2 functions and flags. (#5072) - Limit resampler phases to avoid crashes (#5073) - Support some more channel downmix positions. pulse-server - Clean up timed out streams. (#4901) - Add message to force mono mixdown. GStreamer - Avoid scaling overflow in the clock. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>