Re: multimedia/gstreamer1-plugins-bad build failure
- In reply to: Tatsuki Makino : "Re: multimedia/gstreamer1-plugins-bad build failure"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 06:19:55 UTC
On 1/28/23 05:08, Tatsuki Makino wrote: > 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 Uninstalling zxing-cpp was the solution, thank you!