public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benoît Dufour" <benoit.dufour@mail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/
Date: Tue, 31 Oct 2023 02:44:25 +0000 (UTC)	[thread overview]
Message-ID: <1698720213.892b4d4ed8f0cfeb7febc30c3ce0de2f471ba9a6.benoit.dufour@gentoo> (raw)

commit:     892b4d4ed8f0cfeb7febc30c3ce0de2f471ba9a6
Author:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Tue Oct 31 02:43:33 2023 +0000
Commit:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
CommitDate: Tue Oct 31 02:43:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=892b4d4e

media-libs/vvenc: new package, add 1.9.1

Signed-off-by: Benoît Dufour <benoit.dufour <AT> mail.com>

 media-libs/vvenc/Manifest           |  1 +
 media-libs/vvenc/vvenc-1.9.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-libs/vvenc/Manifest b/media-libs/vvenc/Manifest
new file mode 100644
index 0000000000..b0458f8ac8
--- /dev/null
+++ b/media-libs/vvenc/Manifest
@@ -0,0 +1 @@
+DIST v1.9.1.tar.gz 2015179 BLAKE2B e7720af775247bdf2c6eb1fbaff53c41b53ff1bb040f687d813b4d0e594a9696e0960d5155de7309cc684577f38f631135596abc5b827cc47cd6e567045ab975 SHA512 2d5022cd8e16158fb9f687ae19076dc887b38011c376a0d780341747f84204841c84a656c31794942396558fa4d1208a8714a1587d69a48f984d41f12df66ef0

diff --git a/media-libs/vvenc/vvenc-1.9.1.ebuild b/media-libs/vvenc/vvenc-1.9.1.ebuild
new file mode 100644
index 0000000000..f6895f47f5
--- /dev/null
+++ b/media-libs/vvenc/vvenc-1.9.1.ebuild
@@ -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
+}


             reply	other threads:[~2023-10-31  2:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-31  2:44 Benoît Dufour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-06  9:18 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/ Henri Gasc
2024-05-31 17:43 Benoît Dufour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698720213.892b4d4ed8f0cfeb7febc30c3ce0de2f471ba9a6.benoit.dufour@gentoo \
    --to=benoit.dufour@mail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox