diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-13 15:07:15 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-13 15:07:15 +0000 |
commit | 1532f799d7d3a71234db20cb033a5aa37799a03f (patch) | |
tree | 20ce7a66601976df205cafb6c56e94e7b92428f0 /media-libs/mesa | |
parent | Adding IBSS RSN support, fixing bug #512892 (diff) | |
download | gentoo-2-1532f799d7d3a71234db20cb033a5aa37799a03f.tar.gz gentoo-2-1532f799d7d3a71234db20cb033a5aa37799a03f.tar.bz2 gentoo-2-1532f799d7d3a71234db20cb033a5aa37799a03f.zip |
Version bump, bug #512932. Enable DRI3 by default again.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.2.1.ebuild (renamed from media-libs/mesa/mesa-10.2.0_rc5.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 2be3b8ac3449..d852e87f562a 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.563 2014/06/08 09:15:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.564 2014/06/13 15:07:15 chithanh Exp $ + +*mesa-10.2.1 (13 Jun 2014) + + 13 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +mesa-10.2.1.ebuild, -mesa-10.2.0_rc5.ebuild: + Version bump, bug #512932. Enable DRI3 by default again. 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> mesa-10.0.4.ebuild: Stable for arm, wrt bug #500368 diff --git a/media-libs/mesa/mesa-10.2.0_rc5.ebuild b/media-libs/mesa/mesa-10.2.1.ebuild index ca0c5fa8e87d..43e04ac50a03 100644 --- a/media-libs/mesa/mesa-10.2.0_rc5.ebuild +++ b/media-libs/mesa/mesa-10.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.0_rc5.ebuild,v 1.1 2014/06/02 14:12:37 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.1.ebuild,v 1.1 2014/06/13 15:07:15 chithanh Exp $ EAPI=5 @@ -49,7 +49,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic debug dri3 +egl +gallium gbm gles1 gles2 +llvm +nptl + bindist +classic debug +dri3 +egl +gallium gbm gles1 gles2 +llvm +nptl opencl openvg osmesa pax_kernel openmax pic r600-llvm-compiler selinux vdpau wayland xvmc xa kernel_FreeBSD" |