[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/64: gnu: xf86-video-intel: Update to git snapshot e41040f.
From: |
Andy Wingo |
Subject: |
32/64: gnu: xf86-video-intel: Update to git snapshot e41040f. |
Date: |
Thu, 18 Feb 2016 21:19:13 +0000 |
wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit faef708f9a01c2b1fff2f58555fae2710a9cf484
Author: Andy Wingo <address@hidden>
Date: Thu Feb 18 21:12:31 2016 +0100
gnu: xf86-video-intel: Update to git snapshot e41040f.
* gnu/packages/xorg.scm (xf86-video-intel): Update to git snapshot
e41040f. Upstream isn't making releases.
---
gnu/packages/xorg.scm | 73 +++++++++++++++++++++++++++---------------------
1 files changed, 41 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index be0f4d8..d20a3dc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2811,39 +2811,48 @@ X server.")
(define-public xf86-video-intel
- (package
- (name "xf86-video-intel")
- (version "2.21.15")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/driver/xf86-video-intel-"
- version
- ".tar.bz2"))
- (sha256
- (base32
- "1z6ncmpszmwqi9xr590c4kp4gjjf7mndcr56r35x2bx7h87i8nkx"))
- (patches (list (search-patch "xf86-video-intel-compat-api.patch")
- (search-patch "xf86-video-intel-glibc-2.20.patch")))))
- (build-system gnu-build-system)
- (inputs `(("mesa" ,mesa)
- ("udev" ,eudev)
- ("libx11" ,libx11)
- ("xorg-server" ,xorg-server)))
- (native-inputs
- `(("pkg-config" ,pkg-config)))
- (supported-systems
- ;; This driver is only supported on Intel systems.
- (filter (lambda (system) (or (string-prefix? "i686-" system)
- (string-prefix? "x86_64-" system)))
- %supported-systems))
- (home-page "http://www.x.org/wiki/")
- (synopsis "Intel video driver for X server")
- (description
- "xf86-video-intel is a 2D graphics driver for the Xorg X server.
+ (let ((commit "e41040f"))
+ (package
+ (name "xf86-video-intel")
+ (version (string-append "2.99.917." commit))
+ (source
+ (origin
+ ;; there's no current tarball
+ (method git-fetch)
+ (uri (git-reference
+ (url
"http://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel.git")
+ (commit commit)))
+ (sha256
+ (base32
+ "1gfh0ghkaqv4nfjdgbi6digqkz13hcnl56nl4vy0dj5lcrmrdxxs"))
+ (file-name (string-append name "-" version))))
+ (build-system gnu-build-system)
+ (inputs `(("mesa" ,mesa)
+ ("udev" ,eudev)
+ ("libx11" ,libx11)
+ ("libxfont" ,libxfont)
+ ("xorg-server" ,xorg-server)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)))
+ (supported-systems
+ ;; This driver is only supported on Intel systems.
+ (filter (lambda (system) (or (string-prefix? "i686-" system)
+ (string-prefix? "x86_64-" system)))
+ %supported-systems))
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (add-before 'configure 'bootstrap
+ (lambda _
+ (system* "autoreconf" "-vfi"))))))
+ (home-page "http://www.x.org/wiki/")
+ (synopsis "Intel video driver for X server")
+ (description
+ "xf86-video-intel is a 2D graphics driver for the Xorg X server.
It supports a variety of Intel graphics chipsets.")
- (license license:x11)))
+ (license license:x11))))
(define-public xf86-video-mach64
- 22/64: gnu: xdriinfo: Update to 1.0.5., (continued)
- 22/64: gnu: xdriinfo: Update to 1.0.5., Andy Wingo, 2016/02/18
- 23/64: gnu: xev: Update to 1.2.2., Andy Wingo, 2016/02/18
- 24/64: gnu: xf86-input-evdev: Update to 2.10.1., Andy Wingo, 2016/02/18
- 25/64: gnu: xf86-input-libinput: Update to 0.16.0., Andy Wingo, 2016/02/18
- 26/64: gnu: xf86-input-keyboard: Update to 1.8.1., Andy Wingo, 2016/02/18
- 27/64: gnu: xf86-input-synaptics: Update to 1.8.3., Andy Wingo, 2016/02/18
- 28/64: gnu: xf86-input-void: Update to 1.4.1., Andy Wingo, 2016/02/18
- 29/64: gnu: xf86-video-ati: Update to 7.6.1., Andy Wingo, 2016/02/18
- 30/64: gnu: xf86-video-cirrus: Update to 1.5.3., Andy Wingo, 2016/02/18
- 31/64: gnu: xf86-video-geode: Update to 2.11.18., Andy Wingo, 2016/02/18
- 32/64: gnu: xf86-video-intel: Update to git snapshot e41040f.,
Andy Wingo <=
- 33/64: gnu: xf86-video-mach64: Update to 6.9.5., Andy Wingo, 2016/02/18
- 34/64: gnu: xf86-video-mga: Update to 1.9.100., Andy Wingo, 2016/02/18
- 35/64: gnu: xf86-video-neomagic: Update to 1.2.9., Andy Wingo, 2016/02/18
- 36/64: gnu: xf86-video-nouveau: Update to 1.0.12., Andy Wingo, 2016/02/18
- 37/64: gnu: xf86-video-r128: Update to 6.10.1., Andy Wingo, 2016/02/18
- 38/64: gnu: xf86-video-savage: Update to 2.3.8., Andy Wingo, 2016/02/18
- 39/64: gnu: xf86-video-siliconmotion: Update to 1.7.8., Andy Wingo, 2016/02/18
- 40/64: gnu: xf86-video-sis: Update to 0.10.8., Andy Wingo, 2016/02/18
- 41/64: gnu: xf86-video-tdfx: Update to 1.4.6., Andy Wingo, 2016/02/18
- 42/64: gnu: xf86-video-trident: Update to 1.3.7., Andy Wingo, 2016/02/18