[MacPorts] #61346: ffmpeg-devel @4.3.git-20200806 +jack not actually including JACK

MacPorts noreply at macports.org
Mon Oct 19 15:41:56 UTC 2020


#61346: ffmpeg-devel @4.3.git-20200806 +jack not actually including JACK
------------------------+--------------------------
 Reporter:  ianroberts  |      Owner:  (none)
     Type:  defect      |     Status:  new
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:
 Keywords:              |       Port:  ffmpeg-devel
------------------------+--------------------------
 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
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/61346>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list