diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-02-18 03:30:38 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-02-18 03:40:09 +0000 |
commit | a0172009fbb1769e3a840c8afdc0269c08b2788f (patch) | |
tree | ff8bcedc1112a62c0c5211c107783c6c3459be6b /libs/pixman | |
parent | 41a431cd568ef5ce31b184bc5b29dd7a1770d416 (diff) |
pixman: bump to version 0.38.0
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>
Diffstat (limited to 'libs/pixman')
-rw-r--r-- | libs/pixman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pixman/Makefile b/libs/pixman/Makefile index 4ecab8eb1..d04e13a48 100644 --- a/libs/pixman/Makefile +++ b/libs/pixman/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pixman -PKG_VERSION:=0.36.0 +PKG_VERSION:=0.38.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=1ca19c8d4d37682adfbc42741d24977903fec1169b4153ec05bb690d4acf9fae +PKG_HASH:=a7592bef0156d7c27545487a52245669b00cf7e70054505381cff2136d890ca8 PKG_SOURCE_URL:=https://www.cairographics.org/releases PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |