Bug 266980 - audio/spotifyd: add Avahi (dns-sd) OPTION
Summary: audio/spotifyd: add Avahi (dns-sd) OPTION
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: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-12 00:33 UTC by Rafe
Modified: 2022-12-11 15:21 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments
Unified patch (2.94 KB, patch)
2022-10-12 00:33 UTC, Rafe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafe 2022-10-12 00:33:42 UTC
Created attachment 237224 [details]
Unified patch

Adds the option to compile the librespot crate with dns-sd instead of relying on the built in mDNS functionality. This allows for compatibility with Avahi.
Comment 1 Rodrigo Osorio freebsd_committer freebsd_triage 2022-11-23 17:04:56 UTC
Hi Rafe,

Is this patch related with this PR[1] on spotifyd github?


[1] https://github.com/Spotifyd/spotifyd/issues/1006
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-11 15:20:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bc838ec26c8f13d97cdd3640c98545266c0252

commit d9bc838ec26c8f13d97cdd3640c98545266c0252
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2022-11-25 07:56:37 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2022-12-11 15:08:54 +0000

    audio/spotifyd: Add an option to compile with dns-sd

    Add an option DNS-SD to compile the librespot crate with dns-sd
    support instead of relying on the built in mDNS functionality.
    This allows for compatibility with Avahi.

    PR:             266980
    Reported by:    Rafe <mondo.debater_0q@icloud.com>

 audio/spotifyd/Makefile                     | 13 +++++++++----
 audio/spotifyd/distinfo                     |  4 +++-
 audio/spotifyd/files/extra-patch.Cargo.toml |  2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
Comment 3 Rodrigo Osorio freebsd_committer freebsd_triage 2022-12-11 15:21:03 UTC
Committed, thanks