[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/182: gnu: zita-convolver: Update to 4.0.3.
From: |
guix-commits |
Subject: |
180/182: gnu: zita-convolver: Update to 4.0.3. |
Date: |
Fri, 15 Nov 2019 00:02:06 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit d18f7f71824de0175a018f3b3f1e0235a8b1fff2
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))))
- 153/182: gnu: gegl: Update to 0.4.18., (continued)
- 153/182: gnu: gegl: Update to 0.4.18., guix-commits, 2019/11/15
- 158/182: gnu: faad2: Use HTTPS home page., guix-commits, 2019/11/15
- 164/182: gnu: LibreSSL: Make search paths single-entry., guix-commits, 2019/11/15
- 169/182: gnu: raincat: Use 'mirror-url'., guix-commits, 2019/11/15
- 175/182: gnu: limnoria: Update to 2019.11.09 [security fix]., guix-commits, 2019/11/15
- 161/182: gnu: Remove monero-miniupnpc., guix-commits, 2019/11/15
- 160/182: gnu: cgal: Update to 4.14.2., guix-commits, 2019/11/15
- 165/182: gnu: Add ghc-ncurses., guix-commits, 2019/11/15
- 179/182: gnu: Add boost-with-python3., guix-commits, 2019/11/15
- 181/182: gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase., guix-commits, 2019/11/15
- 180/182: gnu: zita-convolver: Update to 4.0.3.,
guix-commits <=
- 171/182: gnu: polkit-qt: Use https for home-page., guix-commits, 2019/11/15
- 168/182: gnu: delta: Use 'mirror-url'., guix-commits, 2019/11/15
- 166/182: gnu: Add scroll., guix-commits, 2019/11/15
- 174/182: gnu: xfce4-whiskermenu-plugin: Download over HTTPS., guix-commits, 2019/11/15
- 173/182: gnu: qtwebkit: Don't use NAME in source URI., guix-commits, 2019/11/15
- 178/182: gnu: gnome: Add gnome-screenshot to default apps., guix-commits, 2019/11/15
- 182/182: Merge branch 'master' into wip-gnome-updates, guix-commits, 2019/11/15
- 162/182: gnu: monero: Update to 0.15.0.0., guix-commits, 2019/11/15
- 170/182: gnu: polkit-qt: Use 'mirror-url'., guix-commits, 2019/11/15
- 177/182: gnu: qemu: Add upstream patch for failing test., guix-commits, 2019/11/15