* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.0.0-r1.ebuild ChangeLog xf86-video-ati-6.14.5.ebuild xf86-video-ati-6.14.1.ebuild xf86-video-ati-6.14.0.ebuild xf86-video-ati-6.14.4.ebuild xf86-video-ati-6.14.3.ebuild xf86-video-ati-6.14.2.ebuild xf86-video-ati-6.14.4-r1.ebuild xf86-video-ati-6.14.6.ebuild
@ 2013-01-08 17:33 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-01-08 17:33 UTC (permalink / raw
To: gentoo-commits
chithanh 13/01/08 17:33:58
Modified: ChangeLog
Added: xf86-video-ati-7.0.0-r1.ebuild
Removed: xf86-video-ati-6.14.5.ebuild
xf86-video-ati-6.14.1.ebuild
xf86-video-ati-6.14.0.ebuild
xf86-video-ati-6.14.4.ebuild
xf86-video-ati-6.14.3.ebuild
xf86-video-ati-6.14.2.ebuild
xf86-video-ati-6.14.4-r1.ebuild
xf86-video-ati-6.14.6.ebuild
Log:
Add patch to fix r300 xv issues, bug #446285.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.196 x11-drivers/xf86-video-ati/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.196&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.196&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.195&r2=1.196
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog 30 Dec 2012 15:15:46 -0000 1.195
+++ ChangeLog 8 Jan 2013 17:33:58 -0000 1.196
@@ -1,6 +1,22 @@
# ChangeLog for x11-drivers/xf86-video-ati
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.195 2012/12/30 15:15:46 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.196 2013/01/08 17:33:58 chithanh Exp $
+
+*xf86-video-ati-7.0.0-r1 (08 Jan 2013)
+
+ 08 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +files/xf86-video-ati-7.0.0-r300-ring-count.patch,
+ +xf86-video-ati-7.0.0-r1.ebuild,
+ -files/xf86-video-ati-6.14.0-xorg-server-1.10.patch,
+ -files/xf86-video-ati-6.14.4-exa-solid-accel-evergreen.patch,
+ -files/xf86-video-ati-6.14.4-exa-solid-accel-r100.patch,
+ -files/xf86-video-ati-6.14.4-exa-solid-accel-r200.patch,
+ -files/xf86-video-ati-6.14.4-exa-solid-accel-r300.patch,
+ -xf86-video-ati-6.14.0.ebuild, -xf86-video-ati-6.14.1.ebuild,
+ -xf86-video-ati-6.14.2.ebuild, -xf86-video-ati-6.14.3.ebuild,
+ -xf86-video-ati-6.14.4-r1.ebuild, -xf86-video-ati-6.14.4.ebuild,
+ -xf86-video-ati-6.14.5.ebuild, -xf86-video-ati-6.14.6.ebuild:
+ Add patch to fix r300 xv issues, bug #446285.
30 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
xf86-video-ati-6.14.6-r1.ebuild:
1.1 x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: xf86-video-ati-7.0.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0-r1.ebuild,v 1.1 2013/01/08 17:33:58 chithanh Exp $
EAPI=4
XORG_DRI=always
inherit xorg-2
DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="glamor udev"
RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
glamor? ( x11-libs/glamor )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-r300-ring-count.patch
)
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable glamor)
$(use_enable udev)
)
xorg-2_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-08 17:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 17:33 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.0.0-r1.ebuild ChangeLog xf86-video-ati-6.14.5.ebuild xf86-video-ati-6.14.1.ebuild xf86-video-ati-6.14.0.ebuild xf86-video-ati-6.14.4.ebuild xf86-video-ati-6.14.3.ebuild xf86-video-ati-6.14.2.ebuild xf86-video-ati-6.14.4-r1.ebuild xf86-video-ati-6.14.6.ebuild Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox