media-gfx/gz-rendering - 7.4.2 (ros-overlay)

Search

Install

Install this version:

emerge -a =media-gfx/gz-rendering-7.4.2

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

autounmask =media-gfx/gz-rendering-7.4.2

Or alternatively:

emerge --autounmask-write -a =media-gfx/gz-rendering-7.4.2

Package Information

Description:
C++ library designed to provide an abstraction for different rendering engines
Homepage:
https://github.com/gazebosim/gz-rendering
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
7.4.2 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_BUILD_TYPE=RelWithDebInfo
inherit cmake

DESCRIPTION="C++ library designed to provide an abstraction for different rendering engines"
HOMEPAGE="https://github.com/gazebosim/gz-rendering"
SRC_URI="https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE="optix"

RDEPEND="
	dev-games/ogre:0=
	>=dev-games/ogre-next-2.3.1
	dev-libs/gz-plugin:2=
	sci-libs/gz-math:7=
	sci-libs/gz-common:5=
	dev-libs/gz-utils:2=
	media-libs/freeimage:=
	media-libs/libglvnd
	optix? (
		dev-libs/optix
		dev-util/nvidia-cuda-toolkit
	)"
DEPEND="${RDEPEND}
	dev-build/gz-cmake:3"
BDEPEND="
	dev-build/gz-cmake:3"

src_configure() {
	local mycmakeargs=(
		# "-DBUILD_TESTING=$(usex test)"
		"-DSKIP_optix=$(usex optix false true)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-gfx/gz-rendering | euse -E <flag> -p media-gfx/gz-rendering | euse -D <flag> -p media-gfx/gz-rendering

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-games/ogre:0=
	>=dev-games/ogre-next-2.3.1
	dev-libs/gz-plugin:2=
	sci-libs/gz-math:7=
	sci-libs/gz-common:5=
	dev-libs/gz-utils:2=
	media-libs/freeimage:=
	media-libs/libglvnd
	optix? (
		dev-libs/optix
		dev-util/nvidia-cuda-toolkit
	)
	dev-build/gz-cmake:3

RDEPEND

	dev-games/ogre:0=
	>=dev-games/ogre-next-2.3.1
	dev-libs/gz-plugin:2=
	sci-libs/gz-math:7=
	sci-libs/gz-common:5=
	dev-libs/gz-utils:2=
	media-libs/freeimage:=
	media-libs/libglvnd
	optix? (
		dev-libs/optix
		dev-util/nvidia-cuda-toolkit
	)

BDEPEND

	dev-build/gz-cmake:3

Manifest for 7.4.2

Type File Size Source URLs
DIST gz-rendering-7.4.2.tar.bz2 72190684 bytes https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/gz-rendering-7.4.2.tar.bz2