This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

The following commit(s) were added to refs/heads/mesa-updates by this push:
     new cad37f9178 gnu: vlc: Build with ffmpeg@6.
cad37f9178 is described below

commit cad37f9178863d9771da7e888c3922dff692b3bc
Author: André Batista <nan...@riseup.net>
AuthorDate: Fri Sep 26 21:01:23 2025 -0300

    gnu: vlc: Build with ffmpeg@6.
    
    * gnu/packages/video.scm (vlc)[inputs]: Replace ffmpeg with ffmpeg-6.
    
    Change-Id: I49ae469dcff11a35122794f10f6b602f264344d6
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ef4ee11557..e6a07769cd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2442,7 +2442,7 @@ media, 2D/3D graphics and ECMAScript.")
            dav1d
            dbus
            eudev
-           ffmpeg
+           ffmpeg-6
            flac
            fontconfig
            freetype

Reply via email to