Archived
1
0
Fork 0

gnu: noise-repellent: Update to 0.1.5.

* gnu/packages/audio.scm (noise-repellent): Update to 0.1.5.
[build-system]: Switch to meson-build-system.
[arguments]: Remove GNU build system flags & set installation prefix.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-16 14:05:05 +01:00
parent 1f14453eed
commit f6c8ba3172
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3523,7 +3523,7 @@ the Snd sources), Ruby, or Forth.")
(define-public noise-repellent (define-public noise-repellent
(package (package
(name "noise-repellent") (name "noise-repellent")
(version "0.1.4") (version "0.1.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3532,16 +3532,12 @@ the Snd sources), Ruby, or Forth.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0rd3dlmk3vivjmcr6x2x860y0j1d49c2j95j6ny50v184mwvn11j")))) "0hb89x9i2knzan46q4nwscf5zmnb2nwf4w13xl2c0y1mx1ls1mwl"))))
(build-system gnu-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:make-flags `(#:configure-flags
(list "CC=gcc" (list (string-append "--prefix=" (assoc-ref %outputs "out")
(string-append "PREFIX=" (assoc-ref %outputs "out"))) "/lib/lv2"))))
#:tests? #f ; there are none
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(inputs (inputs
`(("lv2" ,lv2) `(("lv2" ,lv2)
("fftwf" ,fftwf))) ("fftwf" ,fftwf)))