Skip to content

Commit

Permalink
cross/pixman: update from v0.42.2 to v0.43.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Dec 23, 2024
1 parent ace1bcc commit 194cba7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions cross/pixman/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = pixman
PKG_VERS = 0.42.2
PKG_VERS = 0.43.4
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.cairographics.org/releases/
Expand All @@ -11,10 +11,12 @@ HOMEPAGE = https://www.cairographics.org
COMMENT = Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.
LICENSE = MIT

CONFIGURE_ARGS = -Dgtk=disabled
CONFIGURE_ARGS = -Dgtk=disabled
CONFIGURE_ARGS += -Dtests=disabled

include ../../mk/spksrc.archs.mk
ifeq ($(findstring $(ARCH),$(ARMv7_ARCHS) $(ARMv7L_ARCHS)),$(ARCH))
ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH))
# disable "X86 MMX"
# avoid internal compiler error:
# ../pixman/pixman-mmx.c:3900:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90)
CONFIGURE_ARGS += -Diwmmxt=disabled
Expand Down
2 changes: 1 addition & 1 deletion cross/pixman/PLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lnk:lib/libpixman-1.so
lnk:lib/libpixman-1.so.0
lib:lib/libpixman-1.so.0.42.2
lib:lib/libpixman-1.so.0.43.4
6 changes: 3 additions & 3 deletions cross/pixman/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pixman-0.42.2.tar.gz SHA1 7063429f9952fd8c4fcbc887c3210b35adb6a6c7
pixman-0.42.2.tar.gz SHA256 ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e
pixman-0.42.2.tar.gz MD5 a0f6ab8a1d8e0e2cd80e935525e2a864
pixman-0.43.4.tar.gz SHA1 ba12d7f44bde32d2c1b1ee9abfc633f5f9807c9f
pixman-0.43.4.tar.gz SHA256 a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226
pixman-0.43.4.tar.gz MD5 21b18058dea39ad48f32d3199b8ffe40

0 comments on commit 194cba7

Please sign in to comment.