guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: vlc: Use regular srt.


From: guix-commits
Subject: 05/08: gnu: vlc: Use regular srt.
Date: Thu, 7 Jul 2022 19:18:31 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 6b9d3730838630c97583b19ebacb628340766460
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Jul 2 15:10:28 2022 -0400

    gnu: vlc: Use regular srt.
    
    * gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported
    since upstream commit 9a28929.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/video.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 471f9f660c..7151e903d1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1974,8 +1974,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
        ("sdl-image" ,sdl-image)
        ("speex" ,speex)
        ("speexdsp" ,speexdsp)
-       ;; VLC is not yet compatible with SRT > 1.4.1.
-       ("srt" ,srt-1.4.1)
+       ("srt" ,srt)
        ("taglib" ,taglib)
        ("twolame" ,twolame)
        ("unzip" ,unzip)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]