media-libs/vvenc: new package, add 1.9.1

Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>
This commit is contained in:
Benoît Dufour
2023-10-30 22:43:33 -04:00
parent 4bc58963a6
commit 892b4d4ed8
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST v1.9.1.tar.gz 2015179 BLAKE2B e7720af775247bdf2c6eb1fbaff53c41b53ff1bb040f687d813b4d0e594a9696e0960d5155de7309cc684577f38f631135596abc5b827cc47cd6e567045ab975 SHA512 2d5022cd8e16158fb9f687ae19076dc887b38011c376a0d780341747f84204841c84a656c31794942396558fa4d1208a8714a1587d69a48f984d41f12df66ef0

View File

@@ -0,0 +1,29 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient H.266/VVC encoder implementation."
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"
LICENSE="BSD-3-Clause-Clear"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local mycmakeargs=(
-DVVENC_INSTALL_FULLFEATURE_APP="ON"
)
cmake_src_configure
}
src_install() {
cmake_src_install
}