complexlogic / rsgain

A simple, but powerful ReplayGain 2.0 tagging utility
Other
289 stars 21 forks source link

Outdated fmt dependency #127

Closed audiomuze closed 2 months ago

audiomuze commented 2 months ago

Arch Linux has moved to fmt-11.0.2-1, rsgain has a dependency on 10.

[****](rsgain: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory)

complexlogic commented 2 months ago

Your current build of rsgain depends on fmt10 only, but the program source does not; it can work with both 10 and 11. To fix the error, you just have to rebuild rsgain. For example, if using yay:

yay -S --rebuild rsgain