0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-03 22:59:27 +00:00
Robert Kirkman b2c54b5a54 fix(main/libmp3lame): provide libmp3lame.so.0 (#23101)
Audacity attempts to dlopen() libmp3lame.so.0 by default on all linux distros, not libmp3lame.so

d1f7b507a0/au3/modules/import-export/mod-mp3/ExportMP3.cpp (L1485)

This solution is based on the example seen in the pulseaudio package:

aec99dd11b/packages/pulseaudio/build.sh (L64-L70)

Fixes #23100
2025-02-08 08:29:45 +08:00
..