media-libs/vvenc - 9999 (4nykey)

Search

Install

Install this version:

emerge -a =media-libs/vvenc-9999

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

autounmask =media-libs/vvenc-9999

Or alternatively:

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

Package Information

Description:
Fraunhofer Versatile Video (H.266/VVC) Encoder
Homepage:
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
License:
BSD

Ebuild Details

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

EAPI=8

inherit cmake-multilib

if [[ -z ${PV%%*9999} ]]; then
	EGIT_REPO_URI="https://github.com/fraunhoferhhi/${PN}.git"
	inherit git-r3
	SLOT="0/${PV}"
else
	MY_PV="c305325"
	[[ -n ${PV%%*_p*} ]] && MY_PV="v${PV}"
	SRC_URI="
		mirror://githubcl/fraunhoferhhi/${PN}/tar.gz/${MY_PV} -> ${P}.tar.gz
	"
	KEYWORDS="~amd64"
	S="${WORKDIR}/${PN}-${MY_PV#v}"
	SLOT="0/$(ver_cut 1-2)"
fi

DESCRIPTION="Fraunhofer Versatile Video (H.266/VVC) Encoder"
HOMEPAGE="https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html"

LICENSE="BSD"

IUSE="test"
RESTRICT="!test? ( test )"
RESTRICT+=" primaryuri"

USE Flags

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

Global/Standard Flags

Inherited Eclasses