From a0172009fbb1769e3a840c8afdc0269c08b2788f Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 18 Feb 2019 03:30:38 +0000 Subject: [PATCH] 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 --- libs/pixman/Makefile | 4 ++-- 1 file 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