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:
parent
22586c4203
commit
f0ad43dfdd
1 changed files with 29 additions and 20 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue