Follow pdma more closely in drq_intr.
Performing the first few bytes inidiviually has improved reliabiltiy for
SBC_INTR xfers. This follows what is done in pdma_out.
Thus far I've had only 1 error reading from a piscsi emulated cdrom drive,
continuously unpacking sets for at least 5 hrs. I'm now of the impression
that the piscsi cdrom emulation may have problems.
In any case the overall reliablity of drq_intr xfers has dramattically
improved.
flameshot: update to 13.3.0
New in version 13:
Package maintainers can compile out the update checker using -DDISABLE_UPDATE_CHECKER.
The pixelation feature has been replaced with a new "secure" implementation that only uses pixels outside of the area to be redacted.
Pinned images can now be rotated.
A grim based screenshot adapter has been added to work with more wlroots Wayland compositors. Users can enable this in settings.
Users can symmetrically resize (holding Shift) and preserve aspect ratio (using Ctrl) while resizing.
Pinned images can have a transparency effect applied.
A grid can be optionally enabled via the sidebar, and users can have their annotations snap to grid.
SingleApplication dependency has moved to KdSingleApplication to work around a Qt SharedMemory bug.
New dateformat of %d-%m-%Y has been added.
New option to prompt user before exiting has been added to config.
JPEG quality option has been added.
Enable saving HEIF/HEIC when supported by 3rd party plug-ins.
Kde-connect share integration. (needs more testing)
Add Shortcut to Cancel current selection using CtrlBackspace
Pinned images now have window titled flameshot-pin.
Separate tool size for the tools.
[11 lines not shown]
print/zathura: set BUILDLINK_API_DEPENDS.zathura>=2026.02.22
We missed the API and ABI bump at version 0.5.8. The API and ABI versions
are exposed to zathura plugins, so to be safe adjust the API version to
match the latest update to zathura-2026.02.22.
Discussed on tech-pkg.
print/mupdf: update to mupdf-1.27.2
Patches updated:
patches/patch-Makelists:
"Fix compiling with a pre-c++20 compiler" has been addressed
by upstream in a similar way, by testing whether USE_ZXINGCPP
is set.
patches/patch-source_fitz_stext-search.c:
Since we don't use the thirdparty libraries from MuPDF, MuPDF
needs include/mujs/regexp.h from lang/mujs. Please see the
post-install target in lang/mujs/Makefile.
List of changes in MuPDF 1.27
New and updated documentation! Build local HTML and Markdown
[94 lines not shown]
tests/make: remove filemon path from expected debug output
That variable is not essential for the test, and it differs between the
standard configuration and the c90-stdbool configuration from
test-variants.mk.
deskflow: update to 1.26.0
Korean(ko) translation
Option to start in the "locked to computer" state
Option to show the version in the windows title
Clients can now use a list hostnames or ips for the server address
Client options are in a new client configuration dialog
Provide a more accurate suggested IP, Update as network info changes if needed.
Add a simple search to the log
Lookup host name with IP4 or IP6
Replace broken scroll speed with a scroll scaling options
Bugfixes
MaybeSubMake: look for expansion of ${.MAKE}
Only looking for the equivalent of ${.MAKE:T}
and calling it a match if preceded by '/' is too aggressive.
Look for the expansion of ${.MAKE} and if that is a full path also
look for the basename, but in each case, only call it a match if at the
start of the command line or preceded by space.
Note: over enthusiastic setting of OP_SUBMAKE is harmless, though
it can impact meta mode, requiring an explicit .META on some targets.