From: Alex Vong <alexvong1995@gmail.com>
To: Alex Kost <alezost@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: ladspa: Update urls.
Date: Fri, 13 Nov 2015 02:36:29 +0800 [thread overview]
Message-ID: <20151113023629.21a94e5c@debian> (raw)
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
next reply other threads:[~2015-11-12 18:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 18:36 Alex Vong [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-12 13:51 [PATCH] gnu: ladspa: Update urls 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151113023629.21a94e5c@debian \
--to=alexvong1995@gmail.com \
--cc=alezost@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).