guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: bs1770gain: Deduplicate home page URLs.


From: guix-commits
Subject: 13/14: gnu: bs1770gain: Deduplicate home page URLs.
Date: Tue, 2 Jun 2020 20:21:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f295c0834624e57e439cc4a1da021212bfff42f3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 3 02:00:03 2020 +0200

    gnu: bs1770gain: Deduplicate home page URLs.
    
    * gnu/packages/audio.scm (bs1770gain)[source]: Re-use the HOME-PAGE
    field in the snippet.
---
 gnu/packages/audio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ef1ff1b..c8d15a3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3374,6 +3374,7 @@ with support for HD extensions.")
   (package
     (name "bs1770gain")
     (version "0.7.0")
+    (home-page 
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html";)
     (source
      (origin
        (method url-fetch)
@@ -3383,7 +3384,7 @@ with support for HD extensions.")
         (base32 "0a2dcaxvxy5m3a5sb1lhplsymvz3ypaiidc5xn9qy01h53zvyvkp"))
        (modules '((guix build utils)))
        (snippet
-        '(begin
+        `(begin
            ;; XXX
            (substitute* (find-files "." "\\.[ch]$")
              (("^ \\* N..o.*") ""))
@@ -3395,12 +3396,11 @@ with support for HD extensions.")
                               "configure.ac"
                               "configure")
              (("https?://bs1770gain[^/]*/")
-              
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html";))
+              ,home-page))
            #t))))
     (build-system gnu-build-system)
     (inputs `(("ffmpeg" ,ffmpeg)
               ("sox" ,sox)))
-    (home-page 
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html";)
     (synopsis "Tool to adjust loudness of media files")
     (description
      "BS1770GAIN is a loudness scanner compliant with ITU-R BS.1770 and its



reply via email to

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