ports/audio/spotifyd/files
Rodrigo Osorio 4eb80c46b6 audio/spotifyd: update to 0.4.1
Changelog: https://github.com/Spotifyd/spotifyd/blob/v0.4.1/CHANGELOG.md

Major changes:
    * OAuth: Manual authentication is working again after it had been
      broken by changes on Spotify servers
    * MPRIS: The MPRIS interface now interacts with the player locally
      instead of calling the web API
    * Robustness: spotifyd has become more robust in many ways

Spotifyd is based on librespot, which recently introduces dualstack
socket mechanism in the discovery service. This works on Linux who
has the V6ONLY set at false by default as RFC2553 recommend, but
not in FreeBSD. As a consequence, the discovery mechanism is only
bind to IPv6, making spotifyd not usable on FreeBSD.

After discussions with spotifyd and librespot developers, I introduce
a patch who forces discovery on IPv4 only.
2025-03-15 10:43:30 +01:00
..
extra-patch.Cargo.toml
patch-cargo-crates_librespot-discovery-0.6.0_src_server.rs audio/spotifyd: update to 0.4.1 2025-03-15 10:43:30 +01:00
spotifyd.conf
spotifyd.in