diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-01-01 16:27:52 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-01-01 16:27:52 +0000 |
commit | 06b07c18f71bcacac3e06b88cdb93c38e5c5d085 (patch) | |
tree | 5c7748c9df86677388ee2ccb451b66d98cb4c3fb /x11-drivers/xf86-video-geode | |
parent | Fix build failure against binutils-2.22 by jdhore (bug #396659). Dropped bloc... (diff) | |
download | gentoo-2-06b07c18f71bcacac3e06b88cdb93c38e5c5d085.tar.gz gentoo-2-06b07c18f71bcacac3e06b88cdb93c38e5c5d085.tar.bz2 gentoo-2-06b07c18f71bcacac3e06b88cdb93c38e5c5d085.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-geode')
-rw-r--r-- | x11-drivers/xf86-video-geode/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-geode/metadata.xml | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-geode/xf86-video-geode-2.11.13.ebuild | 24 |
3 files changed, 35 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-geode/ChangeLog b/x11-drivers/xf86-video-geode/ChangeLog index 055912c33e86..dd30496d40a2 100644 --- a/x11-drivers/xf86-video-geode/ChangeLog +++ b/x11-drivers/xf86-video-geode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-geode -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.16 2011/04/18 11:31:31 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.17 2012/01/01 16:27:52 chithanh Exp $ + +*xf86-video-geode-2.11.13 (01 Jan 2012) + + 01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-geode-2.11.13.ebuild, metadata.xml: + Version bump. 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-geode-2.11.10.ebuild: diff --git a/x11-drivers/xf86-video-geode/metadata.xml b/x11-drivers/xf86-video-geode/metadata.xml index 18371fddf46c..d62ebe96e08e 100644 --- a/x11-drivers/xf86-video-geode/metadata.xml +++ b/x11-drivers/xf86-video-geode/metadata.xml @@ -5,6 +5,9 @@ <maintainer> <email>leio@gentoo.org</email> </maintainer> +<use> +<flag name="ztv">Enable building the V4L2 ZTV driver</flag> +</use> <longdescription lang="en"> X.Org driver for AMD Geode GX and Geode LX platforms. </longdescription> diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.13.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.13.ebuild new file mode 100644 index 000000000000..fe75d477c272 --- /dev/null +++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.13.ebuild,v 1.1 2012/01/01 16:27:52 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="AMD Geode GX and LX video driver" + +KEYWORDS="~x86" +IUSE="ztv" + +RDEPEND=">=x11-base/xorg-server-1.5" +DEPEND="${RDEPEND} + ztv? ( + sys-kernel/linux-headers + )" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ztv) + ) + xorg-2_pkg_setup +} |