You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.2.9...

51 lines
1.2 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.2.904_p939.ebuild,v 1.2 2011/08/03 18:49:16 jer Exp $
EAPI="4"
XORG_DRI="dri"
XORG_EAUTORECONF="yes"
inherit xorg-2
DESCRIPTION="X.Org driver for VIA/S3G cards"
HOMEPAGE="http://www.openchrome.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND=">=x11-base/xorg-server-1.9"
DEPEND="${RDEPEND}
x11-libs/libX11
x11-libs/libXv
x11-libs/libXvMC
"
DOCS=( ChangeLog NEWS README )
pkg_setup() {
xorg-2_pkg_setup
XORG_CONFIGURE_OPTIONS=(
$(use_enable debug)
$(use_enable debug xv-debug)
)
}
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)"
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."
}