Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libweston-13-0 | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 13.0.0 | Vendor: openSUSE |
Release: bp156.1.5 | Build date: Tue May 14 06:21:29 2024 |
Group: System/Libraries | Build host: s390zl25 |
Size: 462496 | Source RPM: weston-13.0.0-bp156.1.5.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wayland.freedesktop.org/ | |
Summary: The Weston compositor as a shared library |
The libweston library is intended for use by other compositor efforts (projects) that want to more easily utilize Weston's internal functionalities. Weston's own reference compositor also makes use of this.
CC-BY-SA-3.0 AND MIT
* Tue Nov 28 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 13 * Multi-backend support * VNC, Pipewire and RDP backends: GL renderer support * Improved fullscreen handling in kiosk-shell which allows xwayland type of surfaces be fullscreen * Support for overlapping outputs, which allows placing views on planes when they are displayed on multiple outputs * Wed Aug 02 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 12.0.2 * xwm: WM_TRANSIENT_FOR should not point to override-redirect window * Thu May 25 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 12.0.1 * Resolve build failure relating to xkbcommon & wayland pkg-config CFLAGS - Delete build.patch (merged) * Wed May 17 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 12 * backend-drm: multiple GPU support, by using `--additional-devices` to specify secondary DRM devices, in the form of a comma-separated list of devices. * backend-drm: use libdisplay-info as a better alternative for parsing EDID. * protocol: new screenshooter protocol: weston-output-capture. This new protocol is as a Weston public extension. The older weston-screenshooter protocol has been removed. * compositor: added a short-form for loading backends -- this allows the use of `--backend=headless` instead of `--backend=headless-backend.so`. Short-form for shells was also added: pass `--shell=foo`, rather than `--shell=foo-shell.so`. Renderers can be specified the same, by using `--renderer=gl|pixman`. * libweston-desktop DSO has been incorporated into libweston. Linking now with libweston would provide access to the former libweston-desktop library. Users of libweston-desktop would need to adjust their headers to <libweston/desktop.h> rather than using <libweston-desktop/libweston-desktop.h>. The API itself remains the same. - Add build.patch * Fri Mar 24 2023 Bjørn Lie <bjorn.lie@gmail.com> - Drop pkgconfig(cairo-egl) BuildRequires: No longer needed, nor available. * Thu Dec 15 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 11.0.1 * A few potential crash fixes for xwm and ivi-shell have been pre-emptively addressed as well some warnings seen with ivi-shell when closing down weston. * Thu Sep 22 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 11 * Breaking changes: * The cms-static and cms-colord plugins are now deprecated. * A number of features have been removed from desktop-shell: multiple workspaces, zoom, exposay. * wl_shell support has been removed (superseded by xdg-shell). * The fbdev backend has been removed (superseded by KMS). * weston-launch and launcher-direct have been removed (superseded by libseat). * The weston-info and weston-gears clients have been removed (weston-info is superseded by wayland-info). * The KMS max-bpc property is now set by default. If you experience black screens with (faulty) monitors, try lowering it in weston.ini. * Weston will now abort when running out of memory. Weston is not suitable for memory constrained environments. * Tue Aug 09 2022 Dirk Müller <dmueller@suse.com> - update to 10.0.2: This is a bugfix release for 10.0.0. * clients/simple-dmabuf-feedback: do not use buffer before compositor's response * kiosk-shell: Check if app_ids have been set after initial commit * kiosk-shell: Don't occlude shsurf on other outputs * kiosk-shell: Favor out views on same output * libweston: Assert if ref-count balance is wrong * libweston, desktop-shell: Add a wrapper for weston_surface reference * desktop-shell: Create a distinct view for the fade-out close anim * desktop-shell: Rename destroy_layer functions * desktop-shell: Migrate surface_unlink_view * desktop-shell: Check for a valid desktop_surface * desktop-shell: Clarify weston_view destruction at tear down * desktop-shell: Add missing weston_view_destroy() * simple-egl: Add start as maximized * libweston-desktop: Replace buffer with geometry * simple-egl: Remove uneeded check * simple-egl: Defer EGL surface/window creation * simple-egl: Move set_fullscreen/set_maximized before initial commit * gl-renderer: fix performance regression in frag * libweston/compositor: Cache buffer damage for synced subsurfaces * tests: Add test for synced subsurfaces and buffer damage * libweston/compositor: Do not map subsurfaces without buffer * tests: Add test for subsurfaces mapping hierachies * clients/simple-dmabuf-feedback: Support multi-tranche feedbacks * clients/simple-dmabuf-*: Increase buffer limit to four * clients/simple-dmabuf-feedback: Add fallback print method for unknown formats * backend-drm: Add failure reasons for failing gbm_bo_import * clients/simple-dmabuf-feedback: use time instead of redraws * libweston/linux-dmabuf: create surface feedback on demand * Tue Feb 01 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 10 * Add building blocks for color management: color transformations, gamma correct blending, color profiles. These are only internal changes invisible to users for now. * Add feedback to linux-dmabuf-unstable-v1, enabling zero-copy scanout in more situations. * libseat support has been added. It will supersede all launchers in a future release. * All example clients have been converted to xdg-shell. * Weston can now automatically launch a client after startup. * The wl_shell interface, the fbdev backend, and weston-launch are deprecated. * Wed Jan 19 2022 Jan Engelhardt <jengelh@inai.de> - Drop --simple-dmabuf-drm configure option since it has been long obsoleted (and only now did meson start being strict). * Mon Nov 23 2020 Guillaume GARDET <guillaume.gardet@opensuse.org> - Fix name of build dir used in tests * Fri Sep 04 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 9 * A new kiosk shell allows to display regular desktop apps in an always-fullscreen mode. * DRM panel orientation property support. - Drop 0001-tests-test-runner-needs-wayland-client.patch (merged) * Sun Jan 26 2020 Jan Engelhardt <jengelh@inai.de> - Update to new upstream release 8 * DRM hardware planes should be used more effectively * The DRM backend now supports HDCP * Headless backend now supports OpenGL * DRM backend can now be built without GBM * EGL_KHR_partial_update is now used when available, reducing memory bandwidth usage on some GPUs. - Add 0001-tests-test-runner-needs-wayland-client.patch * Sat Aug 24 2019 Jan Engelhardt <jengelh@inai.de> - Update to new upstream release 7 * New internal debug scopes and logging framework * Improved documentation * HDCP support * A new PipeWire plugin * Mon Jul 22 2019 Guillaume GARDET <guillaume.gardet@opensuse.org> - Enable simple-dmabuf-drm=intel option only on x86* since it requires libdrm_intel, only available on x86* * Mon Jun 24 2019 Jan Engelhardt <jengelh@inai.de> - Update to new upstream release 6.0.1 * clients: close unused keymap fd * compositor: Fix invalid view numbering in scene-graph * weston-terminal: Fix weston-terminal crash on mutter * cairo-util: Don't set title string to Pango layout if the title is NULL - Remove 0001-meson-dep-fix-for-compositor.h-needing-xkbcommon.h.patch, 0001-build-add-missing-dep-to-x11-backend.patch. * Thu Mar 28 2019 Jan Engelhardt <jengelh@inai.de> - Update to new upstream release 6 * No changelog was provided - Add 0001-meson-dep-fix-for-compositor.h-needing-xkbcommon.h.patch, 0001-build-add-missing-dep-to-x11-backend.patch. * Sat Aug 25 2018 jengelh@inai.de - Update to new upstream release 5 * The use of hardware planes in atomic mode setting. * Clone mode * A new touchscreen calibrator * Mon Apr 09 2018 jengelh@inai.de - Update to new upstream release 4.0.0 * Weston now supports the input-timestamps protocol, allowing clients to subscribe to high precision timestamp information for input events. * Basic atomic mode setting support has now landed. * xdg-shell-v5 support has been removed. - Drop 0001-build-honor-results-obtained-by-pkg-config-libinput.patch * Tue Feb 27 2018 emil.l.velikov@gmail.com - Remove unneeded dependencies, update existing version checks * Tue Feb 27 2018 emil.l.velikov@gmail.com - Remove no longer present libinput configure toggle * Thu Sep 14 2017 jengelh@inai.de - Rectify license field. * Wed Sep 13 2017 zaitor@opensuse.org - Drop broken conditional pkgconfig(freerdp) BuildRequires, pkgconfig(freerdp2) is available on all supported versions of openSUSE. * Wed Aug 09 2017 jengelh@inai.de - Update to new upstream release 3.0 * Improvement to the integration of drm_fb within the DRM compositor. * Make libdrm a non-optional build-time dependency * Handle multi-head repainting globally rather than per-output, with output routing rearranged a bit to allow slightly faster startup. * libweston's output interface has been refactored a fair bit, including unexporting the symbols weston_compositor_add_output and weston_output_update_matrix. * Tue Feb 21 2017 jengelh@inai.de - Update to new upstream release 2.0 * Support for EGL_KHR_swap_buffers_with_damage. * Backends are ported to the new API for output setup. * Support for DRM_FORMAT_YUV444 buffers in the GL backend. * Better panel positioning support for desktop-shell. * Improved XWayland warning messages. * Wed Sep 21 2016 jengelh@inai.de - Update to new upstream release 1.12.0 * Weston's internal code has been restructured into a new software library, libweston. This is for use by other compositor efforts that want to more easily utilize Weston's internal functionalities. Weston's own compositor is now a user of this library. * Another new library named libweston-desktop provides an additional level of functionality of relevance to compositors implementing a desktop metaphor style of graphical interface. * Both libraries' APIs are subject to change. * Support for the new version 6 of the xdg_shell protocol has been implemented in the Weston compositor. * A pointer locking and confinement API is implemented for Weston using the wp_pointer_constraints protocol, to allow clients to define window regions to confine the pointer to. * Wed Jun 01 2016 jengelh@inai.de - Update to new upstream release 1.11.0 * Fix crash when focused client doesn't have pointer resources. * Fix crash on destruction of clients with two or more surfaces. * Fix wrong background surface size and wrong panel width in hmi-controller. * Fix bad pointer passed to memcpy in drm_output_choose_initial_mode. * IVI: A large number of unnecessary API calls were dropped or simplified. * Add new icons for weston terminal, flower, and editor clients. * Thu Feb 18 2016 jengelh@inai.de - Update to new upstream release 1.10 * add support for a number of recently added Wayland protocols: drag and drop actions, new frame and axis events, and buffer co-ordinates for surface damage. * Touch input support is added. - Update to new upstream relaese 1.9 * Input device hotplug is better polished, so it misbehaves less frequently when adding and removing keyboards and mice. This benefits multi-seat. * weston shell: switched the middle and right mouse bindings, so that the more useful window resize functionality is accessed via the right button, and the less useful rotate-windows functionality is on the middle. * The DRM compositor is now able to handle triple-head graphics cards, and other hardware with more than two output CRTCs per card. Various mode-setting improvements and fixes are also included. * The weston-screensaver client is removed, in favor of just using simpler DPMS. * Wed Jun 03 2015 jengelh@inai.de - Update to new upstream release 1.8.0 * Feature changes include: repaint scheduling, named outputs, output transformations, EGL improvements to gl-renderer, surface-shooting API, source clipping and view scissor in the pixman renderer, and adding Cut/Copy/Paste support to the editor. * There is a new "headless rendering" test framework feature. This allows test cases to run weston synthetically, and instead of drawing to a physical monitor, to draw to an artificial monitor that is just an in-memory bitmap buffer. * Tue Mar 10 2015 mpluskal@suse.com - Update to 1.7.0 * Improve the look of shadows for small (<128 pixel wide or high) clients. This resulted in observable dark lines in menus with fewer than 3 items. * A handful of fixes for xwm/Xwayland oddities, including better handling of popups/tooltips that to be top level, and better sizing of fullscreened X apps to not include the border in their height and width calculations. * An optimization to gl-renderer reduces the geometry needed for representing complex scenes, by utilizing pixman's y-x banded rectangles. * Memory allocation is cleaned up and standardized internally, to better demonstrate best practices in avoiding common leaks and crashes. * Doubleclicking on a window title bar now maximizes it. * Several fixes to glitches found during mode switching or restoring back to native. And refactor the mode switching code into several specialized routines, so further mode switch handling can be done more flexibly. * Fix logind-util to do DRM-device synchronization only on DRM, and to pass the Activate signal immediately for other compositor backends. * Fix a couple problematic tests in the testsuite to skip in situations they're always going to fail. * Fix hang when closing the output if colord plugin is enabled due to an incorrect GMutex value in the mutex lock output notifier handler. * Multiple keyboard and pointer button events are better handled; we only forward the first and less press and release events, and suppress extraneous ones. * Tue Jan 27 2015 jengelh@inai.de - Update to new upstream prerelease 1.6.92 * gl-renderer: compress pixman bands to simplify geometry * compositor-headless: allow rendering with pixman * compositor: Add idle timeout option to weston.ini * protocol: add presentation extension v5 * compositor: add stub implementation of presentation interface * compositor: drop legacy backends in favor of libinput * Thu Jan 22 2015 sor.alexei@meowr.ru - Update to new upstream release 1.6.1 * cairo-util: fix shadows for small clients * clipboard: set fd member of clipboard_source * compositor: add missing newline to help text * compositor: Display option help text only for enabled backends * compositor: Fix tabbing of help output * compositor: Fix typos in help text * compositor: List only available backends in help text * compositor: Propagate errors from module_init * compositor: (Whitespace-only) Indent with tabs * compositor-x11: Fix some shutdown crashes * configure.ac: bump version to 1.6.1 for stable release * configure.ac: Clarify libinput requirement * desktop-shell: don't crash input-panel if no kbd focus * dnd: Fix some mouse cursor issues * input: don't run the key bindings on focus in * input: fix access to invalid resource * input: swallow the key press event when running a compositor key binding * Makefile.am: Link weston_multi_resource against rt library * protocol: Fix some typos in protocol files * releasing: Typo * releasing: update web host name * shell: don't crash on create_common_surface() failure * shell: fix weston_output_mode_switch() usage * smoke: Don't commit an xdg_surface with a NULL buffer * smoke: fix valgrind invalid read errors * text: Don't crash if a seat has no keyboard * text: Fix some typos * text: Fix typo * window: use roundtrip instead of dispatch after get_registry * xwayland: fix fullscreening * xwm: fix a crash in handle_state * zoom: Check the value of level before using it. - Disable libinput backend for now as it requires libinput < 0.8.0.
/usr/lib64/libweston-13.so.0 /usr/lib64/libweston-13.so.0.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024