From f0ad43dfdd68bd0a2ff20cd588128a8666df5fea Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 10 Aug 2021 12:39:18 +0300 Subject: 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. --- gnu/packages/xorg.scm | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c834e0e564..79139d01c1 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2783,27 +2783,36 @@ X server.") (license license:x11))) (define-public xf86-video-ati - (package - (name "xf86-video-ati") - (version "19.1.0") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://xorg/individual/driver/" - "xf86-video-ati-" version ".tar.bz2")) - (sha256 - (base32 "0j9w4axsqlycv4v14g53xyhkm9h7d27b2fcv9lrzb9gf54b5m7v5")))) - (build-system gnu-build-system) - (inputs `(("mesa" ,mesa) - ("xorgproto" ,xorgproto) - ("xorg-server" ,xorg-server))) - (native-inputs `(("pkg-config" ,pkg-config))) - (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 + ;; The current release is too old to build with our inputs. + (let ((commit "5eba006e4129e8015b822f9e1d2f1e613e252cda") + (revision "1")) + (package + (name "xf86-video-ati") + (version (git-version "19.1.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1n49wx0v13jh8vv17sxgrmmpi1mk3n2wph07jfmxmzqahpcn4lkn")))) + (build-system gnu-build-system) + (inputs `(("mesa" ,mesa) + ("xorgproto" ,xorgproto) + ("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.") - (license license:x11))) + (license license:x11)))) (define-public xf86-video-cirrus -- cgit v1.2.3 bbadf71f51e8cc14&showmsg=1'>Expand)Author 2020-04-08Merge branch 'master' into core-updates... Conflicts: etc/news.scm gnu/local.mk gnu/packages/check.scm gnu/packages/cross-base.scm gnu/packages/gimp.scm gnu/packages/java.scm gnu/packages/mail.scm gnu/packages/sdl.scm gnu/packages/texinfo.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke 2020-04-04gnu: man-db: Make some inputs native....* gnu/packages/man.scm (man-db)[inputs]: Move flex from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vincent Legoll 2020-03-31gnu: scdoc: Update to 1.10.1....* gnu/packages/man.scm (scdoc): Update to 1.10.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandru-Sergiu Marton 2020-03-30Merge branch 'master' into core-updates... Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/guile.scm gnu/packages/linux.scm gnu/packages/package-management.scm gnu/packages/pulseaudio.scm gnu/packages/web.scm Marius Bakke 2020-03-29gnu: txt2man: Don't use unstable tarball....* gnu/packages/man.scm (txt2man)[source]: Download using git-fetch. Efraim Flashner 2020-03-27gnu: help2man: Remove version 1.47.12....* gnu/packages/man.scm (help2man): Update to 1.47.13. (help2man/latest): Remove variable. Marius Bakke 2020-03-27Merge branch 'master' into core-updates... Conflicts: gnu/packages/icu4c.scm gnu/packages/man.scm gnu/packages/python-xyz.scm guix/scripts/environment.scm guix/scripts/pack.scm guix/scripts/package.scm guix/scripts/pull.scm guix/store.scm Marius Bakke 2020-03-26gnu: help2man: Update to 1.47.13....* gnu/packages/man.scm (help2man/latest): Update to 1.47.13. Marius Bakke 2020-03-14Merge branch 'master' into core-updatesMarius Bakke 2020-03-13gnu: libpipeline: Update to 1.5.2....* gnu/packages/man.scm (libpipeline): Update to 1.5.2. Tobias Geerinckx-Rice 2020-03-10Merge branch 'master' into core-updatesMarius Bakke 2020-03-09gnu: man-db: Update to 2.9.1....* gnu/packages/man.scm (man-db): Update to 2.9.1. Tobias Geerinckx-Rice 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-12gnu: man-pages: Update to 5.05....* gnu/packages/man.scm (man-pages): Update to 5.05. Tobias Geerinckx-Rice 2020-01-14gnu: help2man: Update to 1.47.12....* gnu/packages/man.scm (help2man/latest): Update to 1.47.12. Marius Bakke 2020-01-14gnu: help2man: Update to 1.47.12....* gnu/packages/man.scm (help2man): Update to 1.47.12. (help2man/latest): Remove variable. Marius Bakke 2019-12-05Merge branch 'master' into core-updatesMarius Bakke 2019-11-22gnu: man-pages: Update to 5.04....* gnu/packages/man.scm (man-pages): Update to 5.04. Tobias Geerinckx-Rice 2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe 2019-10-28gnu: scdoc: Set PREFIX instead of patching Makefile....* gnu/packages/man.scm (scdoc)[arguments]: Set PREFIX instead of patching Makefile with output path. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley 2019-10-26gnu: man-db: Update to 2.9.0....* gnu/packages/man.scm (man-db): Update to 2.9.0. Tobias Geerinckx-Rice 2019-10-16gnu: man-pages: Update to 5.03....* gnu/packages/man.scm (man-pages): Update to 5.03. Tobias Geerinckx-Rice 2019-09-24gnu: help2man: Fix cross-compilation....* gnu/packages/man.scm (help2man)[native-inputs]: Add perl. Mathieu Othacehe 2019-08-22Merge branch 'master' into core-updatesMark H Weaver 2019-08-21gnu: help2man: Update to 1.47.11....* gnu/packages/man.scm (help2man/latest): Update to 1.47.11. Tobias Geerinckx-Rice 2019-08-13Merge branch 'master' into core-updatesMarius Bakke 2019-08-03gnu: man-pages: Update to 5.02....* gnu/packages/man.scm (man-pages): Update to 5.02. Tobias Geerinckx-Rice 2019-05-25gnu: Remove help2man@1.47.6....* gnu/packages/man.scm (help2man): Update to 1.47.10. (help2man/latest): Remove variable. Marius Bakke 2019-05-24gnu: help2man: Update to 1.47.10....* gnu/packages/man.scm (help2man/latest): Update to 1.47.10. Marius Bakke 2019-05-11gnu: man-db: Update to 2.8.5....* gnu/packages/man.scm (man-db): Update to 2.8.5. [arguments]: Add systemd unit directory to #:configure-flags. Tobias Geerinckx-Rice 2019-05-09gnu: man-pages: Update to 5.01....* gnu/packages/man.scm (man-pages): Update to 5.01. Tobias Geerinckx-Rice