guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ir: Use archived tarball and home page.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: ir: Use archived tarball and home page.
Date: Thu, 24 Nov 2016 05:35:23 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit c50f2af9f800ae1b24e7b245b4a2ab137b18a664
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 24 06:33:46 2016 +0100

    gnu: ir: Use archived tarball and home page.
    
    * gnu/packages/audio.scm (ir)[source]: Use a list of archive mirrors.
    [home-page]: Link to an Internet Archive snapshot.
---
 gnu/packages/audio.scm |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2ecc9a5..b535448 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1178,9 +1178,15 @@ well suited to all musical instruments and vocals.")
     (version "1.3.2")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                   "http://factorial.hu/system/files/ir.lv2-";
-                   version ".tar.gz"))
+             ;; The original home-page is gone. Download the tarball from an
+             ;; archive mirror instead.
+             (uri (list (string-append
+                         "https://web.archive.org/web/20150803095032/";
+                         "http://factorial.hu/system/files/ir.lv2-";
+                         version ".tar.gz")
+                        (string-append
+                         "https://mirrors.kernel.org/gentoo/distfiles/ir.lv2-";
+                         version ".tar.gz")))
              (sha256
               (base32
                "1jh2z01l9m4ar7yz0n911df07dygc7n4cl59p7qdjbh0nvkm747g"))))
@@ -1203,7 +1209,9 @@ well suited to all musical instruments and vocals.")
      (list (search-path-specification
             (variable "LV2_PATH")
             (files '("lib/lv2")))))
-    (home-page "http://factorial.hu/plugins/lv2/ir";)
+    ;; Link to an archived copy of the home-page since the original is gone.
+    (home-page (string-append "https://web.archive.org/web/20150803095032/";
+                              "http://factorial.hu/plugins/lv2/ir";))
     (synopsis "LV2 convolution reverb")
     (description
      "IR is a low-latency, real-time, high performance signal convolver



reply via email to

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