Details:
- With curl enabled, the webdav storage plugin can be enabled as well,
allowing folks to access their collections via webdav.
- No new dependencies are required to support this feature.
PR: 271663
Reported by: bsd@abinet.ru
MFH: 2023Q2
Rationale:
If wavpack files containing DSD content are played via ffmpeg, they are
first converted to PCM in libavcodec (i.e. resampled and filtered), then
again to the native resolution of the oss output.
Using libwavpack directly allows mpd to leverages its native support for
DSD content, avoiding multiple resampling and / or filtering steps.
MFH: 2022Q4
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
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
Details:
- Big release with new features and fixes, see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23/NEWS
including:
- New plugins for OPENMTP, PIPEWIRE (both as non-default OPTIONS), and
snapcast (later enabled by default, since no new LIB_DEPENDS).
- Support for libnpupnp via UPNP OPTION.
- DSD over PCM playback via native OSS output.
- PROXY requires mpd 0.20 or later now. This might be a regression for
some users' use cases, hence no merge to quarterly yet.
- While one it: Fix search paths for config files when not using the rc
script in the man pages.
Builds fine on armv6 at least with LLD 12.0.1. Since FreeBSD >= 12.0
armv6 is deprecated in favor of armv7, anyway.
$ objdump -D $(which musicpd) | fgrep -w -e movt -e movw; echo Exit $?
Exit 1
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)