ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.
ERROR kooha::backend::screencast_portal > Error from screencast call: Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))), Some("No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop"), Msg { type: Error, sender: UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
s (115),
] }))
ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol "pw_init"
PR: 259621
The release notes page has been reformatted, so it's quite short:
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
Bugfixes and Wayland compatibility (which is not yet relevant on
our end, I'm not going to chase that).
Major changes:
0.7.0 : Updates to latest librespot, bringing along some larger changes under the hood
0.7.1 : Fix build of cover feature
Fix volume normalization
0.7.2 : Handle expired sessions without panicking
Third party dependency updates
0.7.3 : Fix connection issues by enabling the AP resolver in librespot
Bump reqwest form 0.9 to 0.11
Fix nerdfont pause/stop glyphs
0.8.0 : Show album art when playing 'similar tracks'
Don't panic if user quits login process
Handle commands (e.g. h, j, k l) in select artist modal
0.8.1 : Release 0.8.0 had a minor bug
0.8.2 : Add Windows release builds
Reduce API calls by only fetching the full track details if necessary
Refactoring, other cleanups and dependency updates
Remove broken Facebook login code
0.9.0 : Sort library after saving an album
Add scoop instruction for installation
Update librespot to 0.3.0
Full changelog: https://github.com/hrkfdn/ncspot/releases
Hotfix release [1]:
- Fixed FFMPEG imports only importing the left channel
- Improved Audacity's performance when many clips are present
- Fixed a crash with detach at silences
- Fixed clip name corruption when applying effects to adjacent clips
- Fixed a crash with the time shift commands
- Fixed custom themes not working
[1] https://github.com/audacity/audacity/releases/tag/Audacity-3.1.1
PR: 259812
Tuesday, 9 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.3.
Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.
This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Keyboardlayout: Fix missing Esperanto flag icon in the menu.
* Plasma Networkmanager: OpenVPN: fix logic in auth dialog.
* On FreeBSD do not try to execute powerdevil.backlighthelper.syspath action.
Changelog:
https://kde.org/announcements/changelogs/plasma/5/5.23.2-5.23.3/
Doesn't correctly detect endianness:
In file included from /wrkdirs/usr/ports/audio/inscore/work/inscore-128/lib/oscpack/osc/OscOutboundPacketStream.cpp:41:
/wrkdirs/usr/ports/audio/inscore/work/inscore-128/lib/oscpack/osc/OscHostEndianness.h:64:2: error: please edit OSCHostEndianness.h to configure endianness
Don't bump PORTREVISON as this port had already depended upon
devel/dbus indirectly.
While I'm here,
* Pet portclippy
* Re-format Makefile with portfmt
PR: 259395
Thursday, 4 November 2021
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Changelog:
https://kde.org/announcements/changelogs/gear/21.08.3/
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
Previously, gettext-sys was listed more than once in order
to trigger the following logic in USES=cargo
.if ${_CARGO_CRATES:Mgettext-sys}
CARGO_ENV+= GETTEXT_BIN_DIR=${LOCALBASE}/bin \
GETTEXT_INCLUDE_DIR=${LOCALBASE}/include \
GETTEXT_LIB_DIR=${LOCALBASE}/lib
.endif
Tuesday, 26 October 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.2.
Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
Plasma Browser Integration: [History Runner] Skip blob URLs.
[Folder View] Fix executing file without prompting. Fixes bug #435560
Desktop as folder: restore functionality of the “delete” action. Fixes bug #442765
View full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.23.1-5.23.2