media-libs/draco - 1.5.7 (stuff)

Search

Install

Install this version:

emerge -a =media-libs/draco-1.5.7

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

autounmask =media-libs/draco-1.5.7

Or alternatively:

emerge --autounmask-write -a =media-libs/draco-1.5.7

Package Information

Description:
3D mesh and point-cloud compression library
Homepage:
https://google.github.io/draco/ https://github.com/google/draco
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.5.7 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="3D mesh and point-cloud compression library"
HOMEPAGE="https://google.github.io/draco/
	https://github.com/google/draco"
SRC_URI="https://github.com/google/draco/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

src_configure() {
	local mycmakeargs=(
		-DBUILD_SHARED_LIBS=ON
		-DDRACO_TESTS=OFF
		-DDRACO_TRANSCODER_SUPPORTED=OFF
	)
	cmake_src_configure
}

Inherited Eclasses

Manifest for 1.5.7

Type File Size Source URLs
DIST draco-1.5.7.tar.gz 60465968 bytes https://github.com/google/draco/archive/refs/tags/1.5.7.tar.gz