xorg-xf86-video-ark: update to 0.7.6
This commit is contained in:
parent
46eb53c81a
commit
78f754ac14
@ -1,6 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/xorg.pub
|
||||
RWTSGWF5Q7TndIDgBO89N8Tld4QK2LwSOMjFQvO2ZkLi+Tdc+wU76rFHheXhKxjzXzcxuOiIPKMEFx7/8U+GnIhsRrdCva2TRwY=
|
||||
SHA256 (Pkgfile) = 7c4a16b80d551041686d61ab55fc0848949734ebbfa3955577b20c2acc0b0452
|
||||
RWTSGWF5Q7TndME4wWyVYMQXS2vrydb9+nDv5ljI16iKROuEb9iG7S9BfgiyOIhG1tmG+4d7Cdb690E8QZ3+SiZuj3SCBW8iyAM=
|
||||
SHA256 (Pkgfile) = 382c8c7570f87549367d20b111af864f07140e63407ae5444eb2739c375176a6
|
||||
SHA256 (.footprint) = eaaf44cfb594b96bdcbe3bd6488412e8b45511be199fc7e32cf2ad3f0cbe1a90
|
||||
SHA256 (xf86-video-ark-0.7.5.tar.bz2) = c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e
|
||||
SHA256 (mibstore.patch) = fcab7e301941ef03b07b471a192382007e4f6784be190c65bc2821085ddd1b89
|
||||
SHA256 (xf86-video-ark-0.7.6.tar.xz) = 5acc9e78122ff6f4390787b2d0d44df81379bd613b6245983cc4bf3f325d085d
|
||||
|
@ -4,15 +4,13 @@
|
||||
# Depends on: xorg-server
|
||||
|
||||
name=xorg-xf86-video-ark
|
||||
version=0.7.5
|
||||
version=0.7.6
|
||||
release=1
|
||||
source=(https://www.x.org/releases/individual/driver/xf86-video-ark-$version.tar.bz2 mibstore.patch)
|
||||
source=(https://www.x.org/releases/individual/driver/xf86-video-ark-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd xf86-video-ark-$version
|
||||
patch -p1 -i $SRC/mibstore.patch
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,19 +0,0 @@
|
||||
diff -rupN xf86-video-ark-0.7.5-orig/src/ark_driver.c xf86-video-ark-0.7.5/src/ark_driver.c
|
||||
--- xf86-video-ark-0.7.5-orig/src/ark_driver.c 2013-03-09 14:59:45.471029330 +0100
|
||||
+++ xf86-video-ark-0.7.5/src/ark_driver.c 2013-03-09 15:00:59.248549870 +0100
|
||||
@@ -39,7 +39,6 @@
|
||||
#include "compiler.h"
|
||||
#include "mipointer.h"
|
||||
#include "micmap.h"
|
||||
-#include "mibstore.h"
|
||||
#include "fb.h"
|
||||
#include "ark.h"
|
||||
|
||||
@@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_AR
|
||||
|
||||
fbPictureInit (pScreen, 0, 0);
|
||||
|
||||
- miInitializeBackingStore(pScreen);
|
||||
xf86SetBackingStore(pScreen);
|
||||
|
||||
if (!pARK->NoAccel) {
|
Loading…
x
Reference in New Issue
Block a user