mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/pixman to 0.44.0-1
This commit is contained in:
parent
aaa68a2b21
commit
149961f191
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = pixman
|
pkgbase = pixman
|
||||||
pkgdesc = The pixel-manipulation library for X and cairo
|
pkgdesc = The pixel-manipulation library for X and cairo
|
||||||
pkgver = 0.43.4
|
pkgver = 0.44.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://cgit.freedesktop.org/pixman/
|
url = https://cgit.freedesktop.org/pixman/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = pixman
|
||||||
makedepends = libpng
|
makedepends = libpng
|
||||||
depends = glibc
|
depends = glibc
|
||||||
provides = libpixman-1.so
|
provides = libpixman-1.so
|
||||||
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.43.4.tar.xz
|
source = https://xorg.freedesktop.org/releases/individual/lib/pixman-0.44.0.tar.xz
|
||||||
sha512sums = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36
|
sha512sums = 3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d
|
||||||
|
|
||||||
pkgname = pixman
|
pkgname = pixman
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# - disable x86 extensions (mmx, sse2, ssse3)
|
# - disable x86 extensions (mmx, sse2, ssse3)
|
||||||
|
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
pkgver=0.43.4
|
pkgver=0.44.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -16,7 +16,7 @@ depends=('glibc')
|
||||||
makedepends=('meson' 'libpng')
|
makedepends=('meson' 'libpng')
|
||||||
provides=('libpixman-1.so')
|
provides=('libpixman-1.so')
|
||||||
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
|
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
|
||||||
sha512sums=('b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36')
|
sha512sums=('3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d')
|
||||||
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
|
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -26,7 +26,7 @@ build() {
|
||||||
-D arm-simd=disabled \
|
-D arm-simd=disabled \
|
||||||
-D neon=disabled \
|
-D neon=disabled \
|
||||||
-D a64-neon=disabled \
|
-D a64-neon=disabled \
|
||||||
-D iwmmxt=disabled \
|
-D rvv=disabled \
|
||||||
-D mmx=disabled \
|
-D mmx=disabled \
|
||||||
-D sse2=disabled \
|
-D sse2=disabled \
|
||||||
-D ssse3=disabled \
|
-D ssse3=disabled \
|
||||||
|
|
Loading…
Reference in a new issue