GNU bug report logs -
#63105
[PATCH] gnu: svt-av1: Update to 1.4.1
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 27 Apr 2023 05:53:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63105 in the body.
You can then email your comments to 63105 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63105
; Package
guix-patches
.
(Thu, 27 Apr 2023 05:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 27 Apr 2023 05:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63105
; Package
guix-patches
.
(Thu, 07 Sep 2023 10:27:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63105 <at> debbugs.gnu.org (full text, mbox):
From: Andy Tai <atai <at> atai.org>
* gnu/packages/video.scm (svt-av1): Update to 1.7.0.
Signed-off-by: 宋文武 <iyzsong <at> 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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 12 Sep 2023 07:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Tue, 12 Sep 2023 07:48:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 63105-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
iyzsong--- via Guix-patches via <guix-patches <at> gnu.org> writes:
> From: Andy Tai <atai <at> atai.org>
>
> * gnu/packages/video.scm (svt-av1): Update to 1.7.0.
>
> Signed-off-by: 宋文武 <iyzsong <at> 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
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63105
; Package
guix-patches
.
(Tue, 12 Sep 2023 14:37:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63105-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 11 Oct 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.