[PATCH] gnu: zita-convolver: Update to 4.0.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Marius Bakke
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal

Debbugs page

Alexandros Theodotou wrote 5 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
c52016cc7f012b222480b6e3bda53313@posteo.net
From 1b65bae6d64ab0a027f99ebd2ef01e6524301f64 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Fri, 8 Nov 2019 10:22:14 +0000
Subject: [PATCH] gnu: zita-convolver: Update to 4.0.3.

* gnu/packages/audio.scm (zita-convolver): Update to 4.0.3.
---
gnu/packages/audio.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

Toggle diff (58 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 28dbf06f3b..68591c07db 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2955,7 +2955,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
@@ -2965,31 +2965,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))))
--
2.24.0
Marius Bakke wrote 5 years ago
871rufl6p7.fsf@devup.no
Alexandros Theodotou <alex@zrythm.org> writes:

Toggle quote (7 lines)
> From 1b65bae6d64ab0a027f99ebd2ef01e6524301f64 Mon Sep 17 00:00:00 2001
> From: Alexandros Theodotou <alex@zrythm.org>
> Date: Fri, 8 Nov 2019 10:22:14 +0000
> Subject: [PATCH] gnu: zita-convolver: Update to 4.0.3.
>
> * gnu/packages/audio.scm (zita-convolver): Update to 4.0.3.

Applied, thanks!

[...]

Toggle quote (4 lines)
> + #:make-flags
> + (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
> + (string-append "SUFFIX="))

Heh. It would be good to know what SUFFIX means, but I'm not sure I
want to know ;-)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl3Ii9QACgkQoqBt8qM6
VPqM5Qf/Vh3jKiXRmwltL7VNcRvQgKS9V2SOYc5IO4B5ZLUP8++w66lktAE/Irao
7sI925UT2nPVlndcHYTVQKYr55NMWrSDK/6InjVTXyzcR8tRYdPCN8qU3B0KtRYG
nLw3EkE4tcqW7gl5prRtd+Ct4b65qKtvk7IDenluwL2K3sVfiS5Q9J3RD1yrFQxo
lC64MZfEVyQ7l49TSauA6AHjfeZc8DxCH0w6zqYZGWKvphYubfWisI5WMFHcl23w
Zw9jgOz+Znq9NToT7SBN7hONuj31eyJkKiradzKM5PPPNM6j9xNbzpte8Qbox8wh
WPgj1yUEa0b7fmLadw+3dImvBM6X1A==
=R1M/
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38121@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38121
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help