From 91d44335af7dc0985f53bacf7bb21f59cbd82072 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 29 Nov 2024 04:50:24 -0600 Subject: 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. --- legacy/xf86-video-glint/APKBUILD | 34 ++++++++++++++++++++++++++++++++++ user/xf86-video-glint/APKBUILD | 34 ---------------------------------- user/xorg-drivers/APKBUILD | 11 +++++------ 3 files changed, 39 insertions(+), 40 deletions(-) create mode 100644 legacy/xf86-video-glint/APKBUILD delete mode 100644 user/xf86-video-glint/APKBUILD diff --git a/legacy/xf86-video-glint/APKBUILD b/legacy/xf86-video-glint/APKBUILD new file mode 100644 index 000000000..c3f2b0303 --- /dev/null +++ b/legacy/xf86-video-glint/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=xf86-video-glint +pkgver=1.2.9 +pkgrel=0 +pkgdesc="X.Org driver for GLINT/Permedia GPUs" +url="https://www.X.Org/" +arch="all" +license="X11" +depends="" +makedepends="util-macros xorg-server-dev xorgproto-dev" +subpackages="$pkgname-doc" +source="https://www.X.Org/releases/individual/driver/xf86-video-glint-$pkgver.tar.bz2" + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="29b573abc2c77992562ab72ea99dfac5fa4baee99404747c53494680fe750b9c096833cd6c8013aa85f7fb5db5bdbee2a9b26dff633a6a4fe2dc8cd9f0adff12 xf86-video-glint-1.2.9.tar.bz2" diff --git a/user/xf86-video-glint/APKBUILD b/user/xf86-video-glint/APKBUILD deleted file mode 100644 index c3f2b0303..000000000 --- a/user/xf86-video-glint/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: A. Wilcox -# Maintainer: A. Wilcox -pkgname=xf86-video-glint -pkgver=1.2.9 -pkgrel=0 -pkgdesc="X.Org driver for GLINT/Permedia GPUs" -url="https://www.X.Org/" -arch="all" -license="X11" -depends="" -makedepends="util-macros xorg-server-dev xorgproto-dev" -subpackages="$pkgname-doc" -source="https://www.X.Org/releases/individual/driver/xf86-video-glint-$pkgver.tar.bz2" - -build() { - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var - make -} - -check() { - make check -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="29b573abc2c77992562ab72ea99dfac5fa4baee99404747c53494680fe750b9c096833cd6c8013aa85f7fb5db5bdbee2a9b26dff633a6a4fe2dc8cd9f0adff12 xf86-video-glint-1.2.9.tar.bz2" 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 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" ;; -- cgit v1.2.3-70-g09d2