Opened 7 years ago
Closed 7 years ago
#2340 closed defect (fixed)
Please use 'pkg-config' to find FreeType 2
Reported by: | micove | Owned by: | beastd |
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | major |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
MPlayer currently uses to freetype-config to configure freetype. As mentioned in [1][2] this script will become optional and will not ship on at least Debian/Ubuntu/Linux Mint/etc. Both auto-detection and --enable-freetype use freetype-config therefore it's likely that MPlayer would fail to compile whenever freetype 2.9.1 releases unless.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892442
[2] https://savannah.nongnu.org/bugs/?53093
Change History (2)
comment:1 by , 7 years ago
Status: | new → open |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
According to my tests this should be implemented with MPlayer SVN r38021 .
Would be nice if you could confirm.
Thanks for filing this report!
Agreed, we should support detecting libfreetype via pkg-config.