aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-sis
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-07-27 15:37:10 +0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-07-27 19:00:35 +0000
commit0f9cf292309da0b42d2ccf4b0ccc093b8dd296eb (patch)
tree1db608d5d428885525bfb2af1dcb17339dfad338 /main/xf86-video-sis
parent3c669e8d266a121d3a7cbe9386c82894f4798244 (diff)
main/xf86-video-sis: upgrade to 0.11.0
* Remove patch, changes are now upstream. Signed-off-by: prspkt <prspkt@protonmail.com> Closes GH-9717
Diffstat (limited to 'main/xf86-video-sis')
-rw-r--r--main/xf86-video-sis/0001-Remove-reference-to-virtualFrom.patch28
-rw-r--r--main/xf86-video-sis/APKBUILD11
2 files changed, 4 insertions, 35 deletions
diff --git a/main/xf86-video-sis/0001-Remove-reference-to-virtualFrom.patch b/main/xf86-video-sis/0001-Remove-reference-to-virtualFrom.patch
deleted file mode 100644
index 78f69052842..00000000000
--- a/main/xf86-video-sis/0001-Remove-reference-to-virtualFrom.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 4b1356a2b7fd06e9a05d134caa4033681c939737 Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Thu, 16 Feb 2017 11:21:27 -0500
-Subject: [PATCH] Remove reference to ->virtualFrom
-
-The core will print this information as well anyway.
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
- src/sis_driver.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/sis_driver.c b/src/sis_driver.c
-index 8f06164..513f68b 100644
---- a/src/sis_driver.c
-+++ b/src/sis_driver.c
-@@ -2738,7 +2738,7 @@ SiSPrintModes(ScrnInfoPtr pScrn)
- float hsync, refresh = 0.0;
- char *desc, *desc2, *prefix, *uprefix, *output;
-
-- xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
-+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
- "(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
- pScrn->displayWidth);
-
---
-2.18.0
-
diff --git a/main/xf86-video-sis/APKBUILD b/main/xf86-video-sis/APKBUILD
index 907f2a9f321..ca990f9a201 100644
--- a/main/xf86-video-sis/APKBUILD
+++ b/main/xf86-video-sis/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-sis
-pkgver=0.10.9
-pkgrel=3
+pkgver=0.11.0
+pkgrel=0
pkgdesc="X.org SiS video driver"
url="https://xorg.freedesktop.org"
arch="all"
@@ -9,9 +9,7 @@ license="MIT"
subpackages="$pkgname-doc"
depends=
makedepends="xorg-server-dev util-macros mesa-dev libxi-dev xorgproto"
-source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
- 0001-Remove-reference-to-virtualFrom.patch
- "
+source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir"/$pkgname-$pkgver
build() {
@@ -35,5 +33,4 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="7cb11d2f1f8be8d92159af7e322a9e4fe4e3436c38932d6d665b8854c2009495e99ff075c7a14d9db9c781114afc8397f0e8c1225d9a2f4bbf1b6a4b6cd6745d xf86-video-sis-0.10.9.tar.bz2
-0439a8ad058b348fb285d3f460cebf25f0df29f82c6f1268c8d9bc90646934b89f08bf5e92e7cc7680c141c9d772f82237f0964cb0ced05ea9ef02094c886a21 0001-Remove-reference-to-virtualFrom.patch"
+sha512sums="b8ad05b3faa24c6df65d825b576ddb8e2ce44705ce8b55d8cf0d9f37aa47a429ab43765d8daea57ff35c4cffed056fbec6dfe8ce95efcd6269cc7711115ea09c xf86-video-sis-0.11.0.tar.bz2"