Created attachment 265433 [details] patch for librespot instead of spotifyd Upstream has deprecated support for spotifyd: https://github.com/kraxarn/spotify-qt/releases/tag/v4.0.1 (see changes). Depend on plain librespot instead. I have been running this setup on various machines. Except for the breakage by spotify itself it works very well.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ce93671beab48ba371cc7a743978d2b3cf70985 commit 4ce93671beab48ba371cc7a743978d2b3cf70985 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-11-20 07:33:08 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-11-20 07:33:26 +0000 audio/spotify-qt: Depend on librespot instead of spotifyd Upstream has deprecated support for spotifyd: https://github.com/kraxarn/spotify-qt/releases/tag/v4.0.1 (see changes). PR: 291036 Submitted by: nsonack@herrhotzenplotz.de audio/spotify-qt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
A commit in branch 2025Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=80cb7482912bcab2f7457976ced527af021236d6 commit 80cb7482912bcab2f7457976ced527af021236d6 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-11-20 07:33:08 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-11-20 07:36:08 +0000 audio/spotify-qt: Depend on librespot instead of spotifyd Upstream has deprecated support for spotifyd: https://github.com/kraxarn/spotify-qt/releases/tag/v4.0.1 (see changes). PR: 291036 Submitted by: nsonack@herrhotzenplotz.de (cherry picked from commit 4ce93671beab48ba371cc7a743978d2b3cf70985) audio/spotify-qt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Committed (a while ago; forgot to close PR), thanks!