diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 04:50:24 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 04:55:45 -0600 |
commit | 91d44335af7dc0985f53bacf7bb21f59cbd82072 (patch) | |
tree | 4ea3e1a3e8581382a4f3626350bed0dd4277ba5d /user/xorg-drivers/APKBUILD | |
parent | 4f7c06ae9a6143bc55b113c5d1b300434a67c7e0 (diff) | |
download | packages-91d44335af7dc0985f53bacf7bb21f59cbd82072.tar.gz packages-91d44335af7dc0985f53bacf7bb21f59cbd82072.tar.bz2 packages-91d44335af7dc0985f53bacf7bb21f59cbd82072.tar.xz packages-91d44335af7dc0985f53bacf7bb21f59cbd82072.zip |
user/xf86-video-glint: Move to legacy/
* Driver does not build for current Xorg server.
* Last upstream release was 2015, last non-trivial Git commit was 2017.
* Last Permedia card was manufactured in 1999.
* We can still use fbdev on these chips; it is unlikely that any of the
GL 1.1 support would be useful these days, and contemporary reviews
noted that the Rage128 and RIVA TNT performed better.
Diffstat (limited to 'user/xorg-drivers/APKBUILD')
-rw-r--r-- | user/xorg-drivers/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/user/xorg-drivers/APKBUILD b/user/xorg-drivers/APKBUILD index cbefb4780..4beeb9a83 100644 --- a/user/xorg-drivers/APKBUILD +++ b/user/xorg-drivers/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xorg-drivers pkgver=1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Drivers for X.Org systems" url="https://www.X.Org/" arch="all" @@ -12,11 +12,10 @@ depends="xf86-input-evdev xf86-input-joystick xf86-input-libinput xf86-input-mouse xf86-input-synaptics xf86-input-void xf86-input-wacom xf86-video-amdgpu xf86-video-ast xf86-video-ati xf86-video-cirrus - xf86-video-dummy xf86-video-fbdev xf86-video-glint xf86-video-mach64 - xf86-video-mga xf86-video-nouveau xf86-video-openchrome xf86-video-qxl - xf86-video-r128 xf86-video-rendition xf86-video-sis xf86-video-sisusb - xf86-video-tdfx xf86-video-trident xf86-video-v4l xf86-video-vboxvideo - xf86-video-vesa" + xf86-video-dummy xf86-video-fbdev xf86-video-mach64 xf86-video-mga + xf86-video-nouveau xf86-video-openchrome xf86-video-qxl xf86-video-r128 + xf86-video-rendition xf86-video-sis xf86-video-sisusb xf86-video-tdfx + xf86-video-trident xf86-video-v4l xf86-video-vboxvideo xf86-video-vesa" case $CTARGET_ARCH in pmmx) depends="$depends xf86-video-geode xf86-video-intel" ;; |