gnu: libdrm: Update to 2.4.83.

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.83.
[inputs]: Remove LIBPTHREAD-STUBS.
[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2017-09-02 14:03:26 +02:00
parent 66d4cd7978
commit 53e16a5a0f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -287,7 +287,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
(version "2.4.81")
(version "2.4.83")
(source
(origin
(method url-fetch)
@ -297,15 +297,14 @@ (define-public libdrm
".tar.bz2"))
(sha256
(base32
"1bhimr6za2ddisrvrv1qqd7c2a59s7jc954sjycq2w68b8cmrh4c"))
"1minzvsyz5hgm6ixpj8ysa6jsv7vm8qc8nx390jxdsk0v9ljd983"))
(patches (search-patches "libdrm-symbol-check.patch"))))
(build-system gnu-build-system)
(inputs
`(("libpciaccess" ,libpciaccess)
("libpthread-stubs" ,libpthread-stubs)))
`(("libpciaccess" ,libpciaccess)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://dri.freedesktop.org/wiki/")
`(("pkg-config" ,pkg-config)))
(home-page "https://dri.freedesktop.org/wiki/")
(synopsis "Direct rendering userspace library")
(description "The Direct Rendering Infrastructure, also known as the DRI,
is a framework for allowing direct access to graphics hardware under the