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
1 changed files with 5 additions and 6 deletions

View File

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