public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/
Date: Mon, 12 Aug 2024 03:29:57 +0000 (UTC)	[thread overview]
Message-ID: <1723433381.138b7cea22f55b10d94888a0c677dafb2ac20d97.eschwartz@gentoo> (raw)

commit:     138b7cea22f55b10d94888a0c677dafb2ac20d97
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 03:06:17 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 03:29:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138b7cea

media-libs/svt-av1: add 2.1.2

Prerequisite for handbrake update.

Major version bump because they are moving to having soname increment
when it is supposed to, and tying it to the major version.

https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2099

Closes: https://bugs.gentoo.org/922694
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 media-libs/svt-av1/Manifest                                      | 1 +
 media-libs/svt-av1/{svt-av1-9999.ebuild => svt-av1-2.1.2.ebuild} | 2 +-
 media-libs/svt-av1/svt-av1-9999.ebuild                           | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/svt-av1/Manifest b/media-libs/svt-av1/Manifest
index 8dcec676d2f6..4c5ffbd3eae6 100644
--- a/media-libs/svt-av1/Manifest
+++ b/media-libs/svt-av1/Manifest
@@ -1,3 +1,4 @@
 DIST SVT-AV1-v1.4.1.tar.bz2 9440077 BLAKE2B ed79d566afaa22fdfb1925bf6a75e8e55abdec1f76333a0cfedc92f9ca524b36b622b5c40af5d4846a51a3cd9aa951eb617bf6007513d83b7f172c4f9bb0de27 SHA512 8297ef131ff8e7e6cbb0d19d2ba98904455d2953cde3fb0cbae714d050980a558e4cbed911968b5075d7aca758ca939a5091b68df557903387e3f22ac4bda1a1
 DIST SVT-AV1-v1.5.0.tar.bz2 9490521 BLAKE2B 6f54c1706ed65b8248bc434411cfdea5869765c42682100f5aa6b72d08626bd896f6a9a8067ac8af3c89c72bd324e74942b0f424ff33cc2f6ff54d9204ef7581 SHA512 d5aa7679aeaa1e19f21906a36a7214c72cdaee77e1b5c1946ded43f8381ec2d705e671130589207b65b920a4fcaa9ca1d0037f88ef8d2303125d7f7aa54e3a2e
+DIST SVT-AV1-v2.1.2.tar.bz2 11764554 BLAKE2B ad9b7a732ce3991ddbe796e52db1559928c10c94fb40e584c5e4ad0af8ac49b056c4b5219d62a3dfc0dc5122b82980fdab1675a80b8a20366da42f0dcebee9d4 SHA512 5858ac456971dd2d41ab6bf0e181cc9dfd9d408fb7ec0ee20d51a62cb2b92ea60fc389aea6478b8cce679f731fbac21e2ae0343a33e8e5b35efffc84d51d41d6
 DIST svt-av1-1.1.0.tar.gz 9882945 BLAKE2B 2673fdbe17b36607e581cc540ca181672d16b3fbc0dd9c1a8b100ebea6b7a6872d6fa55976cb19c1c8afd50c5c09b67fbec1bcc892007ccd41e7f7ad68027d83 SHA512 87d661183de33554d228c2fa72deb9a945f2550083eb25688b4dc0676be384373a6a52af235066d85ce963ffbc7751c8afb46a2bc1c09e00f81ea0db5a232522

diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-2.1.2.ebuild
similarity index 98%
copy from media-libs/svt-av1/svt-av1-9999.ebuild
copy to media-libs/svt-av1/svt-av1-2.1.2.ebuild
index f22b8fe4a435..32576529b547 100644
--- a/media-libs/svt-av1/svt-av1-9999.ebuild
+++ b/media-libs/svt-av1/svt-av1-2.1.2.ebuild
@@ -19,7 +19,7 @@ fi
 
 # Also see "Alliance for Open Media Patent License 1.0"
 LICENSE="BSD-2 Apache-2.0 BSD ISC LGPL-2.1+ MIT"
-SLOT="0"
+SLOT="0/$(ver_cut 1)"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 

diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-9999.ebuild
index f22b8fe4a435..32576529b547 100644
--- a/media-libs/svt-av1/svt-av1-9999.ebuild
+++ b/media-libs/svt-av1/svt-av1-9999.ebuild
@@ -19,7 +19,7 @@ fi
 
 # Also see "Alliance for Open Media Patent License 1.0"
 LICENSE="BSD-2 Apache-2.0 BSD ISC LGPL-2.1+ MIT"
-SLOT="0"
+SLOT="0/$(ver_cut 1)"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 


             reply	other threads:[~2024-08-12  3:30 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12  3:29 Eli Schwartz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-25 10:04 [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/ Sam James
2025-08-25  0:09 Sam James
2025-07-13  9:13 Sam James
2025-06-19 18:39 Arthur Zamarin
2025-06-12 10:57 Sam James
2024-11-25 21:01 Michał Górny
2024-11-23 18:22 Sam James
2024-11-23 13:02 Arthur Zamarin
2024-08-12  3:29 Eli Schwartz
2024-01-28 20:56 Jonas Stein
2023-12-06 17:57 Ionen Wolkens
2023-11-23 17:12 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:16 Sam James
2023-06-13 14:36 Jason A. Donenfeld
2023-06-01  6:22 Sam James
2023-06-01  5:32 Joonas Niilola
2023-06-01  5:31 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:22 Sam James
2023-04-07 11:41 Sam James
2023-04-07 11:41 Sam James
2023-04-07 11:39 Sam James
2023-03-03  6:28 Viorel Munteanu
2022-10-17  6:45 Agostino Sarubbo
2022-10-17  6:44 Agostino Sarubbo
2022-10-17  6:43 Agostino Sarubbo
2022-10-17  5:28 Arthur Zamarin
2022-08-08 12:39 Agostino Sarubbo
2022-08-05  7:16 Agostino Sarubbo
2022-08-04  8:03 Agostino Sarubbo
2022-06-20  2:35 Sam James
2022-05-17 14:07 WANG Xuerui
2022-05-17 14:07 WANG Xuerui
2022-02-24 21:56 Sam James
2022-02-24 21:56 Sam James
2022-01-15 10:25 Jakov Smolić
2021-11-17  2:16 Sam James
2021-11-15 19:41 Agostino Sarubbo
2021-11-15 16:29 Agostino Sarubbo
2021-11-15  8:45 Jakov Smolić
2021-11-14  5:45 Sam James
2021-11-14  5:41 Sam James
2021-11-14  5:38 Sam James
2021-11-14  5:22 Sam James
2021-11-14  3:21 Sam James
2021-11-13 11:30 Arthur Zamarin
2021-11-13 10:48 Joonas Niilola
2021-11-11  9:47 Jakov Smolić
2021-10-04 12:21 Ionen Wolkens
2021-10-04 12:21 Ionen Wolkens
2021-10-04 12:21 Ionen Wolkens
2021-09-07  3:05 Sam James
2021-09-07  3:03 Sam James
2021-08-02 12:33 Marek Szuba
2021-05-16 20:00 Sam James
2021-04-25 17:35 Sam James
2021-04-25  9:31 Sam James
2021-04-23 13:33 Sam James
2021-04-23 13:33 Sam James
2021-04-18  2:08 Sam James
2021-02-21 19:48 Sam James
2021-02-11  7:37 Sergei Trofimovich
2021-02-11  7:36 Sergei Trofimovich
2021-02-09 21:41 Sam James
2021-02-05  2:06 Sam James
2021-01-22 18:43 Sam James
2021-01-11 17:34 Sergei Trofimovich
2021-01-10  3:42 Joonas Niilola

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=1723433381.138b7cea22f55b10d94888a0c677dafb2ac20d97.eschwartz@gentoo \
    --to=eschwartz@gentoo.org \
    --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