gnu: xf86-video-ati: Update to 19.1.0-1.5eba006.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0-1.5eba006.
[native-inputs]: Add autoconf, automake, and libtool.
This commit is contained in:
Efraim Flashner 2021-08-10 12:39:18 +03:00
parent 22586c4203
commit f0ad43dfdd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2783,27 +2783,36 @@ (define-public xf86-video-ast
(license license:x11))) (license license:x11)))
(define-public xf86-video-ati (define-public xf86-video-ati
(package ;; The current release is too old to build with our inputs.
(name "xf86-video-ati") (let ((commit "5eba006e4129e8015b822f9e1d2f1e613e252cda")
(version "19.1.0") (revision "1"))
(source (package
(origin (name "xf86-video-ati")
(method url-fetch) (version (git-version "19.1.0" revision commit))
(uri (string-append "mirror://xorg/individual/driver/" (source
"xf86-video-ati-" version ".tar.bz2")) (origin
(sha256 (method git-fetch)
(base32 "0j9w4axsqlycv4v14g53xyhkm9h7d27b2fcv9lrzb9gf54b5m7v5")))) (uri (git-reference
(build-system gnu-build-system) (url "https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati.git")
(inputs `(("mesa" ,mesa) (commit commit)))
("xorgproto" ,xorgproto) (file-name (git-file-name name version))
("xorg-server" ,xorg-server))) (sha256
(native-inputs `(("pkg-config" ,pkg-config))) (base32 "1n49wx0v13jh8vv17sxgrmmpi1mk3n2wph07jfmxmzqahpcn4lkn"))))
(home-page "https://www.x.org/wiki/") (build-system gnu-build-system)
(synopsis "ATI Radeon video driver for X server") (inputs `(("mesa" ,mesa)
(description ("xorgproto" ,xorgproto)
"xf86-video-ati is an ATI Radeon video driver for the Xorg ("xorg-server" ,xorg-server)))
(native-inputs
`(("pkg-config" ,pkg-config)
("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(home-page "https://www.x.org/wiki/")
(synopsis "ATI Radeon video driver for X server")
(description
"xf86-video-ati is an ATI Radeon video driver for the Xorg
X server.") X server.")
(license license:x11))) (license license:x11))))
(define-public xf86-video-cirrus (define-public xf86-video-cirrus