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]
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
mktool: Update to 1.5.6.
## Version 1.5.6 (2026-03-03)
* fetch: Fix IPv6 ftp connections that require EPSV mode.
* fetch: Try all resolved addresses before moving to the next site.
* Improve error handling, warnings, and tests.
* Note that `FETCH_USING=mktool` is no longer required.
py-xml2rfc: updated to 3.32.0
3.32.0
New Features
- Drop support for Python 3.9
Bug Fixes
- Remove duplicate anchors from authors
- text: Avoid word breaks
py-apycula: updated to 0.30
0.30
Bump Yosys version
Add msgspec to Docker image
Fix examples.
Only push Docker image on push to master
Restructure CI: consolidate chipdb, split examples by board
optimize python packer
Replace pickle with msgspec MessagePack serialization
Speed up CI with ccache for yosys/nextpnr builds
Revert CI to upstream nextpnr
Clean up chipdb generation pipeline
Add a primitive comparison tool.
BUGFIX. Restore PLL routing.
girara & zathura: update buildlinking to match current state
gitara had an SO major bump, so at minimum its ABI_DEPENDS needs
bumping. It also no longer requires GTK3, that moved to zathura, so
reflect it there instead.
No revbumps are needed, since all the dependent packages were updated
to new versions anyway. Ride those updates from earlier today.
Update to window-20260302
Teach window(1) how to deal with ANSI terminal escape sequences.
Specifically: escape sequences begining with [ and which contain ? or numeric values.
This allows window(1) to work better with those terminal programs, especially those which use
readline(3) calls, which insist on emitting these extended escape sequences even if those
definitions are not in the termcap or terminfo spec for the terminal in use.
this new support is incomplete in the sense that we don't do anything with the numeric values,
but we do honor the functions of the actions requested as long as they were actions this
program already supported.
Preliminary testing shows a vast improvement with programs like gdb and the interactive python
shells.