guix_mirror_bot pushed a commit to branch audio-team
in repository guix.

commit 5f3e8ae3490dc8526958144e48ae438a3c56254b
Author: Sughosha <[email protected]>
AuthorDate: Thu Nov 27 20:35:25 2025 +0530

    gnu: vlc: Fix build.
    
    * gnu/packages/video.scm (vlc)[inputs]: Remove taglib; add taglib-1.
    
    Change-Id: If950fe2a445049bf121b4f8baa61778def20f087
---
 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 e2c696431d..a85d6f596a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2502,7 +2502,7 @@ media, 2D/3D graphics and ECMAScript.")
            speex
            speexdsp
            srt
-           taglib
+           taglib-1
            twolame
            unzip
            wayland

Reply via email to