public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvdec/
@ 2023-10-31  2:41 Benoît Dufour
  0 siblings, 0 replies; 3+ messages in thread
From: Benoît Dufour @ 2023-10-31  2:41 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvdec/
@ 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:     e64de625236058892c4eb19b0a2d0c9574a019db
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Dec  6 09:14:24 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=e64de625

media-libs/vvdec: update DESCRIPTION, LICENSE, SRC_URI

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 media-libs/vvdec/Manifest           |  2 +-
 media-libs/vvdec/metadata.xml       | 11 +++++++++++
 media-libs/vvdec/vvdec-2.1.2.ebuild | 12 ++++--------
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/media-libs/vvdec/Manifest b/media-libs/vvdec/Manifest
index 5293ddb6a3..730985be8c 100644
--- a/media-libs/vvdec/Manifest
+++ b/media-libs/vvdec/Manifest
@@ -1 +1 @@
-DIST v2.1.2.tar.gz 1269636 BLAKE2B 1fd9dbc908e9ee8ad6ca7ae4de6866030726c087409e635a0abd461264951f5b9fda0abb6d125b92cd022ebe5147de72515277e520df8e481e1d558828e7c633 SHA512 41609b6f36d402e97bf1ee7f8812d7b3a14226b24be5446cb785aaa63c0176613d2d3bf881605f8e5dff944646d5ed77f1f480a587b30b4d9351146834ee9cd8
+DIST vvdec-2.1.2.gh.tar.gz 1269636 BLAKE2B 1fd9dbc908e9ee8ad6ca7ae4de6866030726c087409e635a0abd461264951f5b9fda0abb6d125b92cd022ebe5147de72515277e520df8e481e1d558828e7c633 SHA512 41609b6f36d402e97bf1ee7f8812d7b3a14226b24be5446cb785aaa63c0176613d2d3bf881605f8e5dff944646d5ed77f1f480a587b30b4d9351146834ee9cd8

diff --git a/media-libs/vvdec/metadata.xml b/media-libs/vvdec/metadata.xml
new file mode 100644
index 0000000000..66e66a93eb
--- /dev/null
+++ b/media-libs/vvdec/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/vvdec</remote-id>
+	</upstream>
+	<longdescription>
+		The Fraunhofer Versatile Video Decoder (VVdeC) is a fast H.266/VVC software decoder implementation.
+	</longdescription>
+</pkgmetadata>

diff --git a/media-libs/vvdec/vvdec-2.1.2.ebuild b/media-libs/vvdec/vvdec-2.1.2.ebuild
index e2f1e06768..a244a6d028 100644
--- a/media-libs/vvdec/vvdec-2.1.2.ebuild
+++ b/media-libs/vvdec/vvdec-2.1.2.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 Decoder (VVdeC) is a fast H.266/VVC software decoder implementation."
+DESCRIPTION="VVdeC, the Fraunhofer Versatile Video Decoder"
 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=(
 		-DVVDEC_INSTALL_VVDECAPP="ON"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vvdec/
@ 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:     45569937fd6b0eb7ab115960f38ee5fbb606cba7
Author:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Fri May 31 17:39:57 2024 +0000
Commit:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
CommitDate: Fri May 31 17:39:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45569937

media-libs/vvdec: add 2.3.0, drop 2.1.2

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

 media-libs/vvdec/Manifest                                   | 2 +-
 media-libs/vvdec/{vvdec-2.1.2.ebuild => vvdec-2.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vvdec/Manifest b/media-libs/vvdec/Manifest
index 730985be8..96484bdcf 100644
--- a/media-libs/vvdec/Manifest
+++ b/media-libs/vvdec/Manifest
@@ -1 +1 @@
-DIST vvdec-2.1.2.gh.tar.gz 1269636 BLAKE2B 1fd9dbc908e9ee8ad6ca7ae4de6866030726c087409e635a0abd461264951f5b9fda0abb6d125b92cd022ebe5147de72515277e520df8e481e1d558828e7c633 SHA512 41609b6f36d402e97bf1ee7f8812d7b3a14226b24be5446cb785aaa63c0176613d2d3bf881605f8e5dff944646d5ed77f1f480a587b30b4d9351146834ee9cd8
+DIST vvdec-2.3.0.gh.tar.gz 1342422 BLAKE2B 563f9199befd0794350f57437082e89d4d99b330aa61ad9143ce3775f25e0f3b2254d72f1ab7d245d4adc1093957cfc2aace46a89accada76822aa8ec53f9d3b SHA512 9da24834a0c519b5915ac1fcea18544497eaa9df87717740e371bd766eb065662e7a7727f94b94f05c461414f2972c82e6f43eb002a354e1e92238e2494d3de7

diff --git a/media-libs/vvdec/vvdec-2.1.2.ebuild b/media-libs/vvdec/vvdec-2.3.0.ebuild
similarity index 100%
rename from media-libs/vvdec/vvdec-2.1.2.ebuild
rename to media-libs/vvdec/vvdec-2.3.0.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/vvdec/ Benoît Dufour
  -- strict thread matches above, loose matches on Subject: below --
2023-12-06  9:18 Henri Gasc
2023-10-31  2:41 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