aboutsummaryrefslogtreecommitdiff
path: root/libs/freetype
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* freetype: update to 2.11.1Rosen Penev2021-12-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* freetype: update to 2.11.0Rosen Penev2021-09-25
| | | | | | | | Remove upstreamed patches. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* freetype: meson.build: Fix .pc file generationBernd Kuhls2021-03-13
| | | | | | | | | | | | Fixes error when building fontconfig: checking for FREETYPE... no configure: error: Package requirements (freetype2 >= 21.0.15) were not met: Package dependency requirement 'freetype2 >= 21.0.15' could not be satisfied. Package 'freetype2' has version '6.17.4', required version is '>= 21.0.15' Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* freetype: switch to mesonRosen Penev2021-03-05
| | | | | | | | | | Meson configures and builds faster. It's also simpler. Backport upstream patch fixing compilation without harfbuzz and brotli. Added distutils patch for some debian systems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfreetype: update to 2.10.4Val Kulkov2020-10-21
| | | | | | | Update to the latest upstream version, fixing CVE-2020-15999 among other things. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* freetype: update to 2.10.2Rosen Penev2020-06-28
| | | | | | | | | | | Switched to CMake to simplify the Makefile and to remove autotools hacks. Replaced InstallDev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* freetype: remove host buildRosen Penev2020-06-02
| | | | | | Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfreetype: update to the latest releaseVal Kulkov2019-07-02
| | | | | | Update to FreeType 2.10.1. Update PKG_LICENSE information. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: update to v2.10.0Val Kulkov2019-03-15
| | | | | | Update to the latest upstream version. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* freetype: add host config flagsLucian Cristian2019-02-05
| | | | | | this fixes static linking with mkfontscale/host xorg app Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* freetype: Add PKG_CPE_ID for proper CVE trackingRosen Penev2018-08-20
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* freetype: Update to 2.9.1Rosen Penev2018-06-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfreetype: update to FreeType 2.9Val Kulkov2018-01-15
| | | | | | Update to the latest version from upstream. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: restore host buildVal Kulkov2017-11-20
| | | | | | | | | | | Restore host building on request from a user. Apparently, packages outside of openwrt/packages feed rely on Freetype 2 building on host. While at it, remove sed-editing of freetype-config that is no longer necessary. The current version of freetype-config correctly identifies prefix, exec_prefix, includedir and libdir. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: update to 2.8.1, fix host install issueVal Kulkov2017-11-14
| | | | | | | | | This commit updates Freetype 2 to the latest upstream version and fixes the issue where freetype-config was incorrectly installed into the host, rather than the target, staging directory, therefore causing compilation issues with other packages that depend on libfreetype. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: bump up to the latest version v.2.7.1Val Kulkov2017-04-17
| | | | | | Update the freetype font library to v.2.7.1. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* freetype: bump to version 2.7Mirko Vogt2017-01-23
|
* freetype: -config & .pc files cleanup & fixesNicolas Thill2015-08-04
| | | | | | Fix libdir as well in freetype-config, merge both freetype2.pc fixes into a single one Signed-off-by: Nicolas Thill <nico@openwrt.org>
* freetype: fix include path for cross-compilationPaul Fertser2015-07-19
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* freetype: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* freetype: bump to 2.5.5Nicolas Thill2015-01-09
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Revert #325: freetype: install ft2build.h - already in include/freetyp2 ↵Ted Hess2014-09-20
| | | | | | directory Signed-off-by: Ted Hess <thess@kitschensync.net>
* freetype: install ft2build.hAlexandru Ardelean2014-09-19
| | | | | | | Required for splashutils. May be required for other programs too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* freetype: import from old packages feedNicolas Thill2014-08-20
- update to latest version (v2.5.3) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>