freebsd-ports/audio/picard-plugins/files/pkg-message.bmp.in
Jason E. Hale da43d0df23 audio/picard-plugins: Update to snapshot from 2020-12-03
New plugin:
- Deezer cover art (fetches cover art from deezer.com)

Only display pkg-message when the BMP option is enabled as it only pertains
to this option.
2021-01-01 00:46:28 +00:00

20 lines
609 B
Text

[
{ type: install
message: <<EOM
Due to toolchain issues, the bpm plugin will probably not work
out-of-the-box. Upon startup, picard will likely write to stderr
something like:
Original error was: /lib/libgcc_s.so.1: version GCC_4.8.0 required by
%%LOCALBASE%%/lib/gcc%%GCC_VER%%/libgfortran.so.4 not found
This will not affect other plugins or picard operations. If you wish to
use the bpm plugin, you can use the following workaround until a better
solution can be worked out:
$ env LD_LIBRARY_PATH=%%LOCALBASE%%/lib/gcc%%GCC_VER%% picard
See: https://wiki.freebsd.org/libgcc%20problem
EOM
}
]