unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Replace broken LADSPA URL.
@ 2015-11-16 19:33 Ricardo Wurmus
  2015-11-17  8:45 ` Alex Kost
  0 siblings, 1 reply; 15+ messages in thread
From: Ricardo Wurmus @ 2015-11-16 19:33 UTC (permalink / raw)
  To: guix-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

The ladspa.org domain appears to be no longer under control of the
LADSPA project (does it still exist?).

The attached patch changes the source URL such that it downloads the
last copy archived by http://web.archive.org.  Is this okay or should we
look for a more permanent home for the LADSPA sources?

~~ Ricardo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-ladspa-Download-sources-from-web-archive.patch --]
[-- Type: text/x-patch, Size: 1569 bytes --]

From 0524fcfaf534543621e78145cadbc2cb8eca6da4 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Mon, 16 Nov 2015 20:25:27 +0100
Subject: [PATCH] gnu: ladspa: Download sources from web archive.

* gnu/packages/audio.scm (ladspa)[source]: Replace broken URL with web
  archive URL.
---
 gnu/packages/audio.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4a86a8d..23a5355 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -755,14 +755,15 @@ plugin function as a JACK application.")
     (name "ladspa")
     (version "1.13")
     (source (origin
-             (method url-fetch)
-             (uri (string-append
-                   "http://www.ladspa.org/download/ladspa_sdk_"
-                   version
-                   ".tgz"))
-             (sha256
-              (base32
-               "0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm"))))
+              (method url-fetch)
+              ;; The domain ladspa.org seems to be no longer under the control
+              ;; of the LADSPA project.
+              (uri (string-append
+                    "http://web.archive.org/web/20150426155900/"
+                    "http://www.ladspa.org/download/ladspa_sdk.tgz"))
+              (sha256
+               (base32
+                "0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f  ; the "test" target is a listening test only
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-12-30 17:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-16 19:33 [PATCH] Replace broken LADSPA URL Ricardo Wurmus
2015-11-17  8:45 ` Alex Kost
2015-11-17  9:47   ` Ricardo Wurmus
2015-11-17 16:14     ` Ludovic Courtès
2015-12-27 14:40       ` Alex Kost
2015-12-28  7:18         ` Alex Vong
2015-12-28 16:07           ` Mathieu Lirzin
2015-12-28 16:14             ` Alex Vong
2015-12-28 16:21               ` Alex Vong
2015-12-28 19:29                 ` Ricardo Wurmus
2015-12-28 22:24                   ` Alex Kost
2015-12-29 13:17                     ` Alex Vong
2015-12-30 17:19                       ` Ludovic Courtès
2015-12-29 13:15                   ` Alex Vong
2015-12-29 16:04                     ` Mathieu Lirzin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).