all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [PATCH] gnu: ladspa: Update urls.
@ 2015-11-12 18:36 Alex Vong
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Vong @ 2015-11-12 18:36 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

From c3ed8c2b8dc3c6527d38ebb68b1561dd2f67db4d Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
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 | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] gnu: ladspa: Update urls.
@ 2015-11-12 13:51 Alex Vong
  2015-11-12 14:27 ` Efraim Flashner
  2015-11-12 16:26 ` Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Alex Vong @ 2015-11-12 13:51 UTC (permalink / raw)
  To: guix-devel

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

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

[-- Attachment #2: 0001-gnu-ladspa-Update-urls.patch --]
[-- Type: text/x-diff, Size: 1508 bytes --]

From 855da386120d18325c2e2fa9ba880808f16a759c Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
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


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

end of thread, other threads:[~2015-11-12 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12 18:36 [PATCH] gnu: ladspa: Update urls Alex Vong
  -- strict thread matches above, loose matches on Subject: below --
2015-11-12 13:51 Alex Vong
2015-11-12 14:27 ` Efraim Flashner
2015-11-12 14:34   ` Alex Vong
2015-11-12 18:11     ` Alex Kost
2015-11-12 16:26 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.