diff mbox series

[bug#63105,v2] gnu: svt-av1: Update to 1.7.0.

Message ID ef296cfa419a5ff0f3f6706d6d57e45fb624f790.1694082398.git.iyzsong@member.fsf.org
State New
Headers show
Series [bug#63105,v2] gnu: svt-av1: Update to 1.7.0. | expand

Commit Message

vasilii.smirnov--- via Guix-patches" via Sept. 7, 2023, 10:27 a.m. UTC
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(-)


base-commit: 5ef28595e9dff8b88ec3fcb4d887fbc380c9a8b8
prerequisite-patch-id: 8cee4be3d25dba0dde5c2d0e317f31741c010f50

Comments

Christopher Baines Sept. 12, 2023, 7:46 a.m. UTC | #1
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
Jack Hill Sept. 12, 2023, 2:36 p.m. UTC | #2
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
diff mbox series

Patch

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