[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: zita-convolver: Update to 4.0.3.
From: |
guix-commits |
Subject: |
05/06: gnu: zita-convolver: Update to 4.0.3. |
Date: |
Sun, 10 Nov 2019 17:51:47 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 1c1ce52aa9d2d1349c32d02632a002e1589c6089
Author: Alexandros Theodotou <address@hidden>
Date: Fri Nov 8 11:25:37 2019 +0100
gnu: zita-convolver: Update to 4.0.3.
* gnu/packages/audio.scm (zita-convolver): Update to 4.0.3.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/audio.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f037dd1..aa54f94 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2944,7 +2944,7 @@ result.")
(define-public zita-convolver
(package
(name "zita-convolver")
- (version "3.1.0")
+ (version "4.0.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2954,31 +2954,33 @@ result.")
(snippet
;; Don't optimize for a specific processor architecture.
'(begin
- (substitute* "libs/Makefile"
+ (substitute* "source/Makefile"
(("^CXXFLAGS \\+= -march=native") ""))
#t))
(modules '((guix build utils)))
(sha256
(base32
- "14qrnczhp5mbwhky64il7kxc4hl1mmh495v60va7i2qnhasr6zmz"))))
+ "0prji66p86z2bzminywkwchr5bfgxcg2i8y803pydd1hzf2198cs"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target
- #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+ #:make-flags
+ (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+ (string-append "SUFFIX="))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-makefile-and-enter-directory
(lambda _
- (substitute* "libs/Makefile"
+ (substitute* "source/Makefile"
(("ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
- (chdir "libs")
+ (chdir "source")
#t))
(add-after 'install 'install-symlink
(lambda _
(symlink "libzita-convolver.so"
(string-append (assoc-ref %outputs "out")
- "/lib/libzita-convolver.so.3"))
+ "/lib/libzita-convolver.so.4"))
#t))
;; no configure script
(delete 'configure))))
- branch master updated (2ffae26 -> 9e4e66c), guix-commits, 2019/11/10
- 03/06: gnu: gnome: Add gnome-screenshot to default apps., guix-commits, 2019/11/10
- 04/06: gnu: Add boost-with-python3., guix-commits, 2019/11/10
- 02/06: gnu: qemu: Add upstream patch for failing test., guix-commits, 2019/11/10
- 01/06: gnu: Move numix-theme to gnome-xyz.scm., guix-commits, 2019/11/10
- 05/06: gnu: zita-convolver: Update to 4.0.3.,
guix-commits <=
- 06/06: gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase., guix-commits, 2019/11/10