commit:     e7350f2468b62811c45cb97d37fa04f94edcd6b2
Author:     Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
AuthorDate: Sun Feb 18 15:21:13 2024 +0000
Commit:     Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
CommitDate: Sun Feb 18 16:15:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7350f24

media-libs/wivrn: drop 0.9.1

Signed-off-by: Patrick Nicolas <patricknicolas <AT> laposte.net>

 media-libs/wivrn/Manifest           |  2 -
 media-libs/wivrn/wivrn-0.9.1.ebuild | 81 -------------------------------------
 2 files changed, 83 deletions(-)

diff --git a/media-libs/wivrn/Manifest b/media-libs/wivrn/Manifest
index c7d0035602..5fecb1ed0a 100644
--- a/media-libs/wivrn/Manifest
+++ b/media-libs/wivrn/Manifest
@@ -2,5 +2,3 @@ DIST boostpfr_2.0.3.tar.gz 57376 BLAKE2B 
447370c88a3241fcd91d5fb4c3ea8a6b5e54e11
 DIST monado-79bf8eb8fa168f65f4e5505e0525ee74aa88783e.tar.gz 3295316 BLAKE2B 
8f52e770999c0dfef2082e55edb0a08bcbce06fc2dbeb70627cd820921c1006e39b5d8498b1c4442ecac900ca6cf2c27dde58f3d8dccd0dd2c52cbed01aca297
 SHA512 
736e186f17f03601064512d1f1a54aa7a9453c416e213c8014b932a6182ee2b773a1994f6980632a1ce043e35f092307f575005ef230988c5e2f23dd6df4a134
 DIST wivrn-0.10.1-server-build-deps.tar.xz 16181364 BLAKE2B 
ef0f9855fc454d7258846bcc1c4a94f5d15570c2e092dc7913c93935cd2c343cfeaf2b585dcde32344781c2e03e91fa4a506708729f1032bc883ae2cc17f840e
 SHA512 
629e47ef07280f0048ae8c534bf3a503a142d6ba878bf2cf2aeb77fd58027c85add2796fa2cac871baa0c0feb51d402362728335e3c9ebb2943e1f5e59abef19
 DIST wivrn-0.10.1.tar.gz 393044 BLAKE2B 
a452d78a7a1a25e33a7fa4c75b32c3b1c05a3118d56db140f3ffb27698511c3bd2dd6e910826eb745aa77f3acc1caddaec083c08605f98fd8cb0a5e195384b87
 SHA512 
3448f35b6820afb184cf078379fe090fe73749cddab4d907bb7e5560c5d2117813a6290e47313ca12db215402039097cb51d5fc7c73baac77ad61e8ef5607b1a
-DIST wivrn-0.9.1-server-build-deps.tar.xz 15574764 BLAKE2B 
1fa80fa057c73f8bfe31752f0f6e86e932f092fb5e73d94d58a0b327417f73d0299484dfba9d0b95c729228fee29b1fe7f66c0a836d33eede31fe1f39b49e7ae
 SHA512 
66729f45e3650274ac2cf24e55e04d5ea77474f874fb0d4f1ad7561f6ee40d0abbef347904112c7fac22413e14b23788f207f0fbbd901a6f218b720e36cda6be
-DIST wivrn-0.9.1.tar.gz 398632 BLAKE2B 
2c76dfc648a535e1c2d9edebbed6f514b1e3fc7510f5af1a988995fff737166034cbccc8d7c407f4f9a28b67bceee17acf3ccbb8991e6f48ec396219482a8815
 SHA512 
fe69f1473a8e8d5617a18d56ef63a1f11b7cf32e64268f43d6efebb00184cc28c94b251b8ecccc1f95f6064fa2152566a3a001665b82ee3b6479bd009d63aee3

diff --git a/media-libs/wivrn/wivrn-0.9.1.ebuild 
b/media-libs/wivrn/wivrn-0.9.1.ebuild
deleted file mode 100644
index 4384b58f2f..0000000000
--- a/media-libs/wivrn/wivrn-0.9.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-EAPI=7
-
-DESCRIPTION="WiVRn OpenXR streaming"
-HOMEPAGE="https://github.com/meumeu/WiVRn";
-SLOT="0"
-LICENSE="GPL-3 Apache-2.0 MIT"
-
-IUSE="nvenc vaapi x264"
-
-inherit cmake
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/Meumeu/WiVRn.git";
-
-       MONADO_V=3ca1381be18e4cda516a2c7ac5778706aac89ce4
-       PFR_V=2.0.3
-       SRC_URI="
-       https://github.com/boostorg/pfr/archive/refs/tags/${PFR_V}.tar.gz -> 
boostpfr_${PFR_V}.tar.gz
-       
https://gitlab.freedesktop.org/monado/monado/-/archive/${MONADO_V}/monado-${MONADO_V}.tar.gz";
-else
-       SRC_URI="
-               https://github.com/Meumeu/WiVRn/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
-               
https://github.com/Meumeu/WiVRn/releases/download/v${PV}/server-build-deps.tar.xz
 -> ${P}-server-build-deps.tar.xz"
-       KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-       nvenc? (
-               x11-drivers/nvidia-drivers
-       )
-       vaapi? (
-               media-video/ffmpeg[libdrm,vulkan,vaapi]
-       )
-       x264? (
-               media-libs/x264
-       )
-       dev-libs/libbsd
-       media-libs/openxr-loader
-       net-dns/avahi
-       sys-apps/systemd
-"
-
-if [[ ${PV} == 9999 ]]; then
-       src_unpack() {
-               git-r3_src_unpack
-               default_src_unpack
-               cd "${WORKDIR}"
-               mv "monado-${MONADO_V}" "monado-src"
-               mv "pfr-${PFR_V}" "boostpfr-src"
-       }
-else
-       src_unpack() {
-               default_src_unpack
-               cd "${WORKDIR}"
-               mv "WiVRn-${PV}" "${P}"
-       }
-fi
-
-src_configure() {
-       if [[ ${PV} == 9999 ]]; then
-               GIT_DESC=$(git describe)
-       else
-               GIT_DESC=${PV}
-       fi
-       local mycmakeargs=(
-               -DGIT_DESC=${GIT_DESC}
-               -DWIVRN_BUILD_CLIENT=OFF
-               -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
-               -DFETCHCONTENT_FULLY_DISCONNECTED=ON
-               -DFETCHCONTENT_BASE_DIR=${WORKDIR}
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       dosym /usr/share/openxr/1/openxr_wivrn.json 
/etc/openxr/1/active_runtime.json
-}

Reply via email to