unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support
@ 2023-04-26 18:11 Andy Tai
  2023-10-04  6:02 ` [bug#63095] [PATCH v2] " Andy Tai
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Andy Tai @ 2023-04-26 18:11 UTC (permalink / raw)
  To: 63095

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-ffmpeg-add-svt-av1-support.patch --]
[-- Type: text/x-patch, Size: 1838 bytes --]

From 853b4367b37b5f27372d35ab3ae575f06c81cb8a Mon Sep 17 00:00:00 2001
From: Andy Tai <ltai@roku.com>
Date: Wed, 26 Apr 2023 11:04:47 -0700
Subject: [PATCH] gnu: ffmpeg: add svt-av1 support

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
  [inputs]: Add svt-av1
  [arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838dfe7aab..bc668eb04e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1631,6 +1631,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1714,6 +1715,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"
@@ -2204,7 +2206,7 @@ (define-public mpv
           (add-after 'unpack 'patch-file-names
             (lambda* (#:key inputs #:allow-other-keys)
               (substitute* "player/lua/ytdl_hook.lua"
-		(("\"yt-dlp\",")
+        (("\"yt-dlp\",")
                  (string-append
                   "\"" (search-input-file inputs "bin/yt-dlp") "\",")))))
           (add-before 'configure 'build-reproducibly
@@ -5626,7 +5628,7 @@ (define-public video-contact-sheet
    (source (origin
             (method url-fetch)
             (uri (string-append "http://p.outlyer.net/vcs/files/vcs-" version
-				".tar.gz"))
+                ".tar.gz"))
             (sha256
              (base32
               "0jsl93r0rnybjcipqbww5hwsr9ln6kz1qnf32qfxdvhfw52n27fw"))))

base-commit: e86851ccb3df1e87efca7138ee8d055a30832a4e
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH v2] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
@ 2023-10-04  6:02 ` Andy Tai
  2023-10-08 18:24 ` [bug#63095] [PATCH v3] " Andy Tai
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2023-10-04  6:02 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb6cf75821..a97d6b2593 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1624,6 +1624,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1712,6 +1713,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: abf7a1e986f93f8fade230ae6f95b04cc998041b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH v3] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
  2023-10-04  6:02 ` [bug#63095] [PATCH v2] " Andy Tai
@ 2023-10-08 18:24 ` Andy Tai
  2023-10-10 15:32 ` [bug#63095] [PATCH v4] " Andy Tai
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2023-10-08 18:24 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb6ce0cbf1..a2d9fe054c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1624,6 +1624,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1712,6 +1713,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: 00a28bc435606dc98925fbae1ebe314881f35c90
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH v4] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
  2023-10-04  6:02 ` [bug#63095] [PATCH v2] " Andy Tai
  2023-10-08 18:24 ` [bug#63095] [PATCH v3] " Andy Tai
@ 2023-10-10 15:32 ` Andy Tai
  2023-10-21  5:55 ` [bug#63095] [PATCH v6] " Andy Tai
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2023-10-10 15:32 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb6ce0cbf1..a2d9fe054c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1624,6 +1624,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1712,6 +1713,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH v6] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
                   ` (2 preceding siblings ...)
  2023-10-10 15:32 ` [bug#63095] [PATCH v4] " Andy Tai
@ 2023-10-21  5:55 ` Andy Tai
  2023-11-20  8:20 ` [bug#63095] [PATCH core-updates v7] " Andy Tai
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2023-10-21  5:55 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb6ce0cbf1..a2d9fe054c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1624,6 +1624,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1712,6 +1713,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: 68fe73cf39cb9347ecb4c87f466ddf1fd044269c
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH core-updates v7] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
                   ` (3 preceding siblings ...)
  2023-10-21  5:55 ` [bug#63095] [PATCH v6] " Andy Tai
@ 2023-11-20  8:20 ` Andy Tai
  2024-01-15 18:19   ` Andy Tai
  2024-01-07  1:42 ` [bug#63095] [PATCH core-updates v8] " Andy Tai
  2024-02-13  7:17 ` [bug#63095] [PATCH core-updates v9] " Andy Tai
  6 siblings, 1 reply; 9+ messages in thread
From: Andy Tai @ 2023-11-20  8:20 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..ac47a33633 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1625,6 +1625,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1713,6 +1714,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH core-updates v8] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
                   ` (4 preceding siblings ...)
  2023-11-20  8:20 ` [bug#63095] [PATCH core-updates v7] " Andy Tai
@ 2024-01-07  1:42 ` Andy Tai
  2024-02-13  7:17 ` [bug#63095] [PATCH core-updates v9] " Andy Tai
  6 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2024-01-07  1:42 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e70aa5352e..21f8a9f7be 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1701,6 +1701,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1789,6 +1790,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: 157ad70182ade608203e9c0a42fb45b022039698
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH core-updates v7] gnu: ffmpeg: add svt-av1 support
  2023-11-20  8:20 ` [bug#63095] [PATCH core-updates v7] " Andy Tai
@ 2024-01-15 18:19   ` Andy Tai
  0 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2024-01-15 18:19 UTC (permalink / raw)
  To: 63095, Maxim Cournoyer

Maxim, you updated ffmpeg in the core-updates branch of Guix.  Can the
patch in issue 63095

https://issues.guix.gnu.org/63095#14

be also pushed into the core-updates branch if it looks good to you?
else ffmpeg updates will cause rebuild of more than 1000 packages and
this just cnnnot be passed on Guix QA as Guix Qa cannot rebuild that
many packages now for building check of packages. Nor it makes sense
to have a feature branch just for this change. Thanks

On Mon, Nov 20, 2023 at 12:20 AM Andy Tai <atai@atai.org> wrote:
>
> * gnu/packages/video.scm (ffmpeg): Add support for svt-av1
> [inputs]: Add svt-av1
> [arguments] (configure-flags): Add "--enable-libsvtav1"
> ---
>  gnu/packages/video.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index 561268aabd..ac47a33633 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -1625,6 +1625,7 @@ (define-public ffmpeg
>              soxr
>              speex
>              srt
> +            svt-av1
>              twolame
>              vidstab
>              x265
> @@ -1713,6 +1714,7 @@ (define-public ffmpeg
>           "--enable-libsoxr"
>           "--enable-libspeex"
>           "--enable-libsrt"
> +         "--enable-libsvtav1"
>           "--enable-libtheora"
>           "--enable-libtwolame"
>           "--enable-libvidstab"
>
> base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
> --
> 2.41.0
>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#63095] [PATCH core-updates v9] gnu: ffmpeg: add svt-av1 support
  2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
                   ` (5 preceding siblings ...)
  2024-01-07  1:42 ` [bug#63095] [PATCH core-updates v8] " Andy Tai
@ 2024-02-13  7:17 ` Andy Tai
  6 siblings, 0 replies; 9+ messages in thread
From: Andy Tai @ 2024-02-13  7:17 UTC (permalink / raw)
  To: 63095; +Cc: Andy Tai

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1123fd0a44..2abffd52ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1710,6 +1710,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1798,6 +1799,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: 5f86eebd240958001ab4f178005f355d24d9b7f1
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-13  7:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 18:11 [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
2023-10-04  6:02 ` [bug#63095] [PATCH v2] " Andy Tai
2023-10-08 18:24 ` [bug#63095] [PATCH v3] " Andy Tai
2023-10-10 15:32 ` [bug#63095] [PATCH v4] " Andy Tai
2023-10-21  5:55 ` [bug#63095] [PATCH v6] " Andy Tai
2023-11-20  8:20 ` [bug#63095] [PATCH core-updates v7] " Andy Tai
2024-01-15 18:19   ` Andy Tai
2024-01-07  1:42 ` [bug#63095] [PATCH core-updates v8] " Andy Tai
2024-02-13  7:17 ` [bug#63095] [PATCH core-updates v9] " Andy Tai

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).