On 2024/01/29 18:32, sda wrote: > hello. > > audacity is using lame and ffmpeg libraries for export functions. right > now the filenames of (required) libraries are not reflecting the actual > versions or just not suitable for export from Audacity to various > formats. > > example: > $ /usr/local/bin/ffmpeg -version > ffmpeg version 4.4.4 Copyright (c) 2000-2023 the FFmpeg developers > built with OpenBSD clang version 13.0.0 > configuration: ******* > libavutil 56. 70.100 / 56. 70.100 > libavcodec 58.134.100 / 58.134.100 > libavformat 58. 76.100 / 58. 76.100 > libavdevice 58. 13.100 / 58. 13.100 > libavfilter 7.110.100 / 7.110.100 > libswscale 5. 9.100 / 5. 9.100 > libswresample 3. 9.100 / 3. 9.100 > libpostproc 55. 9.100 / 55. 9.100 > > $ pkg_info -L ffmpeg | grep libavutil\.so > /usr/local/lib/libavutil.so.15.0 > mismatch/version doesn't reflect the actual state.
We don't use upstream library version numbers in OpenBSD ports. The audacity port is already patched to work with the ffmpeg port.