[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: aubio: Update to 0.4.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/10: gnu: aubio: Update to 0.4.6. |
Date: |
Tue, 14 Aug 2018 18:36:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 409dec3f29084c8c8caadfe5852e9f4b7f3546f9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Aug 14 21:12:10 2018 +0200
gnu: aubio: Update to 0.4.6.
* gnu/packages/audio.scm (aubio): Update to 0.4.6.
[arguments]: Set reflexive RUNPATH.
---
gnu/packages/audio.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 06ea664..02af258 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -145,24 +145,26 @@ Filter) modules follow the convention of 1V / Octave.")
(define-public aubio
(package
(name "aubio")
- (version "0.4.1")
+ (version "0.4.6")
(source (origin
(method url-fetch)
(uri (string-append
"http://aubio.org/pub/aubio-" version ".tar.bz2"))
(sha256
(base32
- "15f6nf76y7iyl2kl4ny7ky0zpxfxr8j3902afvd6ydnnkh5dzmr5"))))
+ "1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
#:configure-flags
- '("--enable-fftw3f"
- "--enable-jack"
- "--enable-sndfile"
- "--enable-samplerate"
- ;; enable compilation with avcodec once available
- "--disable-avcodec")
+ (list
+ (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib")
+ "--enable-fftw3f"
+ "--enable-jack"
+ "--enable-sndfile"
+ "--enable-samplerate"
+ ;; TODO: enable compilation with avcodec once available.
+ "--disable-avcodec")
#:python ,python-2))
(inputs
`(("jack" ,jack-1)
- branch master updated (feccc81 -> d87e547), Tobias Geerinckx-Rice, 2018/08/14
- 02/10: gnu: serd: Update to 0.30.0., Tobias Geerinckx-Rice, 2018/08/14
- 01/10: gnu: memcached: Fix typos in description., Tobias Geerinckx-Rice, 2018/08/14
- 09/10: gnu: perl-http-tiny: Update to 0.076., Tobias Geerinckx-Rice, 2018/08/14
- 07/10: gnu: f3: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/08/14
- 03/10: gnu: sratom: Update to 0.6.2., Tobias Geerinckx-Rice, 2018/08/14
- 05/10: gnu: aubio: Update to 0.4.6.,
Tobias Geerinckx-Rice <=
- 04/10: gnu: lilv: Update to 0.24.4., Tobias Geerinckx-Rice, 2018/08/14
- 08/10: gnu: f3: Update to 7.1., Tobias Geerinckx-Rice, 2018/08/14
- 06/10: gnu: perl-db-file: Update to 1.842., Tobias Geerinckx-Rice, 2018/08/14
- 10/10: gnu: address@hidden: Update to 1.1.0i [fix CVE-2018-0737]., Tobias Geerinckx-Rice, 2018/08/14