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/vvdec/
Date: Tue, 31 Oct 2023 02:41:38 +0000 (UTC)	[thread overview]
Message-ID: <1698720021.4bc58963a69a62f78aab7d541fe1d1ddc483c567.benoit.dufour@gentoo> (raw)

commit:     4bc58963a69a62f78aab7d541fe1d1ddc483c567
Author:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Tue Oct 31 02:40:21 2023 +0000
Commit:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
CommitDate: Tue Oct 31 02:40:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bc58963

media-libs/vvdec: new package, add 2.1.2

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

 media-libs/vvdec/Manifest           |  1 +
 media-libs/vvdec/vvdec-2.1.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-libs/vvdec/Manifest b/media-libs/vvdec/Manifest
new file mode 100644
index 0000000000..5293ddb6a3
--- /dev/null
+++ b/media-libs/vvdec/Manifest
@@ -0,0 +1 @@
+DIST v2.1.2.tar.gz 1269636 BLAKE2B 1fd9dbc908e9ee8ad6ca7ae4de6866030726c087409e635a0abd461264951f5b9fda0abb6d125b92cd022ebe5147de72515277e520df8e481e1d558828e7c633 SHA512 41609b6f36d402e97bf1ee7f8812d7b3a14226b24be5446cb785aaa63c0176613d2d3bf881605f8e5dff944646d5ed77f1f480a587b30b4d9351146834ee9cd8

diff --git a/media-libs/vvdec/vvdec-2.1.2.ebuild b/media-libs/vvdec/vvdec-2.1.2.ebuild
new file mode 100644
index 0000000000..e2f1e06768
--- /dev/null
+++ b/media-libs/vvdec/vvdec-2.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="The Fraunhofer Versatile Video Decoder (VVdeC) is a fast H.266/VVC software decoder 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=(
+		-DVVDEC_INSTALL_VVDECAPP="ON"
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	#dobin "${BUILD_DIR}/vvdec"
+	#dobin "${BUILD_DIR}/vvdecapp"
+	#dolib "${BUILD_DIR}"
+	#insinto /usr/share/${PN}
+	#doins -r res/*
+
+	#make_desktop_entry /usr/bin/${PN}
+	cmake_src_install
+}


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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-31  2:41 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/vvdec/ 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=1698720021.4bc58963a69a62f78aab7d541fe1d1ddc483c567.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