summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-14 17:06:15 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-14 17:06:15 +0000
commit37631528ea6a62ef0abe02fcee6030b98043cb68 (patch)
treed9ff19f6184c930118208ddf834b2b85a615d1ae /x11-drivers/xf86-video-vmware
parentRequire dynamically linked skype against qt as we are hijacking it. Fixed by ... (diff)
downloadgentoo-2-37631528ea6a62ef0abe02fcee6030b98043cb68.tar.gz
gentoo-2-37631528ea6a62ef0abe02fcee6030b98043cb68.tar.bz2
gentoo-2-37631528ea6a62ef0abe02fcee6030b98043cb68.zip
Version bump. No longer fails to build against the XA state tracker, bug #407821.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-vmware')
-rw-r--r--x11-drivers/xf86-video-vmware/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.1.ebuild16
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vmware/ChangeLog b/x11-drivers/xf86-video-vmware/ChangeLog
index 65f4e2314388..e04db381b863 100644
--- a/x11-drivers/xf86-video-vmware/ChangeLog
+++ b/x11-drivers/xf86-video-vmware/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/xf86-video-vmware
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.61 2012/03/09 00:05:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.62 2012/03/14 17:06:15 chithanh Exp $
+
+*xf86-video-vmware-12.0.1 (14 Mar 2012)
+
+ 14 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-vmware-12.0.1.ebuild:
+ Version bump. No longer fails to build against the XA state tracker, bug
+ #407821.
*xf86-video-vmware-12.0.0 (09 Mar 2012)
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.1.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.1.ebuild
new file mode 100644
index 000000000000..2ba52ed4cbf4
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.1.ebuild
@@ -0,0 +1,16 @@
+# 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-vmware/xf86-video-vmware-12.0.1.ebuild,v 1.1 2012/03/14 17:06:15 chithanh Exp $
+
+EAPI=4
+
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="VMware SVGA video driver"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libdrm[libkms,video_cards_vmware]
+ media-libs/mesa[xa]"
+DEPEND="${RDEPEND}"