mywave82 / opencubicplayer

Open Cubic Player (unix fork). Music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene
https://stian.cubic.org/project-ocp.php
GNU General Public License v2.0
280 stars 19 forks source link

Unifont no longer ships TTF fonts #109

Closed ibara closed 5 months ago

ibara commented 6 months ago

As of Unifont 15.0.01 (12 September 2023), TTF fonts are no longer included by default, only the OTF fonts. This affects at least the OpenBSD package of ocp.

alexmyczko commented 6 months ago

This is true: https://packages.debian.org/sid/all/fonts-unifont/filelist

Works fine with otf: https://buildd.debian.org/status/fetch.php?pkg=ocp&arch=amd64&ver=1%3A0.2.107%2Bds-1&stamp=1708368425&raw=0

mywave82 commented 6 months ago

Please report this to ports in OpenBSD. You can also request them to update to the latest version of OCP at the same time.

OCP supports both TTF and OTF format, but might need some configure flags at compiletime for the path locations. (TTF support is not planned to be removed in OCP, since people sometime target older systems when compiling)