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>
This commit is contained in:
parent
41a431cd56
commit
a0172009fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue