mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

build: freetype version 9.17.3 seems to be required for building libass while the most recent version available is 2.13.2 #231

Closed OwlBurst closed 3 months ago

OwlBurst commented 3 months ago

I was trying to build mpv on Fedora 40 and the build seems to be stopped on libass that couldn't find freetype installed on the system attached build logs: buildlog2.txt

freetype2 2.13.2 is installed on the system, which seems to be the latest one, while the build script seems to be requiring freetype2 9.17.3, which I can't find any information about.

Fedora 40 Python 3.12.3 freetype 2.13.2 gcc 14.1.1

Additionally, the complete list of the installed packages on the system can be found here: dnf_installed.txt

OwlBurst commented 3 months ago

figured it out, needed to install freetype-devel package in addition to the normal freetype