From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A279D158013 for ; Wed, 6 Dec 2023 09:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D4F2BC022; Wed, 6 Dec 2023 09:18:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7DA22BC022 for ; Wed, 6 Dec 2023 09:18:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D86D833FDEE for ; Wed, 6 Dec 2023 09:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 650B7AC2 for ; Wed, 6 Dec 2023 09:18:55 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1701854327.1586c2c9ed9e93e4784dc65e109285c7178c9434.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/vvenc/Manifest media-libs/vvenc/metadata.xml media-libs/vvenc/vvenc-1.9.1.ebuild X-VCS-Directories: media-libs/vvenc/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 1586c2c9ed9e93e4784dc65e109285c7178c9434 X-VCS-Branch: dev Date: Wed, 6 Dec 2023 09:18:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a13fd988-5dc3-4b7e-afec-398be2c4066f X-Archives-Hash: 74c2aaac96e529659d579de11f9fce42 commit: 1586c2c9ed9e93e4784dc65e109285c7178c9434 Author: Henri Gasc eurecom fr> AuthorDate: Wed Dec 6 09:12:38 2023 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Wed Dec 6 09:18:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1586c2c9 media-libs/vvenc: update DESCRIPTION, LICENSE, SRC_URI Signed-off-by: Henri Gasc eurecom.fr> media-libs/vvenc/Manifest | 2 +- media-libs/vvenc/metadata.xml | 11 +++++++++++ media-libs/vvenc/vvenc-1.9.1.ebuild | 12 ++++-------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/media-libs/vvenc/Manifest b/media-libs/vvenc/Manifest index b0458f8ac8..918ba22c69 100644 --- a/media-libs/vvenc/Manifest +++ b/media-libs/vvenc/Manifest @@ -1 +1 @@ -DIST v1.9.1.tar.gz 2015179 BLAKE2B e7720af775247bdf2c6eb1fbaff53c41b53ff1bb040f687d813b4d0e594a9696e0960d5155de7309cc684577f38f631135596abc5b827cc47cd6e567045ab975 SHA512 2d5022cd8e16158fb9f687ae19076dc887b38011c376a0d780341747f84204841c84a656c31794942396558fa4d1208a8714a1587d69a48f984d41f12df66ef0 +DIST vvenc-1.9.1.gh.tar.gz 2015179 BLAKE2B e7720af775247bdf2c6eb1fbaff53c41b53ff1bb040f687d813b4d0e594a9696e0960d5155de7309cc684577f38f631135596abc5b827cc47cd6e567045ab975 SHA512 2d5022cd8e16158fb9f687ae19076dc887b38011c376a0d780341747f84204841c84a656c31794942396558fa4d1208a8714a1587d69a48f984d41f12df66ef0 diff --git a/media-libs/vvenc/metadata.xml b/media-libs/vvenc/metadata.xml new file mode 100644 index 0000000000..98050ed27d --- /dev/null +++ b/media-libs/vvenc/metadata.xml @@ -0,0 +1,11 @@ + + + + + + fraunhoferhhi/vvenc + + + The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient H.266/VVC encoder implementation. + + diff --git a/media-libs/vvenc/vvenc-1.9.1.ebuild b/media-libs/vvenc/vvenc-1.9.1.ebuild index f6895f47f5..d9e7602f6a 100644 --- a/media-libs/vvenc/vvenc-1.9.1.ebuild +++ b/media-libs/vvenc/vvenc-1.9.1.ebuild @@ -1,22 +1,18 @@ -# Copyright 2023 Gentoo Authors +# Copyright 1999-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." +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" +SRC_URI="https://github.com/fraunhoferhhi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -LICENSE="BSD-3-Clause-Clear" +LICENSE="Clear-BSD" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - src_configure() { local mycmakeargs=( -DVVENC_INSTALL_FULLFEATURE_APP="ON"