# # A font engine. # # FreeType is a software font engine that is designed to be small, # efficient, highly customizable, and portable while capable of # producing high-quality output (glyph images). It can be used in # graphics libraries, display servers, font conversion tools, # text image generation tools, and many other products as well. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=freetype pkgversion=2.13.0 arch=amd64 release=1 pkgcategory="x-libs" full_pkgname=freetype_2.13.0_amd64-1@x-libs blurb="A font engine." homepage="https://www.freetype.org/" license="GPLv2 | FreeType License (FTL)" fetch="https://download.savannah.gnu.org/releases/freetype/freetype-2.13.0.tar.gz" replace="freetype-pass1"