xorg-xf86-video-nv: updated to 2.1.21

This commit is contained in:
Fredrik Rinnestam 2017-01-18 20:01:24 +01:00
parent 0e931ba7dd
commit 880cd7f0f8
3 changed files with 4 additions and 51 deletions

View File

@ -1,2 +1 @@
72a9065bc8a63019acd5eda352dd9a84 mibstore.patch
e263dd0cd149b5224e92baa5a227bb00 xf86-video-nv-2.1.20.tar.bz2
1fdd41d88232043811cbe3f5ac724c5f xf86-video-nv-2.1.21.tar.bz2

View File

@ -4,13 +4,12 @@
# Depends on: xorg-server
name=xorg-xf86-video-nv
version=2.1.20
release=3
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-$version.tar.bz2 mibstore.patch)
version=2.1.21
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-$version.tar.bz2)
build() {
cd xf86-video-nv-$version
patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr
make

View File

@ -1,45 +0,0 @@
diff -rupN xf86-video-nv-2.1.20-orig/src/g80_driver.c xf86-video-nv-2.1.20/src/g80_driver.c
--- xf86-video-nv-2.1.20-orig/src/g80_driver.c 2013-03-09 15:22:43.549152630 +0100
+++ xf86-video-nv-2.1.20/src/g80_driver.c 2013-03-09 15:23:08.148993854 +0100
@@ -34,7 +34,6 @@
#include <xf86Resources.h>
#endif
#include <mipointer.h>
-#include <mibstore.h>
#include <micmap.h>
#include <xf86cmap.h>
#include <fb.h>
@@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
}
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
diff -rupN xf86-video-nv-2.1.20-orig/src/nv_include.h xf86-video-nv-2.1.20/src/nv_include.h
--- xf86-video-nv-2.1.20-orig/src/nv_include.h 2013-03-09 15:22:43.549152630 +0100
+++ xf86-video-nv-2.1.20/src/nv_include.h 2013-03-09 15:23:21.828461637 +0100
@@ -24,9 +24,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
#include "micmap.h"
#include "xf86DDC.h"
diff -rupN xf86-video-nv-2.1.20-orig/src/riva_include.h xf86-video-nv-2.1.20/src/riva_include.h
--- xf86-video-nv-2.1.20-orig/src/riva_include.h 2013-03-09 15:22:43.549152630 +0100
+++ xf86-video-nv-2.1.20/src/riva_include.h 2013-03-09 15:23:33.397857262 +0100
@@ -22,9 +22,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
#include "micmap.h"
#include "xf86DDC.h"