Created attachment 234699 [details] Patch for qmmp FFmpeg already supports aac and mp3 formats, disable redudant libraries (FAAD, MAD, MPG123) While at it, disable MMS protocol support (Microsoft deprecated MMS in 2003) MMS support should preferably also be completely removed due to the above (in a separate commit?) References: https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/branches/qmmp-1.6/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp (L71 and below) https://en.wikipedia.org/wiki/Microsoft_Media_Server
Also related, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264708
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f744e2f9cd0f434a3065bc4289c4d6f4b5a5d168 commit f744e2f9cd0f434a3065bc4289c4d6f4b5a5d168 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-08-22 17:51:13 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-08-22 17:58:00 +0000 multimedia/qmmp*-qt5: register conflicts with -qt6 versions (+) While here, drop outdated dependencies from default options [1] PR: 264681 [1] multimedia/qmmp-plugin-pack-qt5/Makefile | 2 +- multimedia/qmmp-qt5/Makefile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-)
Pushed, thanks!