summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-openchrome/Manifest2
-rw-r--r--x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.3.3-glibc-2.20.patch42
-rw-r--r--x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild51
-rw-r--r--x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.4.0.ebuild49
4 files changed, 0 insertions, 144 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Manifest b/x11-drivers/xf86-video-openchrome/Manifest
index d1b031664ff5..74d563ebd69d 100644
--- a/x11-drivers/xf86-video-openchrome/Manifest
+++ b/x11-drivers/xf86-video-openchrome/Manifest
@@ -1,4 +1,2 @@
-DIST xf86-video-openchrome-0.3.3.tar.bz2 518705 SHA256 e49e2f1e5dac86408e5a74b87038cc4082d2c3fba4e0579823161991432412ed SHA512 ed1c30a6d92b804648de324d98ca61bd7887b4b97ed94e5b0c1f5abaf7d0dbb5ba1dc79e7c35a8cd76bff0d5b05594921bddc9007ef9ba00e72d0b9bd678de9e WHIRLPOOL d22b8a6ffaaad33a705a725abb018b9637097011f83682c10a6c72a8ffce29ae82341080a86d82203f00aad2fec9c94fda5065c9df7494a4fc858843292e75ab
-DIST xf86-video-openchrome-0.4.0.tar.bz2 532508 SHA256 73e7966d01d0d644d3b9204e8bfc106cb99069c58e981626e7352f2693e3e927 SHA512 64408abfd759b4ba1a2bf1714345f9b1f806127f66af8b746bd58753fc10b631a7695a68351e42fa514ef4e87e2b3e564884abd758e32b2d1253b66e05e40ac8 WHIRLPOOL aa45f88c52e5fd838abcb78c13611c415704ae0dcb3c3a0d9f5626c66813c9304cae483229c551af48562e77abe43222a7355ff6da9b41c67e42882f8f90e7a2
DIST xf86-video-openchrome-0.5.0.tar.bz2 542713 SHA256 49fdd613975a332a0a64720b382420354aecaf2fcbb4920efd094d5a0ac955bb SHA512 119454de04847dd5298df2d1dc428157c60eba0a12c200abca40dcd066d89363cb685ed618bb17248818fa74752b77bbc9858cdd46e659c0026c90426fe652cf WHIRLPOOL 21c51d2ad01c748543aef9fe22ae552fb6b13e0b877d1b2e2fc0b7ed85db52015ebb538c5c96b354b76d061e602daf61ac150ad757fa3d6860ae2e7c48096c6e
DIST xf86-video-openchrome-0.6.0.tar.bz2 537619 SHA256 da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75 SHA512 f074e70d54c87a9d6e1b52c2c2d72d7c551dcb59a5f34c0a5f9495db1a6e45db4300d51fabf7eedfbe91f964f9422931c752a49b322715c6aa9ddb0db9dd6004 WHIRLPOOL 9fff16864532877446764fc50b4e93b215cd64e1ca938add848689e64c4fdcee3c53c71714ea3a4c7c39b0a78ba35637fb8b039ed555e0af34a98f97a8dd7d34
diff --git a/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.3.3-glibc-2.20.patch b/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.3.3-glibc-2.20.patch
deleted file mode 100644
index 7d96f8701a27..000000000000
--- a/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.3.3-glibc-2.20.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 879f098cf8b8dc134569b9943f9665bfae17467e Mon Sep 17 00:00:00 2001
-From: Stefan Dirsch <sndirsch@suse.de>
-Date: Wed, 5 Nov 2014 11:29:37 +0100
-Subject: [PATCH] xf86.h cannot be included without first including
- xorg-server.h.
-
-Without this the build fails on systems with the latest glibc,
-throwing this error:
-
-In file included from /usr/include/string.h:634:0,
- from /usr/include/xorg/os.h:53,
- from /usr/include/xorg/misc.h:115,
- from /usr/include/xorg/xf86str.h:37,
- from /usr/include/xorg/xf86.h:44,
- from via_3d.h:28,
- from via_3d.c:24:
-/usr/include/xorg/os.h:579:1: error: expected identifier or '(' before '__extension__'
- strndup(const char *str, size_t n);
-
-This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
-causing os.h to redefine it.
-
-Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
----
- src/via_3d.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/via_3d.h b/src/via_3d.h
-index c33228e..15be0be 100644
---- a/src/via_3d.h
-+++ b/src/via_3d.h
-@@ -24,6 +24,7 @@
- #ifndef VIA_3D_H
- #define VIA_3D_H
-
-+#include "xorg-server.h"
- #include "xf86.h"
- #include "via_dmabuffer.h"
-
---
-1.8.4.5
-
diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild
deleted file mode 100644
index 1337d73a334d..000000000000
--- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-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"
-DEPEND="
- ${RDEPEND}
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXv
- x11-libs/libXvMC
- x11-libs/libdrm
-"
-
-DOCS=( ChangeLog NEWS README )
-
-PATCHES=( "${FILESDIR}"/${P}-glibc-2.20.patch ) #526728
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable debug)
- $(use_enable debug xv-debug)
- $(use_enable viaregtool)
- )
- xorg-2_src_configure
-}
-
-pkg_postinst() {
- xorg-2_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."
-}
diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.4.0.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.4.0.ebuild
deleted file mode 100644
index 2b72eff0352d..000000000000
--- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.4.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-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"
-DEPEND="
- ${RDEPEND}
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXv
- x11-libs/libXvMC
- x11-libs/libdrm
-"
-
-DOCS=( ChangeLog NEWS README )
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable debug)
- $(use_enable debug xv-debug)
- $(use_enable viaregtool)
- )
- xorg-2_src_configure
-}
-
-pkg_postinst() {
- xorg-2_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."
-}