From e56bf5142eab166a9b9ca149d3e4e73bc2287e79 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sun, 29 May 2016 20:55:41 +0200 Subject: x11-drivers/xf86-video-openchrome: Version bump Package-Manager: portage-2.2.28 --- x11-drivers/xf86-video-openchrome/Manifest | 1 + .../xf86-video-openchrome-0.4.0.ebuild | 50 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.4.0.ebuild (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-video-openchrome/Manifest b/x11-drivers/xf86-video-openchrome/Manifest index f83e4a52c9a3..7631d3727c31 100644 --- a/x11-drivers/xf86-video-openchrome/Manifest +++ b/x11-drivers/xf86-video-openchrome/Manifest @@ -1 +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 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 new file mode 100644 index 000000000000..0d44bc07d95c --- /dev/null +++ b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.4.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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." +} -- cgit v1.2.3-65-gdbad