Re: multimedia/gstreamer1-plugins-bad build failure
Date: Sat, 28 Jan 2023 04:08:37 UTC
Hmmm. The following line does not seem to imply that plug-ins should not be built even when libraries are found. zxing_dep = dependency('zxing', version : '>= 1.1.1', required : get_option('zxing')) So even though the port gstreamer1-plugins-bad-1.20.5 is not supposed to be touched with respect to zxing, the environment in which zxing is installed will find it and give the error. So, building gstreamer1-plugins-bad with zxing uninstalled and then installing zxing seems to be the quickest solution, maybe :) For reference, the ports using gstreamer1-plugins-bad in my environment are as follows. > pkg info -r gstreamer1-plugins-bad-1.20.5 gstreamer1-plugins-bad-1.20.5: qt5-multimedia-5.15.8p1 gstreamer1-plugins-hls-1.20.5 gstreamer1-plugins-core-1.20.5 gstreamer1-plugins-resindvd-1.20.5 gstreamer1-plugins-dts-1.20.5 wx32-gtk3-3.2.1 webkit2-gtk4-2.34.6_1 webkit2-gtk3-2.34.6_4 Regards.