* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/
@ 2023-10-31 2:44 Benoît Dufour
0 siblings, 0 replies; 3+ messages in thread
From: Benoît Dufour @ 2023-10-31 2:44 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/
@ 2023-12-06 9:18 Henri Gasc
0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2023-12-06 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 1586c2c9ed9e93e4784dc65e109285c7178c9434
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Dec 6 09:12:38 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> 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 <gasc <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">fraunhoferhhi/vvenc</remote-id>
+ </upstream>
+ <longdescription>
+ The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient H.266/VVC encoder implementation.
+ </longdescription>
+</pkgmetadata>
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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/
@ 2024-05-31 17:43 Benoît Dufour
0 siblings, 0 replies; 3+ messages in thread
From: Benoît Dufour @ 2024-05-31 17:43 UTC (permalink / raw
To: gentoo-commits
commit: f1b3156fb66871cffe8e764e52a0e1d0475ca7e6
Author: Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Fri May 31 17:41:59 2024 +0000
Commit: Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
CommitDate: Fri May 31 17:41:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1b3156f
media-libs/vvenc: add 1.11.1, drop 1.9.1
Signed-off-by: Benoît Dufour <benoit.dufour <AT> mail.com>
media-libs/vvenc/Manifest | 2 +-
media-libs/vvenc/{vvenc-1.9.1.ebuild => vvenc-1.11.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/vvenc/Manifest b/media-libs/vvenc/Manifest
index 918ba22c6..178f71950 100644
--- a/media-libs/vvenc/Manifest
+++ b/media-libs/vvenc/Manifest
@@ -1 +1 @@
-DIST vvenc-1.9.1.gh.tar.gz 2015179 BLAKE2B e7720af775247bdf2c6eb1fbaff53c41b53ff1bb040f687d813b4d0e594a9696e0960d5155de7309cc684577f38f631135596abc5b827cc47cd6e567045ab975 SHA512 2d5022cd8e16158fb9f687ae19076dc887b38011c376a0d780341747f84204841c84a656c31794942396558fa4d1208a8714a1587d69a48f984d41f12df66ef0
+DIST vvenc-1.11.1.gh.tar.gz 2048109 BLAKE2B a3f8ba1ba3e60606bbca833b771790df78269c3ce809b7cf682169e9784cf00ac019991159fbbbb8999c57303252a189144c1163400a71ec168917bee9366182 SHA512 d4c8ef38a8b186ae9dd2dbb03fba8a29b3af1bb954e8c3a6aabc3e7d48e1686628f9474cc2c375a787a5ada8cb59055259b166597daaa5e6deea7193d02cd24e
diff --git a/media-libs/vvenc/vvenc-1.9.1.ebuild b/media-libs/vvenc/vvenc-1.11.1.ebuild
similarity index 100%
rename from media-libs/vvenc/vvenc-1.9.1.ebuild
rename to media-libs/vvenc/vvenc-1.11.1.ebuild
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-31 17:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 17:43 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvenc/ Benoît Dufour
-- strict thread matches above, loose matches on Subject: below --
2023-12-06 9:18 Henri Gasc
2023-10-31 2:44 Benoît Dufour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox