* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2011-04-15 19:04 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2011-04-15 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 4bd0e8fb65a0ac9d5308f1e2b5d7ee046e185814
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:18:35 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:18:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4bd0e8fb
x11-drivers/xf86-video-ati: Migrate to XORG_CONFIGURE_OPTIONS.
(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
---
x11-drivers/xf86-video-ati/metadata.xml | 9 +++++++++
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 6 +++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/metadata.xml b/x11-drivers/xf86-video-ati/metadata.xml
new file mode 100644
index 0000000..f56c2a4
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>scarabeus@gentoo.org</email>
+ <name>Tomas Chvatal</name>
+</maintainer>
+<herd>x11</herd>
+</pkgmetadata>
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 4a1bbea..64cfa3f 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -17,9 +17,9 @@ DEPEND="${RDEPEND}"
pkg_setup() {
xorg-2_pkg_setup
- CONFIGURE_OPTIONS="
+ XORG_CONFIGURE_OPTIONS=(
--enable-dri
--enable-kms
--enable-exa
- "
+ )
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2012-02-10 16:42 Matt Turner
0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner @ 2012-02-10 16:42 UTC (permalink / raw
To: gentoo-commits
commit: 59b0bbbd0153f4168030fdacfad43abb07f6c3d6
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Wed Feb 8 16:03:12 2012 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Wed Feb 8 16:03:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=59b0bbbd
x11-drivers/xf86-video-ati: depend on >=libdrm-2.4.31
See upstream 615033f2.
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 64cfa3f..d009479 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND="x11-libs/libdrm[video_cards_radeon]"
+RDEPEND=">=x11-libs/libdrm-2.4.31[video_cards_radeon]"
DEPEND="${RDEPEND}"
pkg_setup() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2012-05-03 20:44 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-05-03 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 637902a377f4fe2ff305a66571ab1a0b312e2f5f
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 20:45:02 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu May 3 20:45:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=637902a3
x11-drivers/xf86-video-ati: Raise libdrm dependency, bug #410853
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index d009479..84b3f1a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND=">=x11-libs/libdrm-2.4.31[video_cards_radeon]"
+RDEPEND=">=x11-libs/libdrm-2.4.33[video_cards_radeon]"
DEPEND="${RDEPEND}"
pkg_setup() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2012-07-23 12:15 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-07-23 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 160918a28e977db01ccd93982d59fadf5cd47a9a
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 12:15:43 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Jul 23 12:15:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=160918a2
x11-drivers/xf86-video-ati: add glamor USE flag.
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 2b59718..993b306 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -10,9 +10,10 @@ inherit xorg-2
DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
+IUSE="glamor"
-RDEPEND=">=x11-libs/libdrm-2.4.33[video_cards_radeon]"
+RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
+ glamor? ( x11-libs/glamor )"
DEPEND="${RDEPEND}"
src_configure() {
@@ -20,6 +21,7 @@ src_configure() {
--enable-dri
--enable-kms
--enable-exa
+ $(use_enable glamor)
)
xorg-2_src_configure
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2012-08-14 15:05 Tomas Chvatal
0 siblings, 0 replies; 15+ messages in thread
From: Tomas Chvatal @ 2012-08-14 15:05 UTC (permalink / raw
To: gentoo-commits
commit: aad12c6cb2cca441185995d58037014b5c8935d1
Author: Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
AuthorDate: Tue Aug 14 15:05:46 2012 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Tue Aug 14 15:05:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=aad12c6c
[x11-drivers/xf86-video-ati] Add udev useflag. Wrt bug#428690.
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 993b306..c1eaeb2 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -10,10 +10,11 @@ inherit xorg-2
DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="glamor"
+IUSE="glamor udev"
RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
- glamor? ( x11-libs/glamor )"
+ glamor? ( x11-libs/glamor )
+ udev? ( sys-fs/udev )"
DEPEND="${RDEPEND}"
src_configure() {
@@ -22,6 +23,7 @@ src_configure() {
--enable-kms
--enable-exa
$(use_enable glamor)
+ $(use_enable udev)
)
xorg-2_src_configure
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2012-11-06 21:19 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-11-06 21:19 UTC (permalink / raw
To: gentoo-commits
commit: b4917efad1d5f68ff7f0958acc522f7c75427d62
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 21:19:57 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Nov 6 21:19:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b4917efa
x11-drivers/xf86-video-ati: drop configure options that no longer exist.
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index c1eaeb2..1dc2528 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -19,9 +19,6 @@ DEPEND="${RDEPEND}"
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- --enable-dri
- --enable-kms
- --enable-exa
$(use_enable glamor)
$(use_enable udev)
)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2013-03-19 9:44 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-03-19 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 6bcb8d561b71c7c6355ac33bc3b640a8ab736089
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 09:44:07 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Mar 19 09:44:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6bcb8d56
x11-drivers/xf86-video-ati: warn if radeon kms is disabled or radeonfb is enabled
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 99b6d17..391195b 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
XORG_DRI=always
-inherit xorg-2
+inherit linux-info xorg-2
DESCRIPTION="ATI video driver"
@@ -17,6 +17,8 @@ RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
+CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
+
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable glamor)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2013-04-07 23:06 David Heidelberger
0 siblings, 0 replies; 15+ messages in thread
From: David Heidelberger @ 2013-04-07 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 4ee188340034e8ca83ea939064300d0b2ad6598a
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Sun Apr 7 23:08:21 2013 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Sun Apr 7 23:08:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4ee18834
x11-drivers/xf86-video-ati: fix check for 3.9 kernels
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 391195b..76193ad 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -17,7 +17,16 @@ RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
-CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
+pkg_pretend() {
+ if use kernel_linux ; then
+ if kernel_is -ge 3 9; then
+ CONFIG_CHECK="~DRM_RADEON ~!FB_RADEON"
+ else
+ CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
+ fi
+ fi
+ check_extra_config
+}
src_configure() {
XORG_CONFIGURE_OPTIONS=(
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2013-04-18 12:34 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-04-18 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 7aca71be2f7ed863e10f9cee27961b67eab61b65
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 12:34:27 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu Apr 18 12:34:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7aca71be
x11-drivers/xf86-video-ati: improve CONFIG_CHECK more per bug #466354.
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 76193ad..b69aa00 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}"
pkg_pretend() {
if use kernel_linux ; then
if kernel_is -ge 3 9; then
- CONFIG_CHECK="~DRM_RADEON ~!FB_RADEON"
+ CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
else
CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
fi
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2013-04-20 20:36 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-04-20 20:36 UTC (permalink / raw
To: gentoo-commits
commit: 13725025f3fb158597923cb3c73ae9dc300bebd4
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 20:37:11 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Apr 20 20:37:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=13725025
x11-drivers/xf86-video-ati: raise libdrm dependency
---
.../xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index b69aa00..bee7ffc 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="glamor udev"
-RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.44[video_cards_radeon]
glamor? ( x11-libs/glamor )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2013-05-16 1:24 David Heidelberger
0 siblings, 0 replies; 15+ messages in thread
From: David Heidelberger @ 2013-05-16 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 38b20cdde5d24138977c3f13887e4d70514ce8cb
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Thu May 16 01:23:36 2013 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Thu May 16 01:23:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=38b20cdd
x11-drivers/xf86-video-ati: QA fixes
Package-Manager: portage-2.2.0_alpha174
---
x11-drivers/xf86-video-ati/metadata.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/metadata.xml b/x11-drivers/xf86-video-ati/metadata.xml
index f56c2a4..a1b52b6 100644
--- a/x11-drivers/xf86-video-ati/metadata.xml
+++ b/x11-drivers/xf86-video-ati/metadata.xml
@@ -6,4 +6,7 @@
<name>Tomas Chvatal</name>
</maintainer>
<herd>x11</herd>
+<use>
+ <flag name='glamor'>Enable glamor support, it can change performace depends on card.</flag>
+</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2013-07-13 12:13 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-07-13 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 6bd9170f5777df3dd9c503960b38d883222e25ad
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 12:13:14 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Jul 13 12:13:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6bd9170f
x11-drivers/xf86-video-ati: bump libdrm dependency.
---
x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index bee7ffc..f923431 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="glamor udev"
-RDEPEND=">=x11-libs/libdrm-2.4.44[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
glamor? ( x11-libs/glamor )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2014-01-26 17:33 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2014-01-26 17:33 UTC (permalink / raw
To: gentoo-commits
commit: afc5f1f10232ce7b8ea88b8f9228012d28ae1419
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 17:33:05 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sun Jan 26 17:33:05 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=afc5f1f1
x11-drivers/xf86-video-ati: depend on glamor-0.6 and enable it by default.
---
x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 19dc2b3..2989ab7 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -10,10 +10,10 @@ inherit linux-info xorg-2
DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="glamor udev"
+IUSE="+glamor udev"
RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
- glamor? ( x11-libs/glamor )
+ glamor? ( >=x11-libs/glamor-0.6 )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2014-05-28 0:45 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2014-05-28 0:45 UTC (permalink / raw
To: gentoo-commits
commit: 115c651c0b6ebf4249569bcf093b8dcb2d98309d
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 00:44:37 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Wed May 28 00:44:37 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=115c651c
x11-driver/xf86-video-ati: allow X server built-in glamor
---
x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 2989ab7..ebd76d1 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -13,7 +13,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="+glamor udev"
RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
- glamor? ( >=x11-libs/glamor-0.6 )
+ glamor? ( || (
+ x11-base/xorg-server[glamor]
+ >=x11-libs/glamor-0.6
+ ) )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/
@ 2014-06-05 15:21 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 15+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2014-06-05 15:21 UTC (permalink / raw
To: gentoo-commits
commit: ae670b3173f8f0b1d2141817ee8d5ca91e7e909b
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 15:21:10 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu Jun 5 15:21:10 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ae670b31
x11-drivers/xf86-video-ati: raise libdrm dependency
---
x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index ebd76d1..4fd9d23 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="+glamor udev"
-RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon]
glamor? ( || (
x11-base/xorg-server[glamor]
>=x11-libs/glamor-0.6
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2014-06-05 15:21 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 21:19 [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/ Chi-Thanh Christopher Nguyen
-- strict thread matches above, loose matches on Subject: below --
2014-06-05 15:21 Chi-Thanh Christopher Nguyen
2014-05-28 0:45 Chi-Thanh Christopher Nguyen
2014-01-26 17:33 Chi-Thanh Christopher Nguyen
2013-07-13 12:13 Chi-Thanh Christopher Nguyen
2013-05-16 1:24 David Heidelberger
2013-04-20 20:36 Chi-Thanh Christopher Nguyen
2013-04-18 12:34 Chi-Thanh Christopher Nguyen
2013-04-07 23:06 David Heidelberger
2013-03-19 9:44 Chi-Thanh Christopher Nguyen
2012-08-14 15:05 Tomas Chvatal
2012-07-23 12:15 Chi-Thanh Christopher Nguyen
2012-05-03 20:44 Chi-Thanh Christopher Nguyen
2012-02-10 16:42 Matt Turner
2011-04-15 19:04 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox