aboutsummaryrefslogtreecommitdiff
path: root/libs/pixman/Makefile
Commit message (Collapse)AuthorAge
* pixman: update to 0.43.4krant2024-04-10
| | | | | | | - Use HTTPS for project URL - Drop obsolete patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pixman: bump to version 0.40.0Yousong Zhou2020-06-08
| | | | | | | Ref: https://github.com/openwrt/packages/pull/12421 Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (splits of commit)
* pixman: switch to using mesonYousong Zhou2020-06-08
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (splits of commit)
* pixman: cosmetic change on spacingYousong Zhou2020-06-08
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (splits of commit)
* pixman: bump to version 0.38.4Yousong Zhou2019-04-15
| | | | | | | | | | | | | | | | | | | | | | This version bump contains mainly fixes for the build system e8df10e Pre-release version bump to 0.38.4 23f036d Makefile.am: Ship Meson assembly test files in the tarball e7058fe Makefile.am: Update download links 8888e75 Post-release version bump to 0.38.3 a7ffb3e Pre-release version bump to 0.38.2 4c4753c meson: Correct copy-and-paste mistake 7295983 void function should not return a value ef4fb03 Windows: Support building with SHELL=cmd.exe 55d8f95 Windows: Show compiler invocation 0ea37df meson: store ARM SIMD and NEON tests as text files 2065a07 meson: simplify and fix mmx library compilation 6e206cf meson: Add proper include paths for the loongson check 9ed0576 meson: fix copy-n-paste error for arm simd assembly d13f6a8 meson: fix typo which breaks loongson checks e7ac62c meson: work around meson issue #5115 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* pixman: bump to version 0.38.0Yousong Zhou2019-02-18
| | | | | | | | | | | | | | | | | | | Release 0.37.0 was not actually released. From the git log, there are two functional changes about optimization by using float points directly Bump version to 0.38.0 pixman: Use maximum precision for pixman-bits-image, v2. Implement floating point gradient computation, v2. build: Add meson files to EXTRA_DIST editorconfig: use tabs for Makefiles Merge remote-tracking branch 'origin/master' Post release version bump to 37.1 gitlab-ci: Add meson build to pipeline test meson: Add a meson build system Add .editorconfig file Bump version to 0.36.0 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* pixman: bump to version 0.36.0Yousong Zhou2018-11-26
| | | | | Patch 0005 is now included in upstream commit 7c6066b ("pixman-private: include <float.h> only in C code")
* pixman: initial version 0.34.0Yousong Zhou2018-02-24
This will be required by qemu 2.11. The two patches are copied from packaging of current qemu 2.6 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>