media-libs/openvr - 1.23.8 (guru)

Search

Install

Install this version:

emerge -a =media-libs/openvr-1.23.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/openvr-1.23.8

Or alternatively:

emerge --autounmask-write -a =media-libs/openvr-1.23.8

Package Information

Description:
OpenVR SDK
Homepage:
https://steamvr.com
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.23.8 8 ~amd64 0
View Raw Ebuild
# Copyright 2020-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8
EGIT_REPO_URI="https://github.com/ValveSoftware/openvr"

inherit cmake-multilib

DESCRIPTION="OpenVR SDK"
HOMEPAGE="https://steamvr.com"

SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

IUSE="static"

PATCHES=(
	"${FILESDIR}/${PN}-libdir.patch"
)

DOCS=(
	"${S}/LICENSE"
	"${S}/README.md"
)

src_configure() {
	my_configure() {
		mycmakeargs=(
			-DBUILD_SHARED="$(usex static OFF ON)"
		)
		cmake_src_configure
	}
	multilib_parallel_foreach_abi my_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-libs/openvr | euse -E <flag> -p media-libs/openvr | euse -D <flag> -p media-libs/openvr

Global/Standard Flags

Inherited Eclasses

Manifest for 1.23.8

Type File Size Source URLs
DIST openvr-1.23.8.tar.gz 153566673 bytes https://github.com/ValveSoftware/openvr/archive/v1.23.8.tar.gz