Bug 291036 - audio/spotify-qt: depend on librespot instead of spotifyd
Summary: audio/spotify-qt: depend on librespot instead of spotifyd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL: https://github.com/kraxarn/spotify-qt...
Keywords:
Depends on: 291035
Blocks:
  Show dependency treegraph
 
Reported: 2025-11-15 19:37 UTC by Nico Sonack
Modified: 2025-11-25 17:16 UTC (History)
1 user (show)

See Also:
ehaupt: maintainer-feedback+


Attachments
patch for librespot instead of spotifyd (1006 bytes, patch)
2025-11-15 19:37 UTC, Nico Sonack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Sonack 2025-11-15 19:37:11 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-11-20 07:34:13 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-20 07:37:15 UTC
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(-)
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2025-11-25 17:16:16 UTC
Committed (a while ago; forgot to close PR), thanks!