extra/pixman to 0.44.0-1

This commit is contained in:
Kevin Mihelich 2024-11-07 13:07:41 +00:00
parent aaa68a2b21
commit 149961f191
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = pixman
pkgdesc = The pixel-manipulation library for X and cairo
pkgver = 0.43.4
pkgver = 0.44.0
pkgrel = 1
url = https://cgit.freedesktop.org/pixman/
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = pixman
makedepends = libpng
depends = glibc
provides = libpixman-1.so
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.43.4.tar.xz
sha512sums = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.44.0.tar.xz
sha512sums = 3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d
pkgname = pixman

View file

@ -6,7 +6,7 @@
# - disable x86 extensions (mmx, sse2, ssse3)
pkgname=pixman
pkgver=0.43.4
pkgver=0.44.0
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(x86_64)
@ -16,7 +16,7 @@ depends=('glibc')
makedepends=('meson' 'libpng')
provides=('libpixman-1.so')
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
sha512sums=('b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36')
sha512sums=('3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d')
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
build() {
@ -26,7 +26,7 @@ build() {
-D arm-simd=disabled \
-D neon=disabled \
-D a64-neon=disabled \
-D iwmmxt=disabled \
-D rvv=disabled \
-D mmx=disabled \
-D sse2=disabled \
-D ssse3=disabled \