Hi.
I've updated to v8.3.0 and the Mac version is missing the FreeType font (FreeType.pm) - which was part of the perl 5.18 resources, I think. Some of my title formats use FreeType characters. They are no longer displayed on older devices (SqueezeBox Classic, Boom etc) with Music Information Screen.
Will the FreeType font be readded to LMS?
If not, can I add it as part of a plugin?
I'd just like to have those characters displayed again on older Logitech devices with MIS.
Thank you.
Results 1 to 5 of 5
-
2022-05-07, 04:35 #1
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 402
v8.3.0+ (Mac only?): missing FreeType font causes MIS display problems
-
2022-05-07, 08:38 #2
Can you try to build it yourself?
Code:sudo /Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/bin/perl -MCPAN -e 'install Font::FreeType'
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)
-
2022-05-08, 06:41 #3
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 402
It really is a struggle. Building it myself with the command above failed, partly because at some point it looks for perl in your user folder 'mh'. I've managed to cook up something but I'm not sure how portable it is. Maybe you can check. If you add the 2 'Font' folders (incl. the dylib) from the link below it should work - and hopefully be portable:
https://we.tl/t-e8oxLaBe4V
If it meets the requirements, I'd be glad to see it included in the next LMS release. Thanks.
-
2022-05-08, 12:52 #4
v8.3.0+ (Mac only?): missing FreeType fontcauses MIS display problems
> It really is a struggle. Building it myself with the command above
> failed, partly because at some point it looks for perl in your user
> folder 'mh'. I've managed to cook up something but I'm not sure how
> portable it is. Maybe you can check. If you add the 2 'Font' folders
> (incl. the dylib) from the link below it should work - and hopefully be
> portable:
Unfortunately it's missing some dependencies. I believe we'd have to
build it with statically linked dependencies (eg. it's complaining about
lack of /usr/local/opt/libpng/lib/libpng16.16.dylib).
-
2022-05-09, 03:27 #5
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 402
And since they are not part of macOS, I suppose you meant,include them, too.
It's just very easy to miss required dependencies when you have so much stuff installed on your machine.
I hope I've managed to get them all now: https://we.tl/t-sYFV4Ma9Sa