From: Andy Tai <atai@atai.org>
To: 63095@debbugs.gnu.org
Subject: [bug#63095] [PATCH] gnu: ffmpeg: add svt-av1 support
Date: Wed, 26 Apr 2023 11:11:08 -0700 [thread overview]
Message-ID: <CAJsg1E8-+v16XYK-YkNFovT5hn+g0jW0uJvNd=asrMgiR3BnWw@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2023-04-26 18:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 18:11 Andy Tai [this message]
2023-10-04 6:02 ` [bug#63095] [PATCH v2] gnu: ffmpeg: add svt-av1 support 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
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAJsg1E8-+v16XYK-YkNFovT5hn+g0jW0uJvNd=asrMgiR3BnWw@mail.gmail.com' \
--to=atai@atai.org \
--cc=63095@debbugs.gnu.org \
/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 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).