commit: 5ae67e621ed310f723a09e49931473a7554119bf
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Dec 6 09:18:06 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec 6 09:18:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ae67e62
media-libs/svt-vp9: Update LICENSE
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
media-libs/svt-vp9/Manifest | 2 +-
media-libs/svt-vp9/svt-vp9-0.3.0.ebuild | 6 +++---
media-libs/svt-vp9/svt-vp9-9999.ebuild | 5 ++---
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/media-libs/svt-vp9/Manifest b/media-libs/svt-vp9/Manifest
index 3602aa9425..2c5660cbb3 100644
--- a/media-libs/svt-vp9/Manifest
+++ b/media-libs/svt-vp9/Manifest
@@ -1 +1 @@
-DIST svt-vp9-0.3.0.tar.gz 1009838 BLAKE2B
52cb9a4f500b3f5359655f55734bcec406034f6f24827587f00a37bd78640162aaba6939305d6b54945a6d9d967b78653b3a3c90a09942d09a0c55ce2b663657
SHA512
2b65d4cc731061c2a07010314f7c306664fd9cf122917f96b94ec87350c8bab1a1118527263eb39347a6f6f572088337e1c5f7ae738b52de30a28ccb54c321c1
+DIST svt-vp9-0.3.0.gh.tar.gz 1009838 BLAKE2B
52cb9a4f500b3f5359655f55734bcec406034f6f24827587f00a37bd78640162aaba6939305d6b54945a6d9d967b78653b3a3c90a09942d09a0c55ce2b663657
SHA512
2b65d4cc731061c2a07010314f7c306664fd9cf122917f96b94ec87350c8bab1a1118527263eb39347a6f6f572088337e1c5f7ae738b52de30a28ccb54c321c1
diff --git a/media-libs/svt-vp9/svt-vp9-0.3.0.ebuild
b/media-libs/svt-vp9/svt-vp9-0.3.0.ebuild
index c6cfc4ce17..5c474543d2 100644
--- a/media-libs/svt-vp9/svt-vp9-0.3.0.ebuild
+++ b/media-libs/svt-vp9/svt-vp9-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,12 +12,12 @@ if [ ${PV} = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-VP9.git"
else
-
SRC_URI="https://github.com/OpenVisualCloud/SVT-VP9/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+
SRC_URI="https://github.com/OpenVisualCloud/SVT-VP9/archive/v${PV}.tar.gz ->
${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/SVT-VP9-${PV}"
fi
-LICENSE="AOM BSD-2"
+LICENSE="BSD-2-with-patent"
SLOT="0/1"
DEPEND="dev-lang/nasm"
diff --git a/media-libs/svt-vp9/svt-vp9-9999.ebuild
b/media-libs/svt-vp9/svt-vp9-9999.ebuild
index c6cfc4ce17..f1bb99dfc7 100644
--- a/media-libs/svt-vp9/svt-vp9-9999.ebuild
+++ b/media-libs/svt-vp9/svt-vp9-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,8 +16,7 @@ else
KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/SVT-VP9-${PV}"
fi
-
-LICENSE="AOM BSD-2"
+LICENSE="BSD-2-with-patent"
SLOT="0/1"
DEPEND="dev-lang/nasm"