mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
xf86-video-r128: update to 6.13.0.
This commit is contained in:
parent
a739e892d6
commit
63797f650c
2 changed files with 10 additions and 28 deletions
|
@ -88,32 +88,14 @@ index 18ff57f..3f9159a 100644
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
return ret;
|
return ret;
|
||||||
@@ -1887,14 +1894,15 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
|
diff --git a/r128_output.c.orig b/r128_output.c
|
||||||
}
|
index 6543971..acdb858 100644
|
||||||
|
|
||||||
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
|
|
||||||
--- a/src/r128_output.c
|
--- a/src/r128_output.c
|
||||||
+++ b/src/r128_output.c
|
+++ b/src/r128_output.c
|
||||||
@@ -426,6 +426,7 @@ void R128GetConnectorInfoFromBIOS(ScrnInfoPtr pScrn, R128OutputType *otypes)
|
@@ -483,6 +483,7 @@ R128GetConnectorInfoFromBIOS(ScrnInfoPtr pScrn, R128OutputType *otypes)
|
||||||
/* non-x86 platform */
|
} else {
|
||||||
if (!info->VBIOS) {
|
otypes[0] = OUTPUT_VGA;
|
||||||
otypes[0] = OUTPUT_VGA;
|
}
|
||||||
+ return;
|
+ return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xf86-video-r128'
|
# Template file for 'xf86-video-r128'
|
||||||
pkgname=xf86-video-r128
|
pkgname=xf86-video-r128
|
||||||
version=6.12.0
|
version=6.13.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorgproto xorg-server-devel"
|
makedepends="xorgproto xorg-server-devel"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Xorg ATI Rage 128 video driver"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://wiki.freedesktop.org/xorg"
|
homepage="https://wiki.freedesktop.org/xorg"
|
||||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.xz"
|
||||||
checksum=801c86882cbd2bbb3084d471dcc5cfee2c1754dcbfb4dc446676d58a6bd9e057
|
checksum=f20bed5ac201edd517fe0878dd2bcef78c8805c9f7faa3d0d7a4dba2e973f745
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue