[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56361] [PATCH 4/6] gnu: Remove srt-1.4.1.
From: |
Simon South |
Subject: |
[bug#56361] [PATCH 4/6] gnu: Remove srt-1.4.1. |
Date: |
Sat, 2 Jul 2022 15:10:29 -0400 |
* gnu/packages/networking.scm (srt-1.4.1): Delete variable.
---
gnu/packages/networking.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a312e461d5..b26ef100f6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -499,24 +499,6 @@ (define-public srt
(home-page "https://www.srtalliance.org/")
(license license:mpl2.0)))
-;; FFmpeg, GStreamer, and VLC don't support SRT 1.4.2 yet.
-(define-public srt-1.4.1
- (package
- (inherit srt)
- (name "srt")
- (version "1.4.1")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/Haivision/srt")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "01xaq44j95kbgqfl41pnybvqy0yq6wd4wdw88ckylzf0nzp977xz"))))))
-
(define-public lksctp-tools
(package
(name "lksctp-tools")
--
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 <=
- [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, 2022/07/02
- [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