* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/gl4es/
@ 2022-04-12 19:34 Ronny Gutbrod
2022-04-12 19:35 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
0 siblings, 1 reply; 4+ messages in thread
From: Ronny Gutbrod @ 2022-04-12 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 2425eab7e77171f6804a036e3f1362ee8fb55b68
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 12 19:31:59 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 12 19:31:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2425eab7
media-libs/gl4es: update HOMEPAGE (change to HTTPS)
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
media-libs/gl4es/gl4es-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/gl4es/gl4es-9999.ebuild b/media-libs/gl4es/gl4es-9999.ebuild
index 849b79d99..eb81e92fe 100644
--- a/media-libs/gl4es/gl4es-9999.ebuild
+++ b/media-libs/gl4es/gl4es-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit cmake git-r3
DESCRIPTION="OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library"
-HOMEPAGE="http://ptitseb.github.io/gl4es/"
+HOMEPAGE="https://ptitseb.github.io/gl4es/"
EGIT_REPO_URI="https://github.com/ptitSeb/gl4es.git"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/gl4es/
@ 2022-04-12 19:35 Ronny Gutbrod
0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2022-04-12 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 95d25b62f19699d5ab3abeffdc05e4e24af6df7f
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Apr 10 21:49:16 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Apr 10 21:53:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95d25b62
media-libs/gl4es: Follow mesa and forge USE=egl
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
media-libs/gl4es/gl4es-9999.ebuild | 7 +++----
media-libs/gl4es/metadata.xml | 3 ---
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/media-libs/gl4es/gl4es-9999.ebuild b/media-libs/gl4es/gl4es-9999.ebuild
index 04b45c3d1..849b79d99 100644
--- a/media-libs/gl4es/gl4es-9999.ebuild
+++ b/media-libs/gl4es/gl4es-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,11 +10,11 @@ HOMEPAGE="http://ptitseb.github.io/gl4es/"
EGIT_REPO_URI="https://github.com/ptitSeb/gl4es.git"
LICENSE="MIT"
SLOT="0"
-IUSE="egl X test"
+IUSE="X test"
RESTRICT="!test? ( test )"
DEPEND="
- media-libs/mesa[X?,egl?]
+ media-libs/mesa[X?,egl(+)]
"
RDEPEND="${DEPEND}"
BDEPEND="test? ( dev-util/apitrace )"
@@ -24,7 +24,6 @@ BDEPEND="test? ( dev-util/apitrace )"
src_configure() {
local mycmakeargs=(
-DNOX11=$(usex !X)
- -DNOEGL=$(usex !egl)
)
cmake_src_configure
diff --git a/media-libs/gl4es/metadata.xml b/media-libs/gl4es/metadata.xml
index e39764384..6bc50537d 100644
--- a/media-libs/gl4es/metadata.xml
+++ b/media-libs/gl4es/metadata.xml
@@ -5,9 +5,6 @@
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
- <use>
- <flag name="egl">Enable EGL support.</flag>
- </use>
<upstream>
<remote-id type="github">ptitSeb/gl4es</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/gl4es/
2022-04-12 19:34 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/gl4es/ Ronny Gutbrod
@ 2022-04-12 19:35 ` Ronny Gutbrod
0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2022-04-12 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 2425eab7e77171f6804a036e3f1362ee8fb55b68
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 12 19:31:59 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 12 19:31:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2425eab7
media-libs/gl4es: update HOMEPAGE (change to HTTPS)
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
media-libs/gl4es/gl4es-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/gl4es/gl4es-9999.ebuild b/media-libs/gl4es/gl4es-9999.ebuild
index 849b79d99..eb81e92fe 100644
--- a/media-libs/gl4es/gl4es-9999.ebuild
+++ b/media-libs/gl4es/gl4es-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit cmake git-r3
DESCRIPTION="OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library"
-HOMEPAGE="http://ptitseb.github.io/gl4es/"
+HOMEPAGE="https://ptitseb.github.io/gl4es/"
EGIT_REPO_URI="https://github.com/ptitSeb/gl4es.git"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/gl4es/
@ 2024-01-30 11:33 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-01-30 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 07d9e595280b10538c86d508a4fe2c2086016061
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Jan 30 10:34:44 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan 30 10:34:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07d9e595
media-libs/gl4es: move {dev-util → dev-debug}/apitrace
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-libs/gl4es/gl4es-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/gl4es/gl4es-9999.ebuild b/media-libs/gl4es/gl4es-9999.ebuild
index eb81e92feb..bc3a5552fa 100644
--- a/media-libs/gl4es/gl4es-9999.ebuild
+++ b/media-libs/gl4es/gl4es-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ DEPEND="
media-libs/mesa[X?,egl(+)]
"
RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-util/apitrace )"
+BDEPEND="test? ( dev-debug/apitrace )"
# Note: Should be added into virtual/opengl if moved to ::gentoo
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-30 11:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-12 19:34 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/gl4es/ Ronny Gutbrod
2022-04-12 19:35 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2022-04-12 19:35 Ronny Gutbrod
2024-01-30 11:33 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox