Summary: | audio/cmus: Reduce default dependencies | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | diizzy | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(eduardo) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Daniel Engberg
![]() ![]() Hello Daniel, Thanks for patch. I'm in doubt about what to do with depends, e.g.: XXX_CONFIGURE_ON= CONFIG_XXX=y XXX_LIB_DEPENDS= xxx.so:audio/xxx Turning this off by default will cause that user could activate option in case of doubt. Why not remove all that options? FFMPEG option description is informative about it support for several types: "FFmpeg support (WMA, AIFF, AC3, APE...)" If you think that's a better solution go for it A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f0d57bd050bf1ff49462a2c300e40e4afffc5ba commit 7f0d57bd050bf1ff49462a2c300e40e4afffc5ba Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-15 08:39:37 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-03-15 08:45:11 +0000 audio/cmus: Reduce default dependencies Drop default options AAC, FLAC, MP4, OPUS, VORBIS and WAV as they're handled by FFmpeg Reference: https://github.com/cmus/cmus/blob/v2.10.0/ip/ffmpeg.c#L530 PR: 270178 audio/cmus/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Committed, thanks! |