summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-openchrome
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-07 02:07:26 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-07 02:07:26 +0000
commit2198f8593ae0312add1bdccb49edfcb935e5f8a6 (patch)
tree67d79ffd7e91cc3858d188c49a65f46860a9bac7 /x11-drivers/xf86-video-openchrome
parentd285f0ab4ab38d4ea1cd0757a465db5f06764e06 (diff)
gentoo auto-resync : 07:12:2024 - 02:07:26
Diffstat (limited to 'x11-drivers/xf86-video-openchrome')
-rw-r--r--x11-drivers/xf86-video-openchrome/Manifest4
-rw-r--r--x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch45
-rw-r--r--x11-drivers/xf86-video-openchrome/metadata.xml11
-rw-r--r--x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild63
4 files changed, 0 insertions, 123 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Manifest b/x11-drivers/xf86-video-openchrome/Manifest
deleted file mode 100644
index a2a8bdd2c01a..000000000000
--- a/x11-drivers/xf86-video-openchrome/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX xf86-video-openchrome-0.6.0-fno-common.patch 1298 BLAKE2B 605a1b1964b5b7baabc7650164fc6e8ef444d19fd437151d6dc0697c0349810d82b70cbb803c77cbb65f604bf7edfdc42b7790270d9f795d71f931e05b893623 SHA512 119b7bb83af9c8aec01f6b0b55d77ec1081680c21a4e0d0f9a01b0f0c34e9f9cb9a7c5fb97e64387e1f3e46445d930fa1f1921c5424cfdfc547dd497f16e43a8
-DIST xf86-video-openchrome-0.6.0.tar.bz2 537619 BLAKE2B 30d8ab246646bde41b1ce0fd48c133cb7c2c3cff7c7201daf7e4fcded7a3e47bdc28d739247fce69b17a0e7697b33af35e3f771496654920b275a5aacbe8fc6f SHA512 f074e70d54c87a9d6e1b52c2c2d72d7c551dcb59a5f34c0a5f9495db1a6e45db4300d51fabf7eedfbe91f964f9422931c752a49b322715c6aa9ddb0db9dd6004
-EBUILD xf86-video-openchrome-0.6.0.ebuild 1582 BLAKE2B 1af08ec537db0ac56e38e50505c6077014030424e5bff98d51d0ef3165cd07db95cbb3e933e4ed63dca4a374b18620973e36017cffbbef1ac29cf5dcc8623e29 SHA512 6e3d1732b51eeae7cd6961d15fe7d955c018180d84fe61c286493bf2726a43ebf5940187dd7383b5d78f3bf789e103c535d92c982253b2e17521885acecee394
-MISC metadata.xml 303 BLAKE2B 360dff8aff49666d89a751201a2d116ee16c6353aeb74d877f7fbc95eabfa16ba12b4d9d885deb93f4622939e7cc5a58b748595304599c2c582e14547efccbb7 SHA512 a2fccc742fde8a5cefb53d3c41069593e6e4a913633fe1de51d67c6ec5b0ba8a0e3899124d16aac2321c84561c6049fcff9dbf88dc742e290ba704ea1912f697
diff --git a/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch b/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch
deleted file mode 100644
index 78f3ca9a6cc9..000000000000
--- a/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- a/src/via_driver.h
-+++ b/src/via_driver.h
-@@ -393,9 +393,6 @@ typedef struct
- } VIAEntRec, *VIAEntPtr;
-
-
--/* In via_display.c. */
--const xf86CrtcFuncsRec iga1_crtc_funcs;
--const xf86CrtcFuncsRec iga2_crtc_funcs;
-
- /* In via_exa.c. */
- Bool viaInitExa(ScreenPtr pScreen);
---- a/src/via_sii164.h
-+++ b/src/via_sii164.h
-@@ -47,7 +47,7 @@ typedef struct _viaSiI164 {
- } viaSiI164Rec, *viaSiI164RecPtr;
-
-
--const xf86OutputFuncsRec via_sii164_funcs;
-+extern const xf86OutputFuncsRec via_sii164_funcs;
-
- Bool viaSiI164Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus);
-
---- a/src/via_ums.h
-+++ b/src/via_ums.h
-@@ -260,6 +260,8 @@ void viaIGA2SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode);
- void viaIGA2Save(ScrnInfoPtr pScrn);
- void viaIGA2Restore(ScrnInfoPtr pScrn);
- void ViaShadowCRTCSetMode(ScrnInfoPtr pScrn, DisplayModePtr mode);
-+extern const xf86CrtcFuncsRec iga1_crtc_funcs;
-+extern const xf86CrtcFuncsRec iga2_crtc_funcs;
-
- /* via_analog.c */
- void via_analog_init(ScrnInfoPtr pScrn);
---- a/src/via_vt1632.h
-+++ b/src/via_vt1632.h
-@@ -44,7 +44,7 @@ typedef struct _viaVT1632Rec {
- } viaVT1632Rec, *viaVT1632RecPtr;
-
-
--const xf86OutputFuncsRec via_vt1632_funcs;
-+extern const xf86OutputFuncsRec via_vt1632_funcs;
-
- Bool viaVT1632Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus);
-
diff --git a/x11-drivers/xf86-video-openchrome/metadata.xml b/x11-drivers/xf86-video-openchrome/metadata.xml
deleted file mode 100644
index ed7d98342790..000000000000
--- a/x11-drivers/xf86-video-openchrome/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>x11@gentoo.org</email>
-<name>X11</name>
-</maintainer>
-<use>
-<flag name="viaregtool">Install registers dumper tool</flag>
-</use>
-</pkgmetadata>
diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild
deleted file mode 100644
index ffe7df8d886d..000000000000
--- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_DRI="always"
-inherit flag-o-matic xorg-3
-
-DESCRIPTION="X.Org driver for VIA/S3G cards"
-HOMEPAGE="https://www.freedesktop.org/wiki/Openchrome/"
-
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-IUSE="debug viaregtool"
-
-RDEPEND="
- >=x11-base/xorg-server-1.9
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXvMC
- x11-libs/libdrm"
-DEPEND="
- ${RDEPEND}
- x11-libs/libXv"
-
-PATCHES=(
- "${FILESDIR}"/${P}-fno-common.patch
- "${FILESDIR}"/${P}-Fix-for-X.Org-X-Server-1.20.patch
-)
-
-src_configure() {
- # -Werror=strict-aliasing
- # https://bugs.gentoo.org/864406
- # Upstream appears to have never migrated from the old bugzilla and
- # cgit hosting over to gitlab.fd.o, no activity in a year, no way
- # to report a bug I guess. Yay dead software.
- #
- # Do not trust for LTO either
- append-flags -fno-strict-aliasing
- filter-lto
-
- local XORG_CONFIGURE_OPTIONS=(
- $(use_enable debug)
- $(use_enable debug xv-debug)
- $(use_enable viaregtool)
- )
- xorg-3_src_configure
-}
-
-pkg_postinst() {
- xorg-3_pkg_postinst
-
- elog "Supported chipsets:"
- elog "CLE266 (VT3122), KM400/P4M800 (VT3205), K8M800 (VT3204),"
- elog "PM800/PM880/CN400 (VT3259), VM800/CN700/P4M800Pro (VT3314),"
- elog "CX700 (VT3324), P4M890 (VT3327), K8M890 (VT3336),"
- elog "P4M900/VN896 (VT3364), VX800 (VT3353), VX855 (VT3409), VX900"
- elog
- elog "The driver name is 'openchrome', and this is what you need"
- elog "to use in your xorg.conf (and not 'via')."
- elog
- elog "See the ChangeLog and release notes for more information."
-}