xf86-video-r128: update to 6.13.0.

This commit is contained in:
Piraty 2025-07-02 01:23:41 +02:00
parent a739e892d6
commit 63797f650c
2 changed files with 10 additions and 28 deletions

View file

@ -88,32 +88,14 @@ index 18ff57f..3f9159a 100644
exit:
return ret;
@@ -1887,14 +1894,15 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
}
if (!info->noAccel) {
+#ifdef HAVE_XAA_H
if (R128XAAAccelInit(pScreen)) {
info->accelOn = TRUE;
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"XAA acceleration enabled.\n");
- } else {
+ } else
+#endif
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Acceleration disabled.\n");
- }
}
}
}
diff --git src/r128_output.c src/r128_output.c
index 1d98fb9..5a94a3f 100644
diff --git a/r128_output.c.orig b/r128_output.c
index 6543971..acdb858 100644
--- a/src/r128_output.c
+++ b/src/r128_output.c
@@ -426,6 +426,7 @@ void R128GetConnectorInfoFromBIOS(ScrnInfoPtr pScrn, R128OutputType *otypes)
/* non-x86 platform */
if (!info->VBIOS) {
otypes[0] = OUTPUT_VGA;
@@ -483,6 +483,7 @@ R128GetConnectorInfoFromBIOS(ScrnInfoPtr pScrn, R128OutputType *otypes)
} else {
otypes[0] = OUTPUT_VGA;
}
+ return;
}

View file

@ -1,7 +1,7 @@
# Template file for 'xf86-video-r128'
pkgname=xf86-video-r128
version=6.12.0
revision=2
version=6.13.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="xorgproto xorg-server-devel"
@ -10,8 +10,8 @@ short_desc="Xorg ATI Rage 128 video driver"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wiki.freedesktop.org/xorg"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=801c86882cbd2bbb3084d471dcc5cfee2c1754dcbfb4dc446676d58a6bd9e057
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.xz"
checksum=f20bed5ac201edd517fe0878dd2bcef78c8805c9f7faa3d0d7a4dba2e973f745
lib32disabled=yes
LDFLAGS="-Wl,-z,lazy"