From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/opencomposite/
Date: Tue, 19 Aug 2025 13:58:28 +0000 (UTC) [thread overview]
Message-ID: <1755604134.325620a60cce2ea821d0e0223ea970c788a424e1.davidroman@gentoo> (raw)
commit: 325620a60cce2ea821d0e0223ea970c788a424e1
Author: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
AuthorDate: Tue Aug 19 11:48:54 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug 19 11:48:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=325620a6
media-libs/opencomposite: add 0_pre20250819
Signed-off-by: Patrick Nicolas <patricknicolas <AT> laposte.net>
media-libs/opencomposite/Manifest | 2 ++
...ite-9999.ebuild => opencomposite-0_pre20250819.ebuild} | 15 +++++++++++++++
media-libs/opencomposite/opencomposite-9999.ebuild | 15 +++++++++++++++
3 files changed, 32 insertions(+)
diff --git a/media-libs/opencomposite/Manifest b/media-libs/opencomposite/Manifest
new file mode 100644
index 0000000000..dc9ff30678
--- /dev/null
+++ b/media-libs/opencomposite/Manifest
@@ -0,0 +1,2 @@
+DIST OpenXR-SDK-91a8a8d9d70f4b469bca0726122c3b5a6096010e.tar.gz 740669 BLAKE2B 0a3ae5164707de4e663b19613716dcfff4fcb242803ed50f54fa54e852dc12f753e0f7a69844f2f17516b8e976b362ff821fb9dbbd3882732ba8610836874d21 SHA512 64d8e7a3071b890836b90e87967541428a6cf50b9767584d8177cbee5e95bf97008645704cf206f15de4113b72d3ead050f6e1799235af2039fcfc1c55d16944
+DIST opencomposite-0_pre20250819.tar.bz2 1182056 BLAKE2B c728cc88175301922ba7558f141a24d8f6a6ae9c858da36bbc91d9c8f698fedd5f37771b1e88efe904ceeb34145390b20ed741e233e59f97a71ef6fc36eeeb20 SHA512 978e3a55380f9ea13c1e3a5b5501f68d54d20f233ab40f6b06866fc21d186a013fb0779f3d24d45432fa3a7cda2656b5e2fa5d8dfc8112485af5893911c32bac
diff --git a/media-libs/opencomposite/opencomposite-9999.ebuild b/media-libs/opencomposite/opencomposite-0_pre20250819.ebuild
similarity index 73%
copy from media-libs/opencomposite/opencomposite-9999.ebuild
copy to media-libs/opencomposite/opencomposite-0_pre20250819.ebuild
index 503616143a..e1a0afe9cc 100644
--- a/media-libs/opencomposite/opencomposite-9999.ebuild
+++ b/media-libs/opencomposite/opencomposite-0_pre20250819.ebuild
@@ -14,6 +14,13 @@ if [[ ${PV} == 9999 ]]; then
EGIT_BRANCH="openxr"
else
KEYWORDS="~amd64"
+ COMMIT=cff07db75c4823afe93ed7027b03d5f7bc86f164
+ OPENXR_COMMIT=91a8a8d9d70f4b469bca0726122c3b5a6096010e
+ SRC_URI="
+ https://gitlab.com/znixian/OpenOVR/-/archive/${COMMIT}/OpenOVR-${COMMIT}.tar.bz2 -> ${P}.tar.bz2
+ https://github.com/KhronosGroup/OpenXR-SDK/archive/${OPENXR_COMMIT}.tar.gz -> OpenXR-SDK-${OPENXR_COMMIT}.tar.gz
+ "
+ S="${WORKDIR}/OpenOVR-${COMMIT}"
fi
LICENSE="GPL-3 Apache-2.0 MIT"
@@ -29,6 +36,14 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+if [[ ${PV} != 9999 ]] ; then
+src_unpack()
+{
+ default_src_unpack
+ mv --no-target-directory "${WORKDIR}/OpenXR-SDK-${OPENXR_COMMIT}" "${S}/libs/openxr-sdk"
+}
+fi
+
multilib_src_configure()
{
# Installing to /usr would not work with Steam bacause pressure vessel
diff --git a/media-libs/opencomposite/opencomposite-9999.ebuild b/media-libs/opencomposite/opencomposite-9999.ebuild
index 503616143a..e1a0afe9cc 100644
--- a/media-libs/opencomposite/opencomposite-9999.ebuild
+++ b/media-libs/opencomposite/opencomposite-9999.ebuild
@@ -14,6 +14,13 @@ if [[ ${PV} == 9999 ]]; then
EGIT_BRANCH="openxr"
else
KEYWORDS="~amd64"
+ COMMIT=cff07db75c4823afe93ed7027b03d5f7bc86f164
+ OPENXR_COMMIT=91a8a8d9d70f4b469bca0726122c3b5a6096010e
+ SRC_URI="
+ https://gitlab.com/znixian/OpenOVR/-/archive/${COMMIT}/OpenOVR-${COMMIT}.tar.bz2 -> ${P}.tar.bz2
+ https://github.com/KhronosGroup/OpenXR-SDK/archive/${OPENXR_COMMIT}.tar.gz -> OpenXR-SDK-${OPENXR_COMMIT}.tar.gz
+ "
+ S="${WORKDIR}/OpenOVR-${COMMIT}"
fi
LICENSE="GPL-3 Apache-2.0 MIT"
@@ -29,6 +36,14 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+if [[ ${PV} != 9999 ]] ; then
+src_unpack()
+{
+ default_src_unpack
+ mv --no-target-directory "${WORKDIR}/OpenXR-SDK-${OPENXR_COMMIT}" "${S}/libs/openxr-sdk"
+}
+fi
+
multilib_src_configure()
{
# Installing to /usr would not work with Steam bacause pressure vessel
next reply other threads:[~2025-08-19 13:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-19 13:58 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-19 13:58 [gentoo-commits] repo/proj/guru:master commit in: media-libs/opencomposite/ David Roman
2025-07-03 10:04 David Roman
2024-06-12 16:10 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1755604134.325620a60cce2ea821d0e0223ea970c788a424e1.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox