aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-vesa
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-29 14:07:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-29 14:08:08 +0000
commit7bda13d1f314892f0d482abbff3a3e9066e9ea00 (patch)
tree7ae320817b0677dfcfba394c448edee8cbc3ac5c /main/xf86-video-vesa
parent0da1f209a36cdf490e51d83220ab0ab61dcf4c9b (diff)
main/xf86-video-vesa: upgrade to 2.3.4
Diffstat (limited to 'main/xf86-video-vesa')
-rw-r--r--main/xf86-video-vesa/0002-Remove-mibstore.h.patch35
-rw-r--r--main/xf86-video-vesa/APKBUILD17
2 files changed, 6 insertions, 46 deletions
diff --git a/main/xf86-video-vesa/0002-Remove-mibstore.h.patch b/main/xf86-video-vesa/0002-Remove-mibstore.h.patch
deleted file mode 100644
index df8a2334211..00000000000
--- a/main/xf86-video-vesa/0002-Remove-mibstore.h.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Tue, 25 Sep 2012 08:55:03 -0400
-Subject: [PATCH 2/2] Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
- src/vesa.c | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/src/vesa.c b/src/vesa.c
-index 11cd26c..b73d104 100644
---- a/src/vesa.c
-+++ b/src/vesa.c
-@@ -49,9 +49,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* Colormap handling */
- #include "micmap.h"
- #include "xf86cmap.h"
-@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL)
- VESADGAInit(pScrn, pScreen);
-
- xf86SetBlackWhitePixels(pScreen);
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
-
- /* software cursor */
---
-1.8.0.2
-
diff --git a/main/xf86-video-vesa/APKBUILD b/main/xf86-video-vesa/APKBUILD
index fa3adeb0f72..90509b82255 100644
--- a/main/xf86-video-vesa/APKBUILD
+++ b/main/xf86-video-vesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-vesa
-pkgver=2.3.2
-pkgrel=6
+pkgver=2.3.4
+pkgrel=0
pkgdesc="X.org vesa video driver"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -11,14 +11,12 @@ depends=
makedepends="xorg-server-dev libxi-dev fontsproto randrproto
videoproto renderproto"
-source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
- 0002-Remove-mibstore.h.patch"
+source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
- update_config_sub || return 1
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
@@ -43,9 +41,6 @@ package() {
rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-md5sums="3eddd393fba79550e012d717499d58ad xf86-video-vesa-2.3.2.tar.bz2
-f0641dbc1afa0ac59c8665ccdffb21f6 0002-Remove-mibstore.h.patch"
-sha256sums="144a17ffae3c86603ddc4ae33521a52813498ee1f8213faa662dc4a8d6490ee3 xf86-video-vesa-2.3.2.tar.bz2
-b74675347d2b96962776fb3a62e20408cb9c2373be910c250d1a5e66d469360c 0002-Remove-mibstore.h.patch"
-sha512sums="5da0da391fe5d3a5a88e36dcf0b75435b6c1b7389425da253633a293f3eeb0dc91760d0e66b3e98e227dabfa888dbf085fcc5fd973381da4df01ed81c8db288e xf86-video-vesa-2.3.2.tar.bz2
-bf163ce3ce5ff1d979221587d09a7affd3131ce3f9dd1b8d814e4572cb2e6fe8a010d88f3b28f7fcf60ed2cf6adfeb3edd3406197f70f956f8d2fa1e07956dca 0002-Remove-mibstore.h.patch"
+md5sums="a893c37c589f7a31cea929a5d896a0e2 xf86-video-vesa-2.3.4.tar.bz2"
+sha256sums="7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1 xf86-video-vesa-2.3.4.tar.bz2"
+sha512sums="5a01c295a03f367281f49bb186a003a91da3aa4cff7c37ef3fb83889b595f641745899c62e4c0954a1daf4b18bd0e1bcbbe1b87d2863d1ce71feffa1744e892d xf86-video-vesa-2.3.4.tar.bz2"