all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp
@ 2023-02-25 19:56 Ryan Sundberg via Guix-patches via
  2023-02-26  2:53 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Sundberg via Guix-patches via @ 2023-02-25 19:56 UTC (permalink / raw)
  To: 61792; +Cc: Ryan Sundberg

* gnu/packages/video.scm (ffmpeg)[configure-flags]: --enable-libwebp

Signed-off-by: Ryan Sundberg <ryan@arctype.co>
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f63d5494de..f64608d18a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1634,6 +1634,7 @@ (define-public ffmpeg-5
             libvdpau
             libvorbis
             libvpx
+            libwebp
             libx11
             libx264
             mesa
@@ -1731,6 +1732,7 @@ (define-public ffmpeg-5
          "--enable-libvidstab"
          "--enable-libvorbis"
          "--enable-libvpx"
+         "--enable-libwebp"
          "--enable-libxvid"
          "--enable-libx264"
          "--enable-libx265"
-- 
2.37.2





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

* [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp
  2023-02-25 19:56 [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp Ryan Sundberg via Guix-patches via
@ 2023-02-26  2:53 ` Leo Famulari
       [not found]   ` <c5b0ee36-15f6-71cf-4342-06f7341d54d4@arctype.co>
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2023-02-26  2:53 UTC (permalink / raw)
  To: 61792; +Cc: ryan

On Sat, Feb 25, 2023 at 11:56:46AM -0800, Ryan Sundberg via Guix-patches via wrote:
> * gnu/packages/video.scm (ffmpeg)[configure-flags]: --enable-libwebp

Thanks!

Did you test if all the versions of FFmpeg that are packaged in Guix
support libwebp? Or is it only FFmpeg 5.1?

If you look in gnu/packages/video.scm, you'll see several other versions
that inherit from ffmpeg-5.




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

* bug#61792: [PATCH] gnu: ffmpeg: enable libwebp
       [not found]   ` <c5b0ee36-15f6-71cf-4342-06f7341d54d4@arctype.co>
@ 2023-03-02  4:02     ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2023-03-02  4:02 UTC (permalink / raw)
  To: Ryan Sundberg; +Cc: 61792-done

On Wed, Mar 01, 2023 at 12:13:37AM -0800, Ryan Sundberg wrote:
> Surprisingly, this flag is supported all the way back to ffmpeg-3. So I
> tested guix shell ffmpeg@5 ffmpeg@4 ffmpeg@3 and ffmpeg@2 (which clears
> all configure flags), all builds passed.

Great! I removed the input from ffmpeg-2.8, since it wouldn't have been
used anyways (although it is supported), and pushed as
03b463b68ba62b0b6f11a585240829fddef37f48




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

end of thread, other threads:[~2023-03-02  4:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 19:56 [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp Ryan Sundberg via Guix-patches via
2023-02-26  2:53 ` Leo Famulari
     [not found]   ` <c5b0ee36-15f6-71cf-4342-06f7341d54d4@arctype.co>
2023-03-02  4:02     ` bug#61792: " Leo Famulari

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.