[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/75: gnu: xf86-video-tdfx: Update to 1.4.6.
From: |
Mark H. Weaver |
Subject: |
51/75: gnu: xf86-video-tdfx: Update to 1.4.6. |
Date: |
Wed, 24 Feb 2016 16:51:36 +0000 |
mhw pushed a commit to branch media-updates
in repository guix.
commit 816decebf27352ee0843a2d3d8f06fa0979e10da
Author: Andy Wingo <address@hidden>
Date: Thu Feb 18 21:28:14 2016 +0100
gnu: xf86-video-tdfx: Update to 1.4.6.
* gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: Delete
file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.6.
[source]: Remove patch.
---
gnu-system.am | 1 -
.../patches/xf86-video-tdfx-remove-mibstore.patch | 26 --------------------
gnu/packages/xorg.scm | 6 +---
3 files changed, 2 insertions(+), 31 deletions(-)
diff --git a/gnu-system.am b/gnu-system.am
index 0367903..b74ba26 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -773,7 +773,6 @@ dist_patch_DATA =
\
gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch \
gnu/packages/patches/xf86-video-nv-remove-mibstore.patch \
gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch \
- gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch \
gnu/packages/patches/xf86-video-tga-remove-mibstore.patch \
gnu/packages/patches/xf86-video-trident-remove-mibstore.patch \
gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch \
diff --git a/gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch
b/gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch
deleted file mode 100644
index 05e2154..0000000
--- a/gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Removes references to mibstore.h and miInitializeBackingStore, which
-have been removed from xorg-server. Zack Rusin <address@hidden>
-wrote: "It was a noop for at least 5 years and it has been removed."
-See: http://patches.openembedded.org/patch/46133/
-
---- xf86-video-tdfx-1.4.5/src/tdfx_driver.c.~1~ 2012-07-17
01:21:16.000000000 -0400
-+++ xf86-video-tdfx-1.4.5/src/tdfx_driver.c 2014-12-19 01:36:42.762798424
-0500
-@@ -62,10 +62,6 @@
-
- #include "compiler.h"
-
--/* Drivers using the mi implementation of backing store need: */
--
--#include "mibstore.h"
--
- /* All drivers using the vgahw module need this */
- /* This driver needs to be modified to not use vgaHW for multihead operation
*/
- #include "vgaHW.h"
-@@ -2373,7 +2369,6 @@
- }
- }
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c1b167a..3b984a8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3234,7 +3234,7 @@ This driver supports SiS chipsets of 300/315/330/340
series.")
(define-public xf86-video-tdfx
(package
(name "xf86-video-tdfx")
- (version "1.4.5")
+ (version "1.4.6")
(source
(origin
(method url-fetch)
@@ -3244,9 +3244,7 @@ This driver supports SiS chipsets of 300/315/330/340
series.")
".tar.bz2"))
(sha256
(base32
- "0nfqf1c8939s21ci1g7gacwzlr4g4nnilahgz7j2bz30zfnzpmbh"))
- (patches (list
- (search-patch "xf86-video-tdfx-remove-mibstore.patch")))))
+ "0dvdrhyn1iv6rr85v1c52s1gl0j1qrxgv7x0r7qn3ba0gj38i2is"))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)
("xf86driproto" ,xf86driproto)
- 52/75: gnu: xf86-video-trident: Update to 1.3.7., (continued)
- 52/75: gnu: xf86-video-trident: Update to 1.3.7., Mark H. Weaver, 2016/02/24
- 46/75: gnu: xf86-video-nouveau: Update to 1.0.12., Mark H. Weaver, 2016/02/24
- 55/75: gnu: xf86-video-voodoo: Fix build., Mark H. Weaver, 2016/02/24
- 59/75: gnu: xkbevd: Update to 1.1.4., Mark H. Weaver, 2016/02/24
- 63/75: gnu: xvinfo: Update to 1.1.3., Mark H. Weaver, 2016/02/24
- 34/75: gnu: xf86-input-evdev: Update to 2.10.1., Mark H. Weaver, 2016/02/24
- 56/75: gnu: xgamma: Update to 1.0.6., Mark H. Weaver, 2016/02/24
- 50/75: gnu: xf86-video-sis: Update to 0.10.8., Mark H. Weaver, 2016/02/24
- 66/75: gnu: xproto: Update to 7.0.28., Mark H. Weaver, 2016/02/24
- 71/75: gnu: xorg-server: Update to 1.18.1., Mark H. Weaver, 2016/02/24
- 51/75: gnu: xf86-video-tdfx: Update to 1.4.6.,
Mark H. Weaver <=
- 25/75: gnu: randrproto: Update to 1.5.0., Mark H. Weaver, 2016/02/24
- 44/75: gnu: xf86-video-mga: Update to 1.6.4., Mark H. Weaver, 2016/02/24
- 62/75: gnu: xmodmap: Update to 1.0.9., Mark H. Weaver, 2016/02/24
- 45/75: gnu: xf86-video-neomagic: Update to 1.2.9., Mark H. Weaver, 2016/02/24
- 75/75: gnu: services: Start X with -configdir., Mark H. Weaver, 2016/02/24
- 40/75: gnu: xf86-video-cirrus: Update to 1.5.3., Mark H. Weaver, 2016/02/24
- 48/75: gnu: xf86-video-savage: Update to 2.3.8., Mark H. Weaver, 2016/02/24
- 57/75: gnu: xhost: Update to 1.0.7., Mark H. Weaver, 2016/02/24
- 58/75: gnu: xinput: Update to 1.6.2., Mark H. Weaver, 2016/02/24
- 73/75: gnu: libxt: Update to 1.1.5., Mark H. Weaver, 2016/02/24