diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-10-22 17:19:16 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-10-22 17:19:16 +0000 |
commit | 315c99c33ec3ebb652bbb7cc159e5276be7c36b7 (patch) | |
tree | f88276a3c74f3ddbf0e12b6938b2760c5ccb4308 /x11-drivers/xf86-video-qxl | |
parent | Version bump. (diff) | |
download | gentoo-2-315c99c33ec3ebb652bbb7cc159e5276be7c36b7.tar.gz gentoo-2-315c99c33ec3ebb652bbb7cc159e5276be7c36b7.tar.bz2 gentoo-2-315c99c33ec3ebb652bbb7cc159e5276be7c36b7.zip |
Version bump.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r-- | x11-drivers/xf86-video-qxl/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.2.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-qxl/ChangeLog b/x11-drivers/xf86-video-qxl/ChangeLog index 2ded9e5b23aa..5a800f5b8f66 100644 --- a/x11-drivers/xf86-video-qxl/ChangeLog +++ b/x11-drivers/xf86-video-qxl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-qxl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.24 2013/12/10 19:03:30 chithanh Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.25 2014/10/22 17:19:16 chithanh Exp $ + +*xf86-video-qxl-0.1.2 (22 Oct 2014) + + 22 Oct 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-qxl-0.1.2.ebuild: + Version bump. 10 Dec 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> -files/xf86-video-qxl-0.1.0-remove-mibstore_h.patch, diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.2.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.2.ebuild new file mode 100644 index 000000000000..f65401eaee7c --- /dev/null +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.2.ebuild,v 1.1 2014/10/22 17:19:16 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="QEMU QXL paravirt video driver" + +KEYWORDS="~amd64 ~x86" +IUSE="xspice" + +RDEPEND="xspice? ( app-emulation/spice ) + x11-base/xorg-server[-minimal] + >=x11-libs/libdrm-2.4.46" +DEPEND="${RDEPEND} + x11-proto/xf86dgaproto + >=app-emulation/spice-protocol-0.12.0" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable xspice) + ) + xorg-2_src_configure +} |