media-libs/vvenc - 1.11.1 (guru)

Search

Install

Install this version:

emerge -a =media-libs/vvenc-1.11.1

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

autounmask =media-libs/vvenc-1.11.1

Or alternatively:

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

Package Information

Description:
VVenC, the Fraunhofer Versatile Video Encoder
Homepage:
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
License:
Clear-BSD

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="VVenC, the Fraunhofer Versatile Video Encoder"
HOMEPAGE="https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html"
SRC_URI="https://github.com/fraunhoferhhi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Clear-BSD"
SLOT="0"
KEYWORDS="~amd64"

src_configure() {
	local mycmakeargs=(
		-DVVENC_INSTALL_FULLFEATURE_APP="ON"
	)
	cmake_src_configure
}

src_install() {
	cmake_src_install
}

Inherited Eclasses

Manifest for 1.11.1

Type File Size Source URLs
DIST vvenc-1.11.1.gh.tar.gz 2048109 bytes https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.11.1.tar.gz