[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56361] [PATCH 3/6] gnu: vlc: Use regular srt.
From: |
Simon South |
Subject: |
[bug#56361] [PATCH 3/6] gnu: vlc: Use regular srt. |
Date: |
Sat, 2 Jul 2022 15:10:28 -0400 |
* gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported
since upstream commit 9a28929.
---
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 40c31cdaec..91ccbc14ae 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1974,8 +1974,7 @@ (define-public vlc
("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)
--
2.36.1
- [bug#56361] gnu: srt: Update to 1.4.4 (fix test failure on AArch64), Simon South, 2022/07/02
- [bug#56361] [PATCH 4/6] gnu: Remove srt-1.4.1., Simon South, 2022/07/02
- [bug#56361] [PATCH 2/6] gnu: srt: Update to 1.4.4., Simon South, 2022/07/02
- [bug#56361] [PATCH 1/6] gnu: srt: Remove input labels., Simon South, 2022/07/02
- [bug#56361] [PATCH 3/6] gnu: vlc: Use regular srt.,
Simon South <=
- [bug#56361] [PATCH 5/6] gnu: vlc: Remove input labels., Simon South, 2022/07/02
- [bug#56361] [PATCH 6/6] gnu: vlc: Add bash-minimal as an input., Simon South, 2022/07/02
- bug#56361: gnu: srt: Update to 1.4.4 (fix test failure on AArch64), Christopher Baines, 2022/07/07