KDE Gear 23.08.2
Thursday, 12 October 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* kdeconnect: Avoid adding duplicate devices to Dolphin's side panel
(Commit, fixes bug #461872)
* merkuro: Fix shifting of date by one day/month (Commit, fixes bug
#473866)
* kdenlive: Fix multiple audio streams broken by MLT's new astream
property (Commit, fixes bug #474895)
Full changelog: https://kde.org/announcements/changelogs/gear/23.08.2/
1. Removes libbz2.so from LIB_DEPENDS
I initially thought this was necessary, but saw a warning that it
probably was not necessary. It looks like no other ports had a similar
LIB_DEPENDS, and the lib in question is in /usr/lib (should be in base).
2. Cleans up LZ4 CMake options
In the original submission for this port (ports/269616), a committer noted
that the CMake LZ4 options could be simplified, so I have applied the
suggestions in this patch.
PR: 274117
Thursday, 14 September 2023. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal
Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
- it's not quite clear, whether an engine is still required.
Qt5Webkit will be removed at the end of the year.
See: commit e8e65e7574
www/qt5-webkit: mark for deletion
Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
of QtWebKit was carried out by a separate person.
Unfortunately, no release or updates have been pushed in the recent
years.
Note: there is a fork [1] of the used fork [2], that might be viable for people that
really still need to rely on Qt5Webkit.
[1] https://github.com/movableink/webkit/
[2] https://github.com/qtwebkit/qtwebkit
Thursday, 24 August 2023
We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.
Read on to find out what's new in KDE Gear 23.08
https://kde.org/announcements/gear/23.08.0
Osmium Tool is a multipurpose command line tool for working with OpenStreetMap
data based on the Osmium library.
With the Osmium Tool you can:
* Get information about an OSM file
* Show the differences between OSM files
* Convert OSM files from one format into another (supports XML, PBF, and more)
* Merge and apply change files to an OSM file (with or without history)
* Create OSM change files from OSM data files
* Extract data from OSM history files for a given point in time or a time range
* Sort OSM files
* Create geographical extracts from OSM files
* Filter OSM files by tags
* Filter changesets by many different criteria
* And much more...
WWW: https://osmcode.org/osmium-tool/
PR: 244012
* Remove trailing slash in WWW
* Use a hardcoded string instead of ${PORTNAME}
* Remove AppleDouble encoded Macintosh files
(included in this release, cause `Abort (core dumped)`)
ChangeLog: https://github.com/Haruno19/starfetch/releases/tag/0.0.4
* Overall better and cleaner code
* Compatibility for Windows systems
* Full Qt5/6 GUI version for starfetch
* Lets the user choose between black, white, cyan, magenta, yellow,
red and blue to color part of the output
PR: 273039
KStars can only build with devel/indi >= 2.0.0 since version 3.6.3, but
we currently have INDI 1.9.6 in the ports tree, so there is no point
keeping it as a dependency until it is updated.