The only known consumer of this library was the xorgcfg utility, which
was disabled by default in xorg-server 1.4 (Sep. 2007) and removed in
xorg-server 1.6 (Feb. 2009).
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This hasn't seen any upstream activity since 2017, as users should be
using xinput --set-mode instead.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is the client-side library for the LBX extension, which was removed
from xserver 1.2 (released 2007).
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- use system bubblewrap and xdg-dbus-proxy instead of building subprojects
- fix seccomp PACKAGECONFIG
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Update the recipe to latest git revision to pull in latest fixes.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is a bugfix release that is API and ABI compatible with previous
0.3.x releases.
- Fixes an ALSA resume after suspend error.
- Handle and disable seemingly wrong hires timestamps from ALSA.
- Filter-chain now has loadable plugin modules. The LV2 and sofa plugins are
moved to a separate .so file to make things more modular.
- Rate changes in the graph should now be handled more gracefully by loopback
and filter-chain.
- A regression in the rtp-sap module was fixed where it would in some cases
fail to start.
- A potential crash in the peaks resampler was fixed.
- Many cleanups and other small bug fixes.
- Fix a potential segfault when no fallback driver was set in the config.
- Improve OPUS detection.
- Add ASYNC flag to pw-filter and pw-stream when queue/dequeue is not called
from the process function. This ensure we allocate an extra buffer.
- Discard pending process callbacks when disconnecting. (#3314)
- Cleanups and improvements to the debug environment variable parsing.
- The graph rate was tweaked to better handle very low rates such as those
requested by pavucontrol when it does the signal monitoring.
- An example filter module was added.
- Filter-chain and loopback now disable the resamplers if no rate is specified
and will always follow the graph rate.
- Improve setup of filter-chain. The graph is now created when starting
because this ensure the target graph rate is known.
- Filter-chain can now link notify ports to control ports in the graph.
- Filter-chain now has loadable plugin modules. The LV2 and sofa plugins are
moved to a separate .so file.
- A regression in the rtp-sap module was fixed where it would in some cases
fail to start.
- Module-rt now has options to disable rlimits, portal and rtkit.
- module-raop-discover now has an options to set the latency. (#3247)
- pw-cat now supports overriding all stream properties.
- Disable rate negotiation when the resampler is disabled. We will always
follow the graph rate.
- Set device.icon property for UCM ports as well.
- Improve ALSA recover when using hires timestamps. This fixes some problems
after resume from suspend. (#3315)
- ALSA will now warn and disable hires timestamp when they seem wrong.
They can also be disabled manually with a property.
- V4l2 will now gracefully handle ENOTTY when enumerating frame sizes and
frame rates. (#3325)
- A potential crash in the peaks resampler was fixed. (#3320)
- A client crash in pavucontrol is avoided by always setting a card name.
- The graph rate is now taken correctly when using the FIX flags. (#3317)
- An option was added to ignore the FIX flags of a stream. Also the
documentation for those options was updated. (#3317)
- module-raop-discover now support latency_msec. (#3247)
- Remove an assert and issue a warning/recover instead when a buffer is too
small.
- The device provider does locking when destroying the registry.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
Add support for sending to a specific addr and port with ServiceInfo.async_request and ServiceInfo.request
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
Made issue template have less whitespace
Docs link of env var subs section to set_env
Removed duplicate text in bug report template
Ensure get_requires* hook is called before prepare_metadata*
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
Experimental Features
-----------------------
Support JSON.MERGE command (#2761)
Support JSON.MSET command (#2766)
New Features
-------------
Extract abstract async connection class (#2734)
Add support for WAITAOF (#2760)
Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors (#2778)
Add WITHSCORE argument to ZRANK (#2758)
Add support for sharded pubsub in sync client (#2762)
Bug Fixes
-----------
Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771)
Fix Key Error in parse_xinfo_stream (#2788)
Remove unnecessary __del__ handlers (#2755)
Added support for missing argument to SentinelManagedConnection.read_response() (#2756)
Fixed resp3 dict parse response (#2757)
Maintenance
-------------
Fix type hint for retry_on_error in async cluster (#2804)
Clean up documents and fix some redirects (#2801)
Add unit tests for the connect method of all Redis connection classes (#2631)
Docstring formatting fix (#2796)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
Fixed deallocating mask images #7246
Added ImageFont.MAX_STRING_LENGTH #7244
Fix Windows build with pyproject.toml #7230
Do not close provided file handles with libtiff #7199
Convert to HSV if mode is HSV in getcolor() #7226
Added alpha_only argument to getbbox() #7123
Prioritise speed in _repr_png_ #7242
Do not use CFFI access by default on PyPy #7236
Limit size even if one dimension is zero in decompression bomb check #7235
Use --config-settings instead of deprecated --global-option #7171
Better C integer definitions #6645
Fixed finding dependencies on Cygwin #7175
Changed grabclipboard() to use PNG instead of JPG compression on macOS #7219
Added in_place argument to ImageOps.exif_transpose() #7092
Fixed calling putpalette() on L and LA images before load() #7187
Fixed saving TIFF multiframe images with LONG8 tag types #7078
Fixed combining single duration across duplicate APNG frames #7146
Remove temporary file when error is raised #7148
Do not use temporary file when grabbing clipboard on Linux #7200
If the clipboard fails to open on Windows, wait and try again #7141
Fixed saving multiple 1 mode frames to GIF #7181
Replaced absolute PIL import with relative import #7173
Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 #7192
Improved wl-paste mimetype handling in ImageGrab #7094
Added _repr_jpeg_() for IPython display_jpeg #7135
Use "/sbin/ldconfig" if ldconfig is not found #7068
Prefer screenshots using XCB over gnome-screenshot #7143
Fixed joined corners for ImageDraw rounded_rectangle() odd dimensions #7151
Support reading signed 8-bit TIFF images #7111
Added width argument to ImageDraw regular_polygon #7132
Support I mode for ImageFilter.BuiltinFilter #7108
Raise error from stderr of Linux ImageGrab.grabclipboard() command #7112
Added unpacker from I;16B to I;16 #7125
Support float font sizes #7107
Use later value for duplicate xref entries in PdfParser #7102
Load before getting size in __getstate__ #7105
Fixed type handling for include and lib directories #7069
Remove deprecations for Pillow 10.0.0 #7059, #7080
Drop support for soon-EOL Python 3.7 #7058
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
-Fix compatibility with python 3.7 by vendor loky 3.4.1 which is compatible
with this version. #1472
-Ensure native byte order for memmap arrays in joblib.load. #1353
-Add ability to change default Parallel backend in tests by setting the
JOBLIB_TESTS_DEFAULT_PARALLEL_BACKEND environment variable. #1356
-Fix temporary folder creation in joblib.Parallel on Linux subsystems on
Windows which do have /dev/shm but don't have the os.statvfs function #1353
-Drop runtime dependency on distutils. distutils is going away in Python 3.12
and is deprecated from Python 3.10 onwards.
-A warning is raised when a pickling error occurs during caching operations.
-Avoid (module, name) collisions when caching nested functions.
-Add cache_validation_callback in :meth:'joblib.Memory.cache', to allow custom
cache invalidation based on the metadata of the function call. #1149
-Add a return_as parameter for Parallel, that enables consuming results
asynchronously. #1393, #1458
-Improve the behavior of joblib for n_jobs=1, with simplified tracebacks and
more efficient running time. #1393
-Add the parallel_config context manager to allow for more fine-grained control
over the backend configuration.
-Add items_limit and age_limit in :meth:'joblib.Memory.reduce_size' to make it
easy to limit the number of items and remove items that have not been accessed
for a long time in the cache. #1200
-Deprecate bytes_limit in Memory as this is not automatically enforced, the
limit can be directly passed to :meth:'joblib.Memory.reduce_size' which needs
to be called to actually enforce the limit. #1447
-Vendor loky 3.4.0 which includes various fixes. #1422
-Various updates to the documentation and to benchmarking tools.
-Move project metadata to pyproject.toml. #1382, #1433
-Add more tests to improve python nogil support. #1394, #1395
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
makefile-add-ldflags.patch
refreshed for 2.0.3
Changelog:
===========
-Added pkg-config file.
-Changed enforce=users to support "chpasswd" PAM service in addition to
traditionally supported "passwd".
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
===========
* Support comm names with spaces.
* Also dump write-only memory segments.
* Abort memory read if the crashed program is killed while the
minicoredumper is actively reading memory. This fixes a possible
endless loop in said scenario.
* Known problems:
- If tar is active, core files larger than 8GB will be
truncated. If it is known that the core files will be >8GB and
the full core file is needed, tar must be disabled.
- If tar is active, core files larger than 8GB will be
truncated. If it is known that the core files will be >8GB and
the full core file is needed, tar must be disabled.
- If tar is active, core files larger than 8GB will be
truncated. If it is known that the core files will be >8GB and
the full core file is needed, tar must be disabled.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
===========
* Don't forget L3i when defining filters for multiple levels of caches
with hwloc_topology_set_cache/icache_types_filter().
* Fix object total_memory after hwloc_topology_insert_group_object().
* Fix the (non-yet) exporting in synthetic description for complex memory
hierarchies with memory-side caches, etc.
* Fix some default size attributes when building synthetic topologies.
* Fix size units in hwloc-annotate.
* Improve bitmap reallocation error management in many functions.
* Documentation improvements:
+ Better document return values of functions.
+ Add "Error reporting" section (in hwloc.h and in the doxygen doc).
+ Add FAQ entry "What may I disable to make hwloc faster?"
+ Improve FAQ entries "Why is lstopo slow?" and
"I only need ..., why should I use hwloc?"
+ Clarify how to deal with cpukinds in hwloc-calc and hwloc-bind
manpages.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bug fixes
=========
* core: force key "return" to command "/input return" when migrating
legacy keys
* core: display actual key name and command with key kbd:[Alt+k],
remove key kbd:[Alt+K] (grab raw key) and associated commands
'/input grab_raw_key' and '/input grab_raw_key_command'
* core: check for newline characters in string_is_whitespace_char
* api: do not convert option name to lower case in API functions
config_set_plugin and config_set_desc_plugin
* guile: fix crash on quit with Guile < 3 (issue #1965)
* irc: reply to a CTCP request sent to self nick (issue #1966)
* irc: sent "QUIT" message to servers connected with TLS on '/upgrade'
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
* trash: Run blocking methods on a thread to avoid hangs
* smbbrowse: Fix empty device listing after unrelated mount failure
* udisks: Fix missing unmount notifications
* trash: Fix nfs4 and cifs monitoring
* smb: Allow renaming a file to the same name with a different case
* mtp: Add support for incremental enumeration
* mtp: Emit delete event on device disconnection
* trash: Fix wrongly reported item-count
* Some other fixes and improvements
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
=============
New simpler API for connecting pads, gegl_node_connect which can be used instead
of either gegl_node_connect_from or gegl_node_connect_to by autosensing the
neccesary direction of the connection.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
License-Update: Copyright year updated to 2023.
Changelog:
==========
Python API changes
------------------
-D3D12Sampler.borderColor has been split into D3D12Sampler.borderColorType and
D3D12Sampler.borderColorValue, and similarly for VKSampler.borderColor into
VKSampler.borderColorType and VKSampler.borderColorValue, to allow for integer
border colour types.
-D3D12RasterizerState.multisampleEnable and D3D12RasterizerState.lineRasterMode
have been removed and replaced with D3D12RasterizerState.lineRasterMode of type
LineRaster.
Features/Improvements
--------------------
D3D12: Add support for new SDK 1.610.1:
New state functionality
New sampler creation parameters and PSO chunks
New barrier API
All: Show explicit dropdown arrow for tool buttons with menus.
All: Report Windows 11 separately in analytics.
Vulkan & D3D12: Optimisations to capture time overhead and GPU Syncs.
D3D11: Disable query for undocumented internal D3D interface in composition API.
Bugfixes
----------
All: Fix potential crash when reading large amounts of data from sockets.
All: Fix potential crash when serialising strings if length is corrupted.
All: Fix potential crashes/fatal errors rendering 0x0 thumbnails.
All: Remove fatal errors in XML codec and have error handling for corrupted XML.
All: Sanitise strings printed when received from target control/remote server.
All: Save any capture changes (renames/bookmarks) to local file when remotely replaying.
UI: Fix potential race when destroying windows while command is in flight
Linux: Don't open symlinks when opening logfile.
Linux: Try to handle processes on linux that fork without exec.
Linux: Work around bash overriding getenv/setenv with custom implementation.
Android: Make timeouts waiting for process to start just depressingly high.
Android: Speculative fix for Android thread race condition.
Windows: Ignore windows.storage.dll which spams a huge number of LoadLibrary calls.
D3D: Fix shader debugging using wrong operand to look up resources in some gather4 opcodes.
D3D11: Fix handling of RestoreDeferredContextState during capture if state isn't restored.
D3D12: Add fatal error handling if a map fails during replay.
D3D12: Add GPU syncs between potential moves of work across different queues.
D3D12: Fix a bug with incorrect forward reference detection in DXIL.
D3D12: Fix a discrepancy in DXIL disassembly from dxc.
D3D12: Fix crash when D3D12 descriptor table is bound off the end of a heap.
D3D12: Handle some unusually formatted DXIL shaders with missing implicit pointer types.
OpenGL: Add workaround for Intel bug in pixel history.
OpenGL: Don't show stencil for non-final fragments.
OpenGL: Fix pixel history being affected by pixel pack/unpack state.
OpenGL: Fix pixel history not using full precision depth.
OpenGL: Fix pixel history on framebuffers that don't have stencil.
OpenGL: Fix reporting of 10:10:10:2 resource formats.
OpenGL: Fix some GL pixel history cases where not all events would be replayed correctly.
OpenGL: Fix state tracking issues in GL pixel history.
OpenGL: Handle drawbuffers when they aren't simple direct 1:1 with attachments
OpenGL: Work around nvidia bug with failing GLX query.
GLES: Fix requiring some proper GL GLSL extensions on GLES for blit shader.
GLES: Fix use of proper GL function that's not available on GLES.
GLES: Remove reset notification EGL context attribute preventing context sharing.
Vulkan: Add fallback for shader feedback on Intel GPUs without int64 support.
Vulkan: Disable buggy vulkan layers.
Vulkan: Don't include discard in resource usage until end of renderpass.
Vulkan: Fix a bug causing present fence extension to crash.
Vulkan: Fix a missing flush for mapped non-coherent memory.
Vulkan: Fix a potential GPU timeout on draws with huge number of instances with GS.
Vulkan: Fix an incorrect use of GetInstanceProcAddr when initialising vkCreateDevice.
Vulkan: Fix crashes for input structures with builtins.
Vulkan: Fix depth results for fragments in pixel history.
Vulkan: Fix detection of scalar packing from only matrix layout.
Vulkan: Fix pixel history on framebuffers that don't have stencil.
Vulkan: Fix separate stencil operations being applied properly with dynamic rendering.
Vulkan: Fix uint/int bindings being broken in custom shader templates.
Vulkan: Manually check and report depth bounds test in vulkan pixel history.
Vulkan: Work around further broken Intel occlusion queries in pixel history.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
autotools.bbclass already uses --install, so there's no need to pass it
again.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Backport a patch to ensure that stdio.h is included before jpeglib.h.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
configure is a wrapper script around cmake invocations which are
already taken care of by cmake bbclass. e.g. specifying
CMAKE_INSTALL_PREFIX or CMAKE_BUILD_TYPE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
* Add support for ppp 2.5.0.
* Fix nft rules for balance-slb bonding.
* Support port priority for bonding.
* Fix regression handling the PKEY_ID for infiniband profiles
in ifcfg-rh format.
* Fix race in nm-cloud-setup that caused partial configuration
and loss of connectivity with multiple interfaces.
* Don't touch "net.ipv6.conf.$IFACE.forwarding" unless explicitly
required for IPv6 sharing.
* Various bugfixes related to team, Wi-Fi P2P, IPv6LL.
* Automatically unblock autoconnect of profiles during reapply.
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>