xf86-video-i128: update to 1.4.0.

Adam Jackson (2):
      Don't bother to include vbe.h
      Remove mibstore.h

Alan Coopersmith (1):
      Update configure.ac bug URL for gitlab migration

Kevin Brace (2):
      Use const char for xf86GetOptValString return type
      Version bumped to Version 1.4.0

Laurent Carlier (1):
      Stop using deprecated xf86PciInfo.h

Mihail Konev (1):
      autogen: add default patch prefix
This commit is contained in:
wiz 2018-12-10 08:31:50 +00:00
parent 7aabc3706e
commit e39cb2d4c7
3 changed files with 7 additions and 38 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.19 2018/03/07 11:57:42 wiz Exp $
# $NetBSD: Makefile,v 1.20 2018/12/10 08:31:50 wiz Exp $
DISTNAME= xf86-video-i128-1.3.6
PKGREVISION= 5
DISTNAME= xf86-video-i128-1.4.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.8 2015/11/04 03:29:02 agc Exp $
$NetBSD: distinfo,v 1.9 2018/12/10 08:31:50 wiz Exp $
SHA1 (xf86-video-i128-1.3.6.tar.bz2) = 4e66922f46169bf893cea00b33f80cf450070270
RMD160 (xf86-video-i128-1.3.6.tar.bz2) = c9d0eb30c260f40aebba0d8bbe2f1f88056c6f9a
SHA512 (xf86-video-i128-1.3.6.tar.bz2) = 688956107fe473941da9d22914dc1aa1889b8a1bb75678692d40630396eca5426a4506bb0a536c48b6ed7a2b580a80af5b8b5d3199e2b04d8f24c404f60d3c34
Size (xf86-video-i128-1.3.6.tar.bz2) = 324894 bytes
SHA1 (patch-src_i128__driver.c) = 96ea154c39e120e190e4fa850ecbbc8333528ce9
SHA1 (xf86-video-i128-1.4.0.tar.bz2) = 56d5b897b2695222c13e59d2ade74620a99e1011
RMD160 (xf86-video-i128-1.4.0.tar.bz2) = 053fc470a9cd650085c01ca3b5009fc3dff258fb
SHA512 (xf86-video-i128-1.4.0.tar.bz2) = d58baee3f20b3ad2ece6853da0ff20a6d54b984c6e3289bad2715cc003b277a0b44d20ded25cfc116400468df552390bdb5d80fbd3fb60861488ee5d027664b2
Size (xf86-video-i128-1.4.0.tar.bz2) = 331897 bytes

View file

@ -1,29 +0,0 @@
$NetBSD: patch-src_i128__driver.c,v 1.1 2015/04/02 22:16:46 tnn Exp $
From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Tue, 25 Sep 2012 08:54:40 -0400
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
--- src/i128_driver.c
+++ 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);