gnu: bs1770gain: Deduplicate home page URLs.
* gnu/packages/audio.scm (bs1770gain)[source]: Re-use the HOME-PAGE field in the snippet.
This commit is contained in:
parent
d6af27375d
commit
f295c08346
@ -3374,6 +3374,7 @@ with support for HD extensions.")
|
|||||||
(package
|
(package
|
||||||
(name "bs1770gain")
|
(name "bs1770gain")
|
||||||
(version "0.7.0")
|
(version "0.7.0")
|
||||||
|
(home-page "https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -3383,7 +3384,7 @@ with support for HD extensions.")
|
|||||||
(base32 "0a2dcaxvxy5m3a5sb1lhplsymvz3ypaiidc5xn9qy01h53zvyvkp"))
|
(base32 "0a2dcaxvxy5m3a5sb1lhplsymvz3ypaiidc5xn9qy01h53zvyvkp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
`(begin
|
||||||
;; XXX
|
;; XXX
|
||||||
(substitute* (find-files "." "\\.[ch]$")
|
(substitute* (find-files "." "\\.[ch]$")
|
||||||
(("^ \\* N..o.*") ""))
|
(("^ \\* N..o.*") ""))
|
||||||
@ -3395,12 +3396,11 @@ with support for HD extensions.")
|
|||||||
"configure.ac"
|
"configure.ac"
|
||||||
"configure")
|
"configure")
|
||||||
(("https?://bs1770gain[^/]*/")
|
(("https?://bs1770gain[^/]*/")
|
||||||
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html"))
|
,home-page))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ffmpeg" ,ffmpeg)
|
(inputs `(("ffmpeg" ,ffmpeg)
|
||||||
("sox" ,sox)))
|
("sox" ,sox)))
|
||||||
(home-page "https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html")
|
|
||||||
(synopsis "Tool to adjust loudness of media files")
|
(synopsis "Tool to adjust loudness of media files")
|
||||||
(description
|
(description
|
||||||
"BS1770GAIN is a loudness scanner compliant with ITU-R BS.1770 and its
|
"BS1770GAIN is a loudness scanner compliant with ITU-R BS.1770 and its
|
||||||
|
Loading…
Reference in New Issue
Block a user