i mean that OpenBSD-7.4 is installed from official installation media to new/clean partition (clean install) and Audacity is installed via:
# pkg_add audacity from official mirror (please note the "Build Information" screenshots). p.s.: afair, things break after upgrade from 7.2 to 7.3 after cleanup: # pkg_delete -a On Mon, Jan 29, 2024 at 21:00 +0000, Stuart Henderson wrote: > On 2024/01/29 23:58, sda wrote: > > just FYI: > > https://www.imagebam.com/view/MEROZZY > > https://www.imagebam.com/view/MEROZZZ > > https://www.imagebam.com/view/MERP000 > > > > clean install of audacity for obsd-7.4 i386 > > I don't know what you mean by "clean install" but if that is not the > version from ports/packages you will need to apply the patches from the > port. > > > > my best regards > > > > On Mon, Jan 29, 2024 at 19:14 +0000, Stuart Henderson wrote: > > > On 2024/01/29 19:03, Stuart Henderson wrote: > > > > 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. > > > > > > (and with the lame port).