mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:57:14 +08:00
xorg group: updated xf86-video-i128
This commit is contained in:
parent
6111d4d197
commit
c60e39aefd
@ -4,19 +4,25 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=xf86-video-i128
|
||||
pkgver=1.3.5
|
||||
pkgrel=2
|
||||
pkgver=1.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="X.org Number 9 I128 video driver"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
makedepends=('xorg-server')
|
||||
makedepends=('xorg-server' 'xf86driproto' 'resourceproto' 'scrnsaverproto')
|
||||
conflicts=('xorg-server<1.12.3')
|
||||
groups=('xorg-video-drivers')
|
||||
options=('!libtool')
|
||||
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('2cf01b15fc3b5f2588627f051f9ae4d892696854')
|
||||
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 git-fix.diff)
|
||||
sha1sums=('4e66922f46169bf893cea00b33f80cf450070270'
|
||||
'c6264606ed1e0edb3a7c7b03a6c8b8302d9d90b6')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -Np1 -i ${srcdir}/git-fix.diff
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
53
xf86-video-i128/git-fix.diff
Normal file
53
xf86-video-i128/git-fix.diff
Normal file
@ -0,0 +1,53 @@
|
||||
From 3226d66c951f3621fb940cc5844098d892089eb1 Mon Sep 17 00:00:00 2001
|
||||
From: Adam Jackson <ajax@redhat.com>
|
||||
Date: Wed, 15 Aug 2012 17:03:11 +0000
|
||||
Subject: Don't bother to include vbe.h
|
||||
|
||||
Just copied from xf86 boilerplate afaict.
|
||||
|
||||
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||
---
|
||||
diff --git a/src/i128_driver.c b/src/i128_driver.c
|
||||
index 66fdee0..a0f08c0 100644
|
||||
--- a/src/i128_driver.c
|
||||
+++ b/src/i128_driver.c
|
||||
@@ -55,7 +55,6 @@
|
||||
#include "micmap.h"
|
||||
|
||||
#include "xf86DDC.h"
|
||||
-#include "vbe.h"
|
||||
|
||||
#include "xf86cmap.h"
|
||||
#include "fb.h"
|
||||
--
|
||||
cgit v0.9.0.2-2-gbebe
|
||||
From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
|
||||
From: Adam Jackson <ajax@redhat.com>
|
||||
Date: Tue, 25 Sep 2012 12:54:40 +0000
|
||||
Subject: Remove mibstore.h
|
||||
|
||||
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||
---
|
||||
diff --git a/src/i128_driver.c b/src/i128_driver.c
|
||||
index a0f08c0..51a4135 100644
|
||||
--- a/src/i128_driver.c
|
||||
+++ b/src/i128_driver.c
|
||||
@@ -50,8 +50,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"
|
||||
@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
- miInitializeBackingStore(pScreen);
|
||||
xf86SetBackingStore(pScreen);
|
||||
xf86SetSilkenMouse(pScreen);
|
||||
|
||||
--
|
||||
cgit v0.9.0.2-2-gbebe
|
Loading…
Reference in New Issue
Block a user