unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38121] [PATCH] gnu: zita-convolver: Update to 4.0.3.
@ 2019-11-08 10:25 Alexandros Theodotou
  2019-11-10 22:14 ` bug#38121: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2019-11-08 10:25 UTC (permalink / raw)
  To: 38121

 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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38121: [PATCH] gnu: zita-convolver: Update to 4.0.3.
  2019-11-08 10:25 [bug#38121] [PATCH] gnu: zita-convolver: Update to 4.0.3 Alexandros Theodotou
@ 2019-11-10 22:14 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-11-10 22:14 UTC (permalink / raw)
  To: Alexandros Theodotou, 38121-done

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

Alexandros Theodotou <alex@zrythm.org> writes:

>  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!

[...]

> +       #: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 ;-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-10 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-08 10:25 [bug#38121] [PATCH] gnu: zita-convolver: Update to 4.0.3 Alexandros Theodotou
2019-11-10 22:14 ` bug#38121: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).