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: |
|
Hi Rafe, Is this patch related with this PR[1] on spotifyd github? [1] https://github.com/Spotifyd/spotifyd/issues/1006 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(-) Committed, thanks |
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.