5.15.5 renamed libqtquickcontrols2materialstyleplugin.so to
libqqc2materialstyleplugin.so for compatibility with the Android 5
path length limit. While here, tidy up another entry that was added.
-add -s option to ignore scrolling events (#62)
-Makefile: Use pkg-config
Updated in wip by Paolo Vincenzo Olivo, simplified by leot and restore linking
by myself.
Packaged in wip by Paolo Vincenzo Olivo.
Drawterm is a program that users of non-Plan 9 systems can use to
establish graphical cpu(1) connections with Plan 9 CPU servers. Just as
a real Plan 9 terminal does, drawterm serves its local name space as
well as some devices (the keyboard, mouse, and screen) to a remote CPU
server, which mounts this name space on /mnt/term and starts a shell.
Typically, either explicitly or via the profile, one uses the shell to
start rio(1).
This is a fork of Russ Cox's drawterm to incorporate features from
Plan9front (http://9front.org), most importantly DP9IK authentication
support (see authsrv(6)) and the TLS based rcpu(1) protocol.
Packaged in wip by Paolo Vincenzo Olivo.
xbrightness is a command-line tool for altering the brightness (and optionally
gamma) at software level, through the X server.
1.8.1
This release fixes the --enable-thread-safety-constructor option to the
configure script to work as intended. In the previous release, the changes
for this option may not have been enabled when the option was not specified
or when the --enable option was specified.
While we have enabled it by default, believing that doing so will reduce
the number of bugs users encounter running libX11 clients, in some cases
it may expose bugs in which clients had previously gotten away with calling
libX11 functions while a libX11 lock is already held, and thus now deadlock,
as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .
Alan Coopersmith (2):
configure.ac: Fix --enable-thread-safety-constructor
libX11 1.8.1
1.8
The highlight of this release is that we now try to initialize thread
safety ourselves, rather than hope the application does it. This should
resolve a number of long-standing bugs with the libxcb integration,
since the socket handoff mechanism essentially has to be thread-safe.
But regressions are always possible, so please report any issues
introduced by this release.
Adam Jackson (2):
global: call XInitThreads() from the library's constructor
libX11 1.8
Alan Coopersmith (4):
XkbUpdateKeyTypeVirtualMods: always initialize mask
XKBgeom.h: Remove XKB_IN_SERVER section
XKBgeom.h: Add _Xconst qualifier to char * arguments in functions
XkbOpenDisplay: Add _Xconst qualifier to display name argument
Benno Schulenberg (7):
nls: remove redundant Khmer digraphs, already defined in included file
nls: remove misplaced sequences from Ethiopian and Greek compose files
nls: remove eight pointless self-producing compose sequences
nls: add Multi-key sequences for abovedot, diaeresis, and ogonek
nls: make the Ethiopian compose sequences actually work
lcCT: use the correct index for checking the second byte
docs: add release notes for versions 1.7.3, 1.7.4, and 1.7.5
Turn off default-on wayland option since this needs
a newer wayland version than is currently in pkgsrc.
Overview of Changes in GTK+ 3.24.34, 05-18-2022
===============================================
* Include legacy hicolor icons
* Fix the build with gcc 12
* MacOS:
- Restore QUARTZ_RELOCATION support
* X11:
- Trap errors when getting output properties
* Wayland:
- Ignore empty preedit updates This fixes a problem with
textview scrolling
The upstream change log doesn't note this, but this is a security fix
for CVE-2022-32278.
Change log:
4.16.4
======
- exo-open : Only execute local .desktop files
Also add comment that one should update both together.
Changes:
Austin Shafer (1):
dri3: Update dri3.xml to DRI3 1.3
Matt Turner (1):
xcb-proto 1.15.1
Mike Sharov (1):
Add DOUBLE-BUFFER extension specification.
New hacks, nakagin and chompytower.
Settings dialog shows diagnostics for bad image folders and feeds.
URLs for imageDirectory can now point at archive.org collections.
Sliders for various “Speed” preferences are easier to use.
X11: Settings dialog shows saver description below embedded preview.
X11: Better behavior when zero monitors are attached.
X11: Improvements to inhibiting blanking while videos are playing: No longer necessary to hack GNOME and KDE to get them to not usurp the org.freedesktop.ScreenSaver endpoint.
X11: unicrud displays character names.
Updated webcollage.
-Support And() and Or() in render_criteria/render_anti-criteria. See wiki (#62).
-Support supplying a name for AppName render criteria (#62).
-Support moving notifications depending on "active" monitor. See focus_follows
and associated issue (#60).
-Support loading and using SVGs (#53).
-Fixed a bug where notifications would spawn at the top left of the screen for
a frame or so when parented somewhere else (#71).
-Updated dependencies to resolve some "security vulnerabilities".
-Probably some other misc fixes.
3.1.7
CMake build system improvements (better precompiled headers support).
New wxFileDialog customization API working with IFileDialog in wxMSW.
Many updated translations and new wxTRANSLATE_IN_CONTEXT().
Fixes for bad interactions with new macOS 12 features in wxOSX.
Several previously missing attributes added to multiple XRC handlers.
Row reordering by dragging and UI enhancements in wxGrid.
Ability to suppress selected (or all) GTK warning messages in wxGTK.
And many, many bugs fixes, including for the regressions in 3.1.6.
Most importantly, fix up what it passes to the TCL package handling
functions, since as it was the library won't initialize. I can't
remember when this changed in TCL but I've seen the same issue
before... years ago. This library has likely been inoperable all that
time.
Patch up a whole bunch of build warnings, some significant.
However, it probably still doesn't work and in addition to a lot more
routine build issues it needs attention from someone who knows more
tcl than me.
Bump PKGREVISION (to 13). I'm not going to bump the handful of
dependent packages since I don't think I've done anything to change
the interface, plus they're all likely inoperable anyway given how
broken this thing looks.
Prerequisite for checking PR 32807 for currency, since it depends on
blt and blt won't load. But I rather imagine the problem seen at the
time was blt dumping core.
Fix some pkglint.
Changes:
LablTk 8.06.12 with OCamlBrowser
Compatibility release to make OCamlBrowser work with OCaml 4.14 (and only this version)
LablTk 8.06.11 with OCamlBrowser
This is a bug fix release of LablTk and OCamlBrowser.
It also makes OCamlBrowser work on OCaml 4.13 (and only this version).
Disable -warn-error for users, add all-devel target for developers
Add ommitted labels
Update ocamlbrowser for ocaml 4.13
LablTk 8.06.10 with OCamlBrowser
This is a bug fix release of LablTk and OCamlBrowser.
It also makes OCamlBrowser work on OCaml 4.12 (and only this version).
Fix bugs in ocamlbrowser that prevented exploring types in source files
Install camltkwrap.{cmi,cmx} (report by Pascal Raymond)
LablTk 8.06.9 with OCamlBrowser 4.11.0
New release of LablTk and OCamlBrowser
LablTk is compatible with ocaml 4.07 and newer
OCamlBrowser is compatible with ocaml 4.11
Fixes a configuration error with clang 12 (observed on MacOS).
LablTk 8.06.8 with OCamlBrowser 4.10.0
New release of LablTk and OCamlBrowser
LablTk is compatible with ocaml 4.07 and newer
OCamlBrowser is compatible with ocaml 4.10
Fixes a number of bugs in OCamlBrowser, particularly concerning the file selection window.
LablTk 8.06.7
New release fixing compatibility problems for ocaml 4.09.
still compatible with ocaml 4.07
ocamlbrowser compatible with ocaml 4.08 and 4.09
opam packages should be labltk.8.06.7 and ocamlbrowser.4.08.1
LablTk 8.06.6
New release for ocaml 4.08.
compatible with ocaml 4.08.0 (required for ocamlbrowser)
compiles and installs without ocamlbrowser (use make library opt rather than make all opt).
Using opam, two packages are provided: labltk.8.06.6 and ocamlbrowser.4.08.0
libdrm 2.4.111, just a few things built up, and drop libkms.
Alex Deucher (3):
test/amdgpu: only disable deadlock tests on asics without GPU reset
amdgpu: add marketing names from 21.50
amdgpu: add marketing names from 22.10
Andrey Grodzovsky (1):
tests/amdgpu/hotunplu: Enable hotunplug tests.
Daniel Stone (2):
drm/atomic: Stable sort for atomic request de-duplication
libkms: Remove libkms completely
Dave Airlie (1):
build: bump version to 2.4.111
Dylan Baker (9):
meson: use dictionary kwargs
meson: add override_dependency when possible
meson: switch the meson builtin for symbol visiblity
meson: switch to cc.get_supported_arguments
meson: use more standard formatting for better readability
meson: use cc.check_header instead of open coding
meson: use cc.has_function_attribute instead of open coding
meson: use the modern interface for pkg.generate
meson: use summary() instead of message
Eleni Maria Stea (3):
xf86drm.c: fix C99 warning
modeprint, modetest, proptest: cast __u64 to uint64_t
tests/modeprint: fix argument type
Eric Engestrom (1):
use standard `__typeof__()` instead of GNU extension `typeof()`
Flora Cui (2):
tests/amdgpu: add draw test for gfx10
tests/amdgpu: add dispatch test for gfx10
Guchun Chen (2):
tests/amdgpu: Add VCN test support for Biege Goby
tests/amdgpu: use appropriate ring for different asics
Karol Herbst (1):
nouveau: add ioctl wrapper to check for dead channels
Lu Jiacheng (1):
tests/amdgpu: Add test suite CP DMA
Matt Turner (2):
man: Fix some typos
man: Add formatting to drmModeGetConnector reference
Raviteja Goud Talla (1):
intel: sync i915_pciids.h with kernel
Samuel Pitoiset (4):
amdgpu: update_drm.h for new CTX OP to set/get stable pstates
amdgpu: implement new CTX OP to set/get stable pstates
tests/amdgpu: add a test for new CTX OP to get/set stable pstates
build: bump version to 2.4.110
Sathishkumar S (3):
tests/amdgpu: add jpeg tests support
tests/amdgpu: enable jpeg test based on ip query
tests/amdgpu: enable vcn test based on ip query
Simon Ser (1):
releasing: s/master/main/
Tejas Upadhyay (2):
intel: Add support for ADL-N
intel: Add support for RPLP
Thierry Reding (25):
tegra: Indent according to .editorconfig
tegra: Remove unused IOCTL implementations
tegra: Extract common buffer object allocation code
tegra: Fix mmap() of GEM buffer objects
tegra: Add flink helpers
tegra: Add PRIME support helpers
tegra: Make API more consistent
tegra: Install tegra-openclose test
tegra: Update for new UABI
tegra: Include private.h in list of source files
tegra: Add channel APIs
tegra: Add job and push buffer APIs
tegra: Add syncpoint APIs
tests: tegra: Add helper library for tests
tests: tegra: Add gr2d-fill test
tests: tegra: Add syncpt-wait test
tests: tegra: Add syncpoint timeout test
tests: tegra: Add VIC support
tests: tegra: Add VIC 3.0 support
tests: tegra: Add VIC 4.0 support
tests: tegra: Add VIC 4.1 support
tests: tegra: Add VIC 4.2 support
tests: tegra: Add VIC clear test
tests: tegra: Add VIC blit test
tests: tegra: Add VIC flip test
ravitejax (1):
intel: Add support for RPLS platform