Skip to content

Commit 63797f6

Browse files
committed
xf86-video-r128: update to 6.13.0.
1 parent a739e89 commit 63797f6

2 files changed

Lines changed: 10 additions & 28 deletions

File tree

srcpkgs/xf86-video-r128/patches/fix-non-x86.patch

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,32 +88,14 @@ index 18ff57f..3f9159a 100644
8888

8989
exit:
9090
return ret;
91-
@@ -1887,14 +1894,15 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
92-
}
93-
94-
if (!info->noAccel) {
95-
+#ifdef HAVE_XAA_H
96-
if (R128XAAAccelInit(pScreen)) {
97-
info->accelOn = TRUE;
98-
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
99-
"XAA acceleration enabled.\n");
100-
- } else {
101-
+ } else
102-
+#endif
103-
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
104-
"Acceleration disabled.\n");
105-
- }
106-
}
107-
}
108-
}
109-
diff --git src/r128_output.c src/r128_output.c
110-
index 1d98fb9..5a94a3f 100644
91+
diff --git a/r128_output.c.orig b/r128_output.c
92+
index 6543971..acdb858 100644
11193
--- a/src/r128_output.c
11294
+++ b/src/r128_output.c
113-
@@ -426,6 +426,7 @@ void R128GetConnectorInfoFromBIOS(ScrnInfoPtr pScrn, R128OutputType *otypes)
114-
/* non-x86 platform */
115-
if (!info->VBIOS) {
116-
otypes[0] = OUTPUT_VGA;
95+
@@ -483,6 +483,7 @@ R128GetConnectorInfoFromBIOS(ScrnInfoPtr pScrn, R128OutputType *otypes)
96+
} else {
97+
otypes[0] = OUTPUT_VGA;
98+
}
11799
+ return;
118100
}
119101

srcpkgs/xf86-video-r128/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'xf86-video-r128'
22
pkgname=xf86-video-r128
3-
version=6.12.0
4-
revision=2
3+
version=6.13.0
4+
revision=1
55
build_style=gnu-configure
66
hostmakedepends="pkg-config"
77
makedepends="xorgproto xorg-server-devel"
@@ -10,8 +10,8 @@ short_desc="Xorg ATI Rage 128 video driver"
1010
maintainer="Orphaned <orphan@voidlinux.org>"
1111
license="MIT"
1212
homepage="https://wiki.freedesktop.org/xorg"
13-
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
14-
checksum=801c86882cbd2bbb3084d471dcc5cfee2c1754dcbfb4dc446676d58a6bd9e057
13+
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.xz"
14+
checksum=f20bed5ac201edd517fe0878dd2bcef78c8805c9f7faa3d0d7a4dba2e973f745
1515
lib32disabled=yes
1616
LDFLAGS="-Wl,-z,lazy"
1717

0 commit comments

Comments
 (0)