* [bug#63105] [PATCH] gnu: svt-av1: Update to 1.4.1
@ 2023-04-27 5:52 Andy Tai
2023-09-07 10:27 ` [bug#63105] [PATCH v2] gnu: svt-av1: Update to 1.7.0 iyzsong--- via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Andy Tai @ 2023-04-27 5:52 UTC (permalink / raw)
To: 63105; +Cc: Andy Tai
* gnu/packages/video.scm (svt-av1): Update to 1.4.1
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6e711e0046..b6b1ba6ce9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5162,7 +5162,7 @@ (define-public dvdbackup
(define-public svt-av1
(package
(name "svt-av1")
- (version "1.3.0")
+ (version "1.4.1")
(source
(origin
(method git-fetch)
@@ -5171,7 +5171,7 @@ (define-public svt-av1
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0blnla32yz665bx0xyx8lrjs2wqd2xhpbqwwpz72mq7zf341j8vv"))))
+ (base32 "1rarhqj6f7whf1b7i9ck3bkjqpnw4jjbk1dkbg0vka7f0rxgjslf"))))
(build-system cmake-build-system)
(arguments
;; The test suite tries to download test data and git clone a 3rd-party
base-commit: 960647f0161c2c99ea3417d129662181e882cfeb
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#63105] [PATCH v2] gnu: svt-av1: Update to 1.7.0.
2023-04-27 5:52 [bug#63105] [PATCH] gnu: svt-av1: Update to 1.4.1 Andy Tai
@ 2023-09-07 10:27 ` iyzsong--- via Guix-patches via
2023-09-12 7:46 ` bug#63105: " Christopher Baines
0 siblings, 1 reply; 5+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-09-07 10:27 UTC (permalink / raw)
To: 63105; +Cc: 宋文武, Andy Tai
From: Andy Tai <atai@atai.org>
* gnu/packages/video.scm (svt-av1): Update to 1.7.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 153fe354d5..e8cee27382 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5255,7 +5255,7 @@ (define-public dvdbackup
(define-public svt-av1
(package
(name "svt-av1")
- (version "1.3.0")
+ (version "1.7.0")
(source
(origin
(method git-fetch)
@@ -5264,7 +5264,7 @@ (define-public svt-av1
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0blnla32yz665bx0xyx8lrjs2wqd2xhpbqwwpz72mq7zf341j8vv"))))
+ (base32 "1308g0nqxq65h76a7h91999cbglkwihgrpid64kdn0r9vh6399sq"))))
(build-system cmake-build-system)
(arguments
;; The test suite tries to download test data and git clone a 3rd-party
base-commit: 5ef28595e9dff8b88ec3fcb4d887fbc380c9a8b8
prerequisite-patch-id: 8cee4be3d25dba0dde5c2d0e317f31741c010f50
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#63105: [PATCH v2] gnu: svt-av1: Update to 1.7.0.
2023-09-07 10:27 ` [bug#63105] [PATCH v2] gnu: svt-av1: Update to 1.7.0 iyzsong--- via Guix-patches via
@ 2023-09-12 7:46 ` Christopher Baines
2023-09-12 14:36 ` [bug#63095] " Jack Hill
0 siblings, 1 reply; 5+ messages in thread
From: Christopher Baines @ 2023-09-12 7:46 UTC (permalink / raw)
To: iyzsong, Andy Tai; +Cc: 63105-done
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:
> From: Andy Tai <atai@atai.org>
>
> * gnu/packages/video.scm (svt-av1): Update to 1.7.0.
>
> Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
> ---
> gnu/packages/video.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
I've gone ahead and pushed this to master as
3acd355455a74a6e08bdcecc72e314c27e7c56b3.
Thanks both,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#63095] bug#63105: [PATCH v2] gnu: svt-av1: Update to 1.7.0.
2023-09-12 7:46 ` bug#63105: " Christopher Baines
@ 2023-09-12 14:36 ` Jack Hill
2023-09-12 14:36 ` [bug#63105] " Jack Hill
0 siblings, 1 reply; 5+ messages in thread
From: Jack Hill @ 2023-09-12 14:36 UTC (permalink / raw)
To: Christopher Baines; +Cc: 63105-done, 63095, iyzsong, Andy Tai
On Tue, 12 Sep 2023, Christopher Baines wrote:
> I've gone ahead and pushed this* to master as
> 3acd355455a74a6e08bdcecc72e314c27e7c56b3.
>
> Thanks both,
>
> Chris
* svt-av1 update in https://issues.guix.gnu.org/63105
Very cool, thank you. Maybe now's a good time to review Andy's other patch
adding svt-av1 support to ffmpeg? https://issues.guix.gnu.org/63095
I've tested it and it works for me (and a nice speed boost for machines
with avx2). The only nits I have are some extranious indentation changes.
Best,
Jack
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#63105] [PATCH v2] gnu: svt-av1: Update to 1.7.0.
2023-09-12 14:36 ` [bug#63095] " Jack Hill
@ 2023-09-12 14:36 ` Jack Hill
0 siblings, 0 replies; 5+ messages in thread
From: Jack Hill @ 2023-09-12 14:36 UTC (permalink / raw)
To: Christopher Baines; +Cc: 63105-done, 63095, iyzsong, Andy Tai
On Tue, 12 Sep 2023, Christopher Baines wrote:
> I've gone ahead and pushed this* to master as
> 3acd355455a74a6e08bdcecc72e314c27e7c56b3.
>
> Thanks both,
>
> Chris
* svt-av1 update in https://issues.guix.gnu.org/63105
Very cool, thank you. Maybe now's a good time to review Andy's other patch
adding svt-av1 support to ffmpeg? https://issues.guix.gnu.org/63095
I've tested it and it works for me (and a nice speed boost for machines
with avx2). The only nits I have are some extranious indentation changes.
Best,
Jack
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-09-12 18:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 5:52 [bug#63105] [PATCH] gnu: svt-av1: Update to 1.4.1 Andy Tai
2023-09-07 10:27 ` [bug#63105] [PATCH v2] gnu: svt-av1: Update to 1.7.0 iyzsong--- via Guix-patches via
2023-09-12 7:46 ` bug#63105: " Christopher Baines
2023-09-12 14:36 ` [bug#63095] " Jack Hill
2023-09-12 14:36 ` [bug#63105] " Jack Hill
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).