guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: Remove srt-1.4.1.


From: guix-commits
Subject: 06/08: gnu: Remove srt-1.4.1.
Date: Thu, 7 Jul 2022 19:18:31 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 07986d0fade3bf3bc207c026821b87ec9764f9b0
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Jul 2 15:10:29 2022 -0400

    gnu: Remove srt-1.4.1.
    
    * gnu/packages/networking.scm (srt-1.4.1): Delete variable.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 @@ performance across unpredictable networks, such as the 
Internet.")
     (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")



reply via email to

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