all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 63095@debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#63095] [PATCH core-updates v7] gnu: ffmpeg: add svt-av1 support
Date: Mon, 15 Jan 2024 10:19:48 -0800	[thread overview]
Message-ID: <CAJsg1E9S33zDadXOoF0YeRsB7AihBRRB5XGs8ek66iGsGd6APw@mail.gmail.com> (raw)
In-Reply-To: <f7fc73236a5173bfd1c9a004eda7b8b7132741cf.1700468400.git.atai@atai.org>

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
>




  reply	other threads:[~2024-01-15 18:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=CAJsg1E9S33zDadXOoF0YeRsB7AihBRRB5XGs8ek66iGsGd6APw@mail.gmail.com \
    --to=atai@atai.org \
    --cc=63095@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.