Hi,

I have noticed <http://www.ladspa.org/> is not accessible anymore,
causing ladspa to FTBFS on my laptop. Can anyone confirm this? Hydra's
last build was on 2015-10-13. The patch updates the home page to the
self-documented header file "ladspa.h" and updates the source url to
slackware's mirror of ladspa. Does this look fine?

Cheers,
Alex
From 855da386120d18325c2e2fa9ba880808f16a759c Mon Sep 17 00:00:00 2001
From: Alex Vong <[email protected]>
Date: Thu, 12 Nov 2015 01:19:44 +0800
Subject: [PATCH] gnu: ladspa: Update urls.

* gnu/packages/audio.scm (ladspa): Update source and home page url.
---
 gnu/packages/audio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index db3f912..8243f31 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -758,7 +758,7 @@ plugin function as a JACK application.")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "http://www.ladspa.org/download/ladspa_sdk_";
+                   "http://slackware.org.uk/slacky/slackware-13.0/multimedia/ladspa/1.13/src/ladspa_sdk_";
                    version
                    ".tgz"))
              (sha256
@@ -781,7 +781,8 @@ plugin function as a JACK application.")
               (("^CC.*")            "CC = gcc\n")
               (("^CPP.*")           "CPP = g++\n"))))
         (alist-delete 'build %standard-phases))))
-    (home-page "http://ladspa.org";)
+    (home-page "https://community.ardour.org/files/doxygen/ladspa_8h_source.html";)  ; Since the home page is gone,
+    ;; we provide a link to the self-documented header file.
     (synopsis "Linux Audio Developer's Simple Plugin API (LADSPA)")
     (description
      "LADSPA is a standard that allows software audio processors and effects
-- 
2.6.3

Reply via email to