guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

52/75: gnu: xf86-video-trident: Update to 1.3.7.


From: Mark H. Weaver
Subject: 52/75: gnu: xf86-video-trident: Update to 1.3.7.
Date: Wed, 24 Feb 2016 16:51:36 +0000

mhw pushed a commit to branch media-updates
in repository guix.

commit bcd4a740397bf7812879fba288424586d62edd9c
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:28:30 2016 +0100

    gnu: xf86-video-trident: Update to 1.3.7.
    
    * gnu/packages/patches/xf86-video-trident-remove-mibstore.patch: Delete
      file.
    * gnu-system.am (dist_patch_DATA): Remove it.
    * gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.7.
      [source]: Remove patch.
---
 gnu-system.am                                      |    1 -
 .../xf86-video-trident-remove-mibstore.patch       |   23 --------------------
 gnu/packages/xorg.scm                              |    6 +---
 3 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/gnu-system.am b/gnu-system.am
index b74ba26..dd39e86 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -774,7 +774,6 @@ dist_patch_DATA =                                           
\
   gnu/packages/patches/xf86-video-nv-remove-mibstore.patch     \
   gnu/packages/patches/xf86-video-openchrome-glibc-2.20.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      \
   gnu/packages/patches/xfce4-panel-plugins.patch               \
   gnu/packages/patches/xfce4-session-fix-xflock4.patch         \
diff --git a/gnu/packages/patches/xf86-video-trident-remove-mibstore.patch 
b/gnu/packages/patches/xf86-video-trident-remove-mibstore.patch
deleted file mode 100644
index 74c8987..0000000
--- a/gnu/packages/patches/xf86-video-trident-remove-mibstore.patch
+++ /dev/null
@@ -1,23 +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-trident-1.3.6/src/trident_driver.c.~1~  2012-07-15 
22:16:00.000000000 -0400
-+++ xf86-video-trident-1.3.6/src/trident_driver.c      2014-12-19 
01:45:29.529410518 -0500
-@@ -56,7 +56,6 @@
- 
- #include "mipointer.h"
- 
--#include "mibstore.h"
- #include "shadow.h"
- #include "trident.h"
- #include "trident_regs.h"
-@@ -3037,7 +3036,6 @@
-       TridentAccelInit(pScreen);
-     }
- 
--    miInitializeBackingStore(pScreen);
-     xf86SetBackingStore(pScreen);
- 
-     /* Initialise cursor functions */
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3b984a8..02ff6a7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3287,7 +3287,7 @@ X server.")
 (define-public xf86-video-trident
   (package
     (name "xf86-video-trident")
-    (version "1.3.6")
+    (version "1.3.7")
     (source
       (origin
         (method url-fetch)
@@ -3297,9 +3297,7 @@ X server.")
                ".tar.bz2"))
         (sha256
           (base32
-           "0141qbfsm32i0pxjyx5czpa8x8m4lvapsp4amw1qigaa0gry6n3a"))
-        (patches (list
-                  (search-patch "xf86-video-trident-remove-mibstore.patch")))))
+           "1bhkwic2acq9za4yz4bwj338cwv5mdrgr2qmgkhlj3bscbg1imgc"))))
     (build-system gnu-build-system)
     (inputs `(("xf86dgaproto" ,xf86dgaproto)
               ("xorg-server" ,xorg-server)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]