mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.42.0-1
This commit is contained in:
parent
18bc8c82fc
commit
60e1db790f
1 changed files with 6 additions and 4 deletions
|
@ -1,22 +1,23 @@
|
|||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Alexander Baldeck <alexander@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable x86 extensions (mmx, sse2, ssse3)
|
||||
|
||||
pkgname=pixman
|
||||
pkgver=0.40.0
|
||||
pkgrel=2
|
||||
pkgver=0.42.0
|
||||
pkgrel=1
|
||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||
arch=(x86_64)
|
||||
url="https://cgit.freedesktop.org/pixman/"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
makedepends=('meson' 'libpng')
|
||||
options=('debug')
|
||||
provides=('libpixman-1.so')
|
||||
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
|
||||
sha512sums=('8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270')
|
||||
sha512sums=('43d43d1aef9b8a6167098ab68ce2cfd8c0429c4825d40a4fb468b5b51dc1a2035f8bd1b70413e4ecd77deb469b5d558f42171b423e348d5ddd8604c466ffc7d9')
|
||||
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
|
||||
|
||||
build() {
|
||||
|
@ -25,6 +26,7 @@ build() {
|
|||
-D vmx=disabled \
|
||||
-D arm-simd=disabled \
|
||||
-D neon=disabled \
|
||||
-D a64-neon=disabled \
|
||||
-D iwmmxt=disabled \
|
||||
-D mmx=disabled \
|
||||
-D sse2=disabled \
|
||||
|
|
Loading…
Reference in a new issue