aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorkrant <aleksey.vasilenko@gmail.com>2024-04-10 12:09:00 +0300
committerRosen Penev <rosenp@gmail.com>2024-04-10 16:15:45 -0700
commit74045fac6cd6be52a8db31e45bcc15205f608dbf (patch)
treeb256da7c8f0ad7050caa1085c75a6705e4afb90a /libs
parent0f4591537a66f73484d81fa779841d82eb8aeb43 (diff)
pixman: update to 0.43.4
- Use HTTPS for project URL - Drop obsolete patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/pixman/Makefile6
-rw-r--r--libs/pixman/patches/0004-pixman-fix-detection-of-mips-dspr2.patch10
2 files changed, 3 insertions, 13 deletions
diff --git a/libs/pixman/Makefile b/libs/pixman/Makefile
index a287daec2..e91a57c60 100644
--- a/libs/pixman/Makefile
+++ b/libs/pixman/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pixman
-PKG_VERSION:=0.40.0
+PKG_VERSION:=0.43.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.cairographics.org/releases
-PKG_HASH:=6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc
+PKG_HASH:=a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
PKG_LICENSE:=MIT
@@ -27,7 +27,7 @@ define Package/pixman
SECTION:=libs
CATEGORY:=Libraries
TITLE:=a low-level software library for pixel manipulation
- URL:=http://www.pixman.org/
+ URL:=https://www.pixman.org/
endef
define Package/pixman/description
diff --git a/libs/pixman/patches/0004-pixman-fix-detection-of-mips-dspr2.patch b/libs/pixman/patches/0004-pixman-fix-detection-of-mips-dspr2.patch
deleted file mode 100644
index bce2217ea..000000000
--- a/libs/pixman/patches/0004-pixman-fix-detection-of-mips-dspr2.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -735,7 +735,6 @@ dnl Check if assembler is gas compatible
- have_mips_dspr2=no
- AC_MSG_CHECKING(whether to use MIPS DSPr2 assembler)
- xserver_save_CFLAGS=$CFLAGS
--CFLAGS="-mdspr2 $CFLAGS"
-
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
- #if !(defined(__mips__) && __mips_isa_rev >= 2)