guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bs1770gain: Adjust the usage text and home-page.


From: guix-commits
Subject: 01/01: gnu: bs1770gain: Adjust the usage text and home-page.
Date: Thu, 14 Feb 2019 16:07:46 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 17098a493be9c0201d3a9f7453f03deb009276f6
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 14 14:32:26 2019 -0500

    gnu: bs1770gain: Adjust the usage text and home-page.
    
    * gnu/packages/audio.scm (bs1770gain)[source]: Add snippet.
    [home-page]: Update.
---
 gnu/packages/audio.scm | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8a0bb70..9d301e4 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2018 Eric Bavier <address@hidden>
 ;;; Copyright © 2018 Brendan Tildesley <address@hidden>
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
+;;; Copyright © 2019 Leo Famulari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3215,11 +3216,20 @@ with support for HD extensions.")
                            version "/bs1770gain-" version ".tar.gz"))
        (sha256
         (base32
-         "1p6yz5q7czyf9ard65sp4kawdlkg40cfscr3b24znymmhs3p7rbk"))))
+         "1p6yz5q7czyf9ard65sp4kawdlkg40cfscr3b24znymmhs3p7rbk"))
+       (modules '((guix build utils)))
+       (snippet
+        '(begin
+           ;; XXX
+           (substitute* "bs1770gain/bs1770gain.c"
+             (("\"N.*\"") "\"\""))
+           (substitute* "configure"
+             (("URL=.*$")
+              
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html\n";))))))
     (build-system gnu-build-system)
     (inputs `(("ffmpeg" ,ffmpeg)
               ("sox" ,sox)))
-    (home-page "http://bs1770gain.sourceforge.net/";)
+    (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]