Created attachment 208993 [details] Patch Make all plugins optional Fix build issue with (lib)faad Consolidate input dependencies by using FFmpeg as default option
Created attachment 208994 [details] Poudriere log
Moin moin Is it sensible to have most of the plugins off by default? As that implies that possibly most users will need to build that port themselves rather than use the pkg from the repo. mfg Tobias
FFmpeg already supports all inputs provided by separate libraries and is faster in terms of processing power in the majority of all cases not to mention actively maintained compared to some of the libraries previously used. Ref (search for ip_ffmpeg_extensions): https://www.kariliq.nl/hg/siren/file/ip/ffmpeg.c.html
Any progess on this one?
Sorry fell through, I'll look at it tonight
Could you regenerate the patch against the current tree? mfg Tobias
Created attachment 209705 [details] Patch v2
Fixed
A commit references this bug: Author: tcberner Date: Wed Dec 4 20:10:18 UTC 2019 New revision: 519043 URL: https://svnweb.freebsd.org/changeset/ports/519043 Log: audio/siren: Use FFmpeg by default, make plugins optional - ffmpeg already handles all the other inputs. PR: 241819 Submitted by: daniel.engberg.lists@pyret.net Changes: head/audio/siren/Makefile head/audio/siren/pkg-plist
Thanks