From 63797f650cd1ec2582dfc21c581f63eeeb23ca3b Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 2 Jul 2025 01:23:41 +0200 Subject: [PATCH] xf86-video-r128: update to 6.13.0. --- .../xf86-video-r128/patches/fix-non-x86.patch | 30 ++++--------------- srcpkgs/xf86-video-r128/template | 8 ++--- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/srcpkgs/xf86-video-r128/patches/fix-non-x86.patch b/srcpkgs/xf86-video-r128/patches/fix-non-x86.patch index 52d6c368693..524f818fa95 100644 --- a/srcpkgs/xf86-video-r128/patches/fix-non-x86.patch +++ b/srcpkgs/xf86-video-r128/patches/fix-non-x86.patch @@ -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; } diff --git a/srcpkgs/xf86-video-r128/template b/srcpkgs/xf86-video-r128/template index 5fa838cd9e9..de0209c62bd 100644 --- a/srcpkgs/xf86-video-r128/template +++ b/srcpkgs/xf86-video-r128/template @@ -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 " 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"