public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/
@ 2012-06-03 11:07 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2012-06-03 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1f7c1e990b94aa10c1d06801a272368ffa0e15cd
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 11:03:35 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 11:03:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1f7c1e99

Add libclc to rdeps

(Portage version: 2.2.0_alpha109/git/Linux x86_64, unsigned Manifest commit)

---
 media-libs/mesa/mesa-9999.ebuild |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 46d4861..84c8ab4 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -102,7 +102,10 @@ RDEPEND="${EXTERNAL_DEPEND}
 	x11-libs/libXxf86vm
 	>=x11-libs/libxcb-1.8
 	d3d? ( app-emulation/wine )
-	opencl? ( app-admin/eselect-opencl )
+	opencl? ( 
+				app-admin/eselect-opencl
+				dev-libs/libclc
+			)
 	vdpau? ( >=x11-libs/libvdpau-0.4.1 )
 	wayland? ( dev-libs/wayland )
 	xorg? (



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/
@ 2012-12-05 14:15 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2012-12-05 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8b1b0ae9d5cf44feb2c6ce661bf2ffe1080886a2
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  5 14:14:00 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Dec  5 14:14:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8b1b0ae9

update mesa ebuild

Package-Manager: portage-2.2.0_alpha144

---
 media-libs/mesa/mesa-9999.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index b2a6902..bea6640 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -119,11 +119,11 @@ done
 DEPEND="${RDEPEND}
 	llvm? (
 		>=sys-devel/llvm-2.9
-		r600-llvm-compiler? ( >=sys-devel/llvm-3.1 )
-		video_cards_radeonsi? ( >=sys-devel/llvm-3.1 )
+		r600-llvm-compiler? ( >=sys-devel/llvm-3.2 )
+		video_cards_radeonsi? ( >=sys-devel/llvm-3.2 )
 	)
 	opencl? (
-				>=sys-devel/clang-3.1
+				>=sys-devel/clang-3.2
 				>=sys-devel/gcc-4.6
 	)
 	=dev-lang/python-2*


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/
@ 2013-03-05  5:38 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2013-03-05  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8d3d407e194e1812a09444105d860b8c24e946e3
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 05:38:13 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 05:38:13 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8d3d407e

Update opencl deps

Package-Manager: portage-2.2.0_alpha166

---
 media-libs/mesa/mesa-9999.ebuild |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 1aefd57..4c9a823 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -89,7 +89,7 @@ RDEPEND="
 	x11-libs/libXext
 	x11-libs/libXxf86vm
 	>=x11-libs/libxcb-1.8.1
-	opencl? ( 
+	opencl? (
 				app-admin/eselect-opencl
 				dev-libs/libclc
 			)
@@ -121,7 +121,8 @@ DEPEND="${RDEPEND}
 		video_cards_radeonsi? ( >=sys-devel/llvm-3.1 )
 	)
 	opencl? (
-				>=sys-devel/clang-3.1
+				>=sys-devel/llvm-3.2[multitarget]
+				>=sys-devel/clang-3.2[multitarget]
 				>=sys-devel/gcc-4.6
 	)
 	=dev-lang/python-2*


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/
@ 2013-03-05 13:51 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2013-03-05 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c39dcd9065c3bc95a55a2518c90eba3b0c6acf43
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 13:50:59 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 13:50:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c39dcd90

Drop unneded patch

Package-Manager: portage-2.2.0_alpha166

---
 media-libs/mesa/mesa-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 4c9a823..b9de8d7 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -141,7 +141,6 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
 		"${FILESDIR}/0002-radeong-opencl-rename-target-from-r600-to-r600-amd-n.patch"
-		"${FILESDIR}/0003-clover-fix-building-and-add-standart-locations-for-l.patch"
 		"${FILESDIR}/0001-XXX-Hacks-for-R600-rename.patch"
 		)
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/
@ 2013-03-05 13:56 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2013-03-05 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     191f62534482bc2d2c27f742a89e72d7bcac90ec
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 13:55:55 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 13:55:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=191f6253

Drop one more unneded patch

Package-Manager: portage-2.2.0_alpha166

---
 media-libs/mesa/mesa-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index b9de8d7..64ac4c7 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -141,7 +141,6 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
 		"${FILESDIR}/0002-radeong-opencl-rename-target-from-r600-to-r600-amd-n.patch"
-		"${FILESDIR}/0001-XXX-Hacks-for-R600-rename.patch"
 		)
 
 # It is slow without texrels, if someone wants slow


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/
@ 2013-03-05 14:00 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2013-03-05 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b5af4bb3138c5f41f1ececd6771d4c7462b80ce8
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 14:00:06 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 14:00:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b5af4bb3

Drop deprecated libclc option

Package-Manager: portage-2.2.0_alpha166

---
 media-libs/mesa/mesa-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 64ac4c7..627442d 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -250,7 +250,6 @@ src_configure() {
 			myconf+="
 				$(use_enable opencl)
 				--with-opencl-libdir="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/mesa"
-				--with-libclc-path="${EPREFIX}/usr"
 				--with-clang-libdir="${EPREFIX}/usr/$(get_libdir)"
 				"
 		fi


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-05 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 13:51 [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2013-03-05 14:00 Alexey Shvetsov
2013-03-05 13:56 Alexey Shvetsov
2013-03-05  5:38 Alexey Shvetsov
2012-12-05 14:15 Alexey Shvetsov
2012-06-03 11:07 Alexey Shvetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox