mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libdrm to 2.4.104-1
This commit is contained in:
parent
b2f67387bf
commit
f72d57971f
1 changed files with 5 additions and 4 deletions
|
@ -5,22 +5,23 @@
|
|||
# - drop valgrind makdepend
|
||||
|
||||
pkgname=libdrm
|
||||
pkgver=2.4.103
|
||||
pkgrel=2
|
||||
pkgver=2.4.104
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace interface to kernel DRM services"
|
||||
url="https://dri.freedesktop.org/"
|
||||
arch=(x86_64)
|
||||
license=('custom')
|
||||
depends=('libpciaccess')
|
||||
makedepends=('libxslt' 'docbook-xsl' 'meson')
|
||||
makedepends=('python-docutils' 'meson')
|
||||
checkdepends=('cairo')
|
||||
replaces=('libdrm-new' 'libdrm-nouveau')
|
||||
source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
COPYING)
|
||||
sha512sums=('15b098b962008271400692b6b15ecb7e22676f8698e0220ad969735ac2315ccc737d19558afb6abda82bae15117e5f306c048184a2369f434b85ecaa670ca885'
|
||||
sha512sums=('0fdbef53e0e7c441c805c95ac55ca2c94f11e8fa18e36b4dc7534c22e2b5bc8eca7283fdf41785da753f98d0b589023111abdba70db7e79837729b1540253d6e'
|
||||
'SKIP'
|
||||
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
|
||||
validpgpkeys=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie <airlied@redhat.com>
|
||||
validpgpkeys+=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # emersion <contact@emersion.fr>
|
||||
|
||||
build() {
|
||||
[[ "$CARCH" == "armv7h" ]] && CONFIG="-Domap=true -Dexynos=true -Dtegra=true -Detnaviv=true"
|
||||
|
|
Loading…
Reference in a new issue