media-libs/woff2 - 9999 (mva)

Search

Install

Install this version:

emerge -a =media-libs/woff2-9999

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

autounmask =media-libs/woff2-9999

Or alternatively:

emerge --autounmask-write -a =media-libs/woff2-9999

Package Information

Description:
font compression reference code
Homepage:
https://github.com/google/woff2
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit git-r3 cmake

DESCRIPTION="font compression reference code"
HOMEPAGE="https://github.com/google/woff2"
EGIT_REPO_URI="https://github.com/google/${PN}"

LICENSE="Apache-2.0"
SLOT="0"

RDEPEND="app-arch/brotli"
DEPENDS="${RDEPEND}
	virtual/pkgconfig
"

src_configure() {
	local mycmakeargs=(
		-DCANONICAL_PREFIXES=ON
		-DNOISY_LOGGING=OFF
		-DCMAKE_SKIP_RPATH=ON
	)
	cmake_src_configure
}

Inherited Eclasses

Dependencies

RDEPEND

app-arch/brotli