Opened 5 months ago
Last modified 5 months ago
#61346 assigned defect
ffmpeg-devel @4.3.git-20200806 +jack Need to specifically enable JACK now
Reported by: | ianroberts (Ian Roberts) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | ffmpeg-devel |
Description
The +jack variant is defined as
variant jack description {Enable jack library and indev support} { # jack will autoconfigure if not disabled depends_lib-append port:jack configure.args-delete --disable-libjack \ --disable-indev=jack }
However the comment does not appear to be true any longer - when I build this variant the jack input device is not available.
Explicitly adding the --enable options fixes the problem:
variant jack description {Enable jack library and indev support} { depends_lib-append port:jack configure.args-replace --disable-libjack --enable-libjack configure.args-replace --disable-indev=jack --enable-indev=jack }
Change History (1)
comment:1 Changed 5 months ago by kencu (Ken)
Cc: | dbevans removed |
---|---|
Owner: | set to dbevans |
Status: | new → assigned |
Summary: | ffmpeg-devel @4.3.git-20200806 +jack not actually including JACK → ffmpeg-devel @4.3.git-20200806 +jack Need to specifically enable JACK now |
Note: See
TracTickets for help on using
tickets.