Bug 266980

Summary: audio/spotifyd: add Avahi (dns-sd) OPTION
Product: Ports & Packages Reporter: Rafe <mondo.debater_0q>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (rodrigo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Unified patch none

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