* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
@ 2021-09-17 9:20 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-17 9:20 UTC (permalink / raw
To: gentoo-commits
commit: c0a21428900686b4f106e773fbdb23a2a376afc6
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Sep 17 01:55:14 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 01:55:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0a21428
media-libs/openxr-loader: match .so lib by using PV as subslot
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
media-libs/openxr-loader/openxr-loader-1.0.19.ebuild | 7 ++++---
media-libs/openxr-loader/openxr-loader-9999.ebuild | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/media-libs/openxr-loader/openxr-loader-1.0.19.ebuild b/media-libs/openxr-loader/openxr-loader-1.0.19.ebuild
index 044319086..2014d5ce5 100644
--- a/media-libs/openxr-loader/openxr-loader-1.0.19.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-1.0.19.ebuild
@@ -7,19 +7,20 @@ MY_PN=OpenXR-SDK
inherit cmake
if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
inherit git-r3
+ EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
+ SLOT="0"
else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}"/${MY_PN}-release-${PV}
+ S="${WORKDIR}"/${MY_PN}-${PV}
+ SLOT="0/${PV}"
fi
DESCRIPTION="OpenXR loader"
HOMEPAGE="https://github.com/KhronosGroup/OpenXR-SDK"
LICENSE="Apache-2.0"
-SLOT="0"
IUSE="+wayland +X"
diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-9999.ebuild
index 10573f656..2014d5ce5 100644
--- a/media-libs/openxr-loader/openxr-loader-9999.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-9999.ebuild
@@ -7,19 +7,20 @@ MY_PN=OpenXR-SDK
inherit cmake
if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
inherit git-r3
+ EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
+ SLOT="0"
else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}"/${MY_PN}-${PV}
+ SLOT="0/${PV}"
fi
DESCRIPTION="OpenXR loader"
HOMEPAGE="https://github.com/KhronosGroup/OpenXR-SDK"
LICENSE="Apache-2.0"
-SLOT="0"
IUSE="+wayland +X"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
@ 2021-09-17 9:20 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-17 9:20 UTC (permalink / raw
To: gentoo-commits
commit: b77cdaeb3cf55a792a92df4a54d849231aa72884
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Sep 17 01:53:03 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 01:55:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b77cdaeb
media-libs/openxr-loader: clean version bump, 1.0.19
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
media-libs/openxr-loader/Manifest | 2 +-
.../{openxr-loader-1.0.17.ebuild => openxr-loader-1.0.19.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/openxr-loader/Manifest b/media-libs/openxr-loader/Manifest
index 09224f9ea..53f2bd594 100644
--- a/media-libs/openxr-loader/Manifest
+++ b/media-libs/openxr-loader/Manifest
@@ -1 +1 @@
-DIST openxr-loader-1.0.17.tar.gz 771547 BLAKE2B 3fbc055e1b8a80b2f344fe8b11a67a9c9ad26136b25add788b09f914849ab2a3fa5a8e47fde13d8755a1f2be8f9b28603e4b1526a96ee945cd581655995a9204 SHA512 e8db096d01cf2802dd2bc48aa82d6002c705266bff74d2e86ee6ab4afafcbe4b1c7da720cf7a18750b5fdc153fef89d967c9a807a77d7d06d70fc64e5d792acf
+DIST openxr-loader-1.0.19.tar.gz 783017 BLAKE2B 728dbd1b4eb35c11db97b456b288c09baa9bb5d4cc3fe4e84f80609963257e8f6533789da878ffe2dfd75d84fbb3e85612a3a35e09b238ed239b9da04b35ee5e SHA512 b60e3475755d1384d9e1c3b586f3017e640670c2a828eba90dfd161c293ef7d6676615b16558f112d8162bc74ebe930604534019aa1298f0b245c24b2bfa8739
diff --git a/media-libs/openxr-loader/openxr-loader-1.0.17.ebuild b/media-libs/openxr-loader/openxr-loader-1.0.19.ebuild
similarity index 100%
rename from media-libs/openxr-loader/openxr-loader-1.0.17.ebuild
rename to media-libs/openxr-loader/openxr-loader-1.0.19.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
@ 2023-11-24 17:20 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2023-11-24 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 3e688af2061885d830cdf773d33dacb50e74b576
Author: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
AuthorDate: Thu Nov 23 18:48:47 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 23 18:48:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e688af2
media-libs/openxr-loader: add 1.0.31, drop 1.0.20
Signed-off-by: Patrick Nicolas <patricknicolas <AT> laposte.net>
media-libs/openxr-loader/Manifest | 2 +-
.../{openxr-loader-1.0.20.ebuild => openxr-loader-1.0.31.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/openxr-loader/Manifest b/media-libs/openxr-loader/Manifest
index 5b42c35e77..25e6cff8ee 100644
--- a/media-libs/openxr-loader/Manifest
+++ b/media-libs/openxr-loader/Manifest
@@ -1 +1 @@
-DIST openxr-loader-1.0.20.tar.gz 860471 BLAKE2B d3b9d1d2d225f57ce023810a9e25cc00a3d789e528679970af50e038cc88e5820b73f78e9b787190c3dfca95bd04f0c966c7ed38d407be995abef2e0f0b45dae SHA512 26629edd9dcd17bae8d1089bfeb479914f3c7f7cd595345fad3e4be18d8dc7e079fd2ac89906199acc61ae5ce14c15ea66bcd0dfb44411788ab1ee0468c91192
+DIST openxr-loader-1.0.31.tar.gz 572848 BLAKE2B 60483a5f1dd90dade7dbcfe08e0b165066ba5a880fb7b661676fbd6d2bbbb1e3a2d619d26bbc55e1339652e237abe53081806c97ab373c36c1420e6f3642ffcf SHA512 6efc7596e707f95366dbcdbac9bd7d0c20735a2175b4edf56a9e8a112cf0ab8b664069fe942313164a37119032ddbf5671bc88ab5f276005dd36e4a4dabba1c7
diff --git a/media-libs/openxr-loader/openxr-loader-1.0.20.ebuild b/media-libs/openxr-loader/openxr-loader-1.0.31.ebuild
similarity index 100%
rename from media-libs/openxr-loader/openxr-loader-1.0.20.ebuild
rename to media-libs/openxr-loader/openxr-loader-1.0.31.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
@ 2024-09-25 13:53 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-09-25 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 41535836e7953e254e115011ce5711d7b31269d6
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Sep 24 03:40:37 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 24 03:42:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41535836
media-libs/openxr-loader: make sure to build with system jsoncpp
Otherwise it is automagic.
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
.../{openxr-loader-1.1.40.ebuild => openxr-loader-1.1.40-r1.ebuild} | 1 +
media-libs/openxr-loader/openxr-loader-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/media-libs/openxr-loader/openxr-loader-1.1.40.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
similarity index 97%
rename from media-libs/openxr-loader/openxr-loader-1.1.40.ebuild
rename to media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
index 0a7f9f419..7e76b7f7a 100644
--- a/media-libs/openxr-loader/openxr-loader-1.1.40.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
@@ -55,6 +55,7 @@ src_configure() {
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
+ -DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)
diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-9999.ebuild
index 0a7f9f419..7e76b7f7a 100644
--- a/media-libs/openxr-loader/openxr-loader-9999.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-9999.ebuild
@@ -55,6 +55,7 @@ src_configure() {
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
+ -DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
@ 2024-09-27 11:41 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-09-27 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 3789a33c34567a8619d6e657303d13c74d0c32ea
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Sep 26 15:34:45 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 26 15:35:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3789a33c
media-libs/openxr-loader: block =dev-libs/jsoncpp-1.9.6
Closes: https://bugs.gentoo.org/940262
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild | 2 ++
media-libs/openxr-loader/openxr-loader-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
index 7e76b7f7a..d15ced7bb 100644
--- a/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
@@ -25,10 +25,12 @@ LICENSE="Apache-2.0"
IUSE="+wayland +X"
REQUIRED_USE="|| ( wayland X )"
+# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
DEPEND="
media-libs/vulkan-loader
media-libs/mesa
dev-libs/jsoncpp:=
+ !=dev-libs/jsoncpp-1.9.6
wayland? (
dev-libs/wayland
dev-libs/wayland-protocols
diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-9999.ebuild
index 7e76b7f7a..d15ced7bb 100644
--- a/media-libs/openxr-loader/openxr-loader-9999.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-9999.ebuild
@@ -25,10 +25,12 @@ LICENSE="Apache-2.0"
IUSE="+wayland +X"
REQUIRED_USE="|| ( wayland X )"
+# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
DEPEND="
media-libs/vulkan-loader
media-libs/mesa
dev-libs/jsoncpp:=
+ !=dev-libs/jsoncpp-1.9.6
wayland? (
dev-libs/wayland
dev-libs/wayland-protocols
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
2025-08-18 23:54 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-08-19 7:38 ` David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-08-19 7:38 UTC (permalink / raw
To: gentoo-commits
commit: de4b66d39e134381bd5c648556d9a29ae4e1fa12
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 23:39:04 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 23:53:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de4b66d3
media-libs/openxr-loader: drop 1.1.43
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
media-libs/openxr-loader/Manifest | 1 -
.../openxr-loader/openxr-loader-1.1.43.ebuild | 64 ----------------------
2 files changed, 65 deletions(-)
diff --git a/media-libs/openxr-loader/Manifest b/media-libs/openxr-loader/Manifest
index 9c2f0be3b6..c2dc670a87 100644
--- a/media-libs/openxr-loader/Manifest
+++ b/media-libs/openxr-loader/Manifest
@@ -1,2 +1 @@
-DIST openxr-loader-1.1.43.tar.gz 644835 BLAKE2B 75d27b0e382ccfdd5d0bfaede000d8725fcd26b307199a1859fa8745c9c565d823928dae4e1b893cc27ed4a18136392eaaa0f14f37d5378080aef90ab8b5d737 SHA512 e5bc1fe6a8f568d484be0da65cccc6eec8707f00441c34f16e49b685c0a6bb260ab407a758a579ffb264e175f43317add46d6781f0073891b372333b3769fd9f
DIST openxr-loader-1.1.45.tar.gz 647775 BLAKE2B 75727a12ba00c35c4a2faee16f69b3d4d7eb37f34110ecaa5199e0bfbbef5c1b6a563e6c551e70eb567327dca1ad0f250dae3461ec3d37c7cc89ac3831edef21 SHA512 b25812672cb983d438d3c64e973dc880a19227307d7ea4b09398172a38d849fc64020baaf781547821274d9048ce692b38e6c8d1d53690e5a6298a6f4782ec94
diff --git a/media-libs/openxr-loader/openxr-loader-1.1.43.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.43.ebuild
deleted file mode 100644
index 133c2c3b59..0000000000
--- a/media-libs/openxr-loader/openxr-loader-1.1.43.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=OpenXR-SDK
-inherit cmake-multilib
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
- SLOT="0"
-else
- SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${MY_PN}-release-${PV}"
- SLOT="0/${PV}"
-fi
-
-DESCRIPTION="OpenXR loader"
-HOMEPAGE="https://github.com/KhronosGroup/OpenXR-SDK"
-
-LICENSE="Apache-2.0"
-
-IUSE="+wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
-DEPEND="
- media-libs/vulkan-loader[${MULTILIB_USEDEP}]
- media-libs/mesa[${MULTILIB_USEDEP}]
- dev-libs/jsoncpp:=[${MULTILIB_USEDEP}]
- !=dev-libs/jsoncpp-1.9.6
- wayland? (
- dev-libs/wayland[${MULTILIB_USEDEP}]
- dev-libs/wayland-protocols
- )
- X? (
- x11-libs/libxcb[${MULTILIB_USEDEP}]
- x11-libs/xcb-util-keysyms
- x11-libs/libXrandr[${MULTILIB_USEDEP}]
- x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
- )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="wayland? ( dev-util/wayland-scanner )"
-
-src_prepare() {
- sed -i 's;DESTINATION share/doc/openxr;DESTINATION ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
-
- cmake_src_prepare
-}
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DBUILD_WITH_SYSTEM_JSONCPP=ON
- -DBUILD_WITH_XLIB_HEADERS=$(usex X)
- -DBUILD_WITH_XCB_HEADERS=$(usex X)
- -DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
- -DPRESENTATION_BACKEND=$(usex X xlib wayland)
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
2025-08-18 23:54 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-08-19 7:38 ` David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-08-19 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 69c262c75bab6112035efa185f0be6e97c6709b3
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 23:53:23 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 23:53:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69c262c7
media-libs/openxr-loader: drop 1.1.45
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../openxr-loader/openxr-loader-1.1.45.ebuild | 65 ----------------------
1 file changed, 65 deletions(-)
diff --git a/media-libs/openxr-loader/openxr-loader-1.1.45.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.45.ebuild
deleted file mode 100644
index ec372dfa63..0000000000
--- a/media-libs/openxr-loader/openxr-loader-1.1.45.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=OpenXR-SDK
-inherit cmake-multilib
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
- SLOT="0"
-else
- SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${MY_PN}-release-${PV}"
- SLOT="0/${PV}"
-fi
-
-DESCRIPTION="OpenXR loader"
-HOMEPAGE="https://github.com/KhronosGroup/OpenXR-SDK"
-
-LICENSE="Apache-2.0"
-
-IUSE="+wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
-DEPEND="
- media-libs/vulkan-loader[${MULTILIB_USEDEP}]
- media-libs/mesa[${MULTILIB_USEDEP}]
- dev-libs/jsoncpp:=[${MULTILIB_USEDEP}]
- !=dev-libs/jsoncpp-1.9.6
- wayland? (
- dev-libs/wayland[${MULTILIB_USEDEP}]
- dev-libs/wayland-protocols
- )
- X? (
- x11-libs/libxcb[${MULTILIB_USEDEP}]
- x11-libs/xcb-util-keysyms
- x11-libs/libXrandr[${MULTILIB_USEDEP}]
- x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
- )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="wayland? ( dev-util/wayland-scanner )"
-
-src_prepare() {
- sed -i 's;DESTINATION share/doc/openxr;DESTINATION ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
-
- cmake_src_prepare
-}
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DBUILD_WITH_SYSTEM_JSONCPP=ON
- -DBUILD_WITH_XLIB_HEADERS=$(usex X)
- -DBUILD_WITH_XCB_HEADERS=$(usex X)
- -DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
- -DBUILD_WITH_SYSTEM_JSONCPP=YES
- -DPRESENTATION_BACKEND=$(usex X xlib wayland)
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
2025-08-18 23:54 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-08-19 7:38 ` David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-08-19 7:38 UTC (permalink / raw
To: gentoo-commits
commit: af39507549a81bbb8066799edc73eb371231d2dc
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 23:52:38 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 23:53:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af395075
media-libs/openxr-loader: bump EAPI 7->8
* Also removes obsolete blocker
* Update no-op sed
* Sync live ebuild
Closes: https://bugs.gentoo.org/950637
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../{openxr-loader-9999.ebuild => openxr-loader-1.1.45-r1.ebuild} | 7 +++----
media-libs/openxr-loader/openxr-loader-9999.ebuild | 7 +++----
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.45-r1.ebuild
similarity index 87%
copy from media-libs/openxr-loader/openxr-loader-9999.ebuild
copy to media-libs/openxr-loader/openxr-loader-1.1.45-r1.ebuild
index 133c2c3b59..c6e1bf5a6c 100644
--- a/media-libs/openxr-loader/openxr-loader-9999.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-1.1.45-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
MY_PN=OpenXR-SDK
inherit cmake-multilib
@@ -25,12 +25,10 @@ LICENSE="Apache-2.0"
IUSE="+wayland +X"
REQUIRED_USE="|| ( wayland X )"
-# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
DEPEND="
media-libs/vulkan-loader[${MULTILIB_USEDEP}]
media-libs/mesa[${MULTILIB_USEDEP}]
dev-libs/jsoncpp:=[${MULTILIB_USEDEP}]
- !=dev-libs/jsoncpp-1.9.6
wayland? (
dev-libs/wayland[${MULTILIB_USEDEP}]
dev-libs/wayland-protocols
@@ -46,7 +44,7 @@ RDEPEND="${DEPEND}"
BDEPEND="wayland? ( dev-util/wayland-scanner )"
src_prepare() {
- sed -i 's;DESTINATION share/doc/openxr;DESTINATION ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
+ sed -i 's;LICENSE_DEST share/doc/openxr;LICENSE_DEST ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
cmake_src_prepare
}
@@ -57,6 +55,7 @@ multilib_src_configure() {
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
+ -DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)
diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-9999.ebuild
index 133c2c3b59..c6e1bf5a6c 100644
--- a/media-libs/openxr-loader/openxr-loader-9999.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
MY_PN=OpenXR-SDK
inherit cmake-multilib
@@ -25,12 +25,10 @@ LICENSE="Apache-2.0"
IUSE="+wayland +X"
REQUIRED_USE="|| ( wayland X )"
-# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
DEPEND="
media-libs/vulkan-loader[${MULTILIB_USEDEP}]
media-libs/mesa[${MULTILIB_USEDEP}]
dev-libs/jsoncpp:=[${MULTILIB_USEDEP}]
- !=dev-libs/jsoncpp-1.9.6
wayland? (
dev-libs/wayland[${MULTILIB_USEDEP}]
dev-libs/wayland-protocols
@@ -46,7 +44,7 @@ RDEPEND="${DEPEND}"
BDEPEND="wayland? ( dev-util/wayland-scanner )"
src_prepare() {
- sed -i 's;DESTINATION share/doc/openxr;DESTINATION ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
+ sed -i 's;LICENSE_DEST share/doc/openxr;LICENSE_DEST ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
cmake_src_prepare
}
@@ -57,6 +55,7 @@ multilib_src_configure() {
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
+ -DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/
@ 2025-09-22 9:09 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-09-22 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 587fdd4f36ab64f08c5c4f9fd76735efaecfa310
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Sep 20 12:37:41 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 20 12:39:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587fdd4f
media-libs/openxr-loader: add 1.1.52, drop 1.1.45-r1
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
media-libs/openxr-loader/Manifest | 2 +-
.../{openxr-loader-1.1.45-r1.ebuild => openxr-loader-1.1.52.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/openxr-loader/Manifest b/media-libs/openxr-loader/Manifest
index c2dc670a87..670212d980 100644
--- a/media-libs/openxr-loader/Manifest
+++ b/media-libs/openxr-loader/Manifest
@@ -1 +1 @@
-DIST openxr-loader-1.1.45.tar.gz 647775 BLAKE2B 75727a12ba00c35c4a2faee16f69b3d4d7eb37f34110ecaa5199e0bfbbef5c1b6a563e6c551e70eb567327dca1ad0f250dae3461ec3d37c7cc89ac3831edef21 SHA512 b25812672cb983d438d3c64e973dc880a19227307d7ea4b09398172a38d849fc64020baaf781547821274d9048ce692b38e6c8d1d53690e5a6298a6f4782ec94
+DIST openxr-loader-1.1.52.tar.gz 712802 BLAKE2B a49a2001a496b8bc866de1e2d7f0c68562d4489fcb5eaaadbac5a922481517825ae57eb2ebc3b74f135a700a86302e915090abf8c266f16060a70c49878b769f SHA512 e333abb28934883111a6760d7c4c956efb97b0b7ecec65a4e430010b7290c4b7af01a831ec798444293d29d84a91b74593c6a5d1f59fcbc958495ee9d0f7da78
diff --git a/media-libs/openxr-loader/openxr-loader-1.1.45-r1.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.52.ebuild
similarity index 100%
rename from media-libs/openxr-loader/openxr-loader-1.1.45-r1.ebuild
rename to media-libs/openxr-loader/openxr-loader-1.1.52.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-09-22 9:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24 17:20 [gentoo-commits] repo/proj/guru:master commit in: media-libs/openxr-loader/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-09-22 9:09 David Roman
2025-08-18 23:54 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-08-19 7:38 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-08-18 23:54 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-08-19 7:38 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-08-18 23:54 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-08-19 7:38 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-27 11:41 David Roman
2024-09-25 13:53 David Roman
2021-09-17 9:20 Arthur Zamarin
2021-09-17 9:20 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox