emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38121: closed ([PATCH] gnu: zita-convolver: Update to 4.0.3.)


From: GNU bug Tracking System
Subject: bug#38121: closed ([PATCH] gnu: zita-convolver: Update to 4.0.3.)
Date: Sun, 10 Nov 2019 22:15:02 +0000

Your message dated Sun, 10 Nov 2019 23:14:44 +0100
with message-id <address@hidden>
and subject line Re: [bug#38121] [PATCH] gnu: zita-convolver: Update to 4.0.3.
has caused the debbugs.gnu.org bug report #38121,
regarding [PATCH] gnu: zita-convolver: Update to 4.0.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38121: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38121
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: zita-convolver: Update to 4.0.3. Date: Fri, 08 Nov 2019 11:25:37 +0100 User-agent: Posteo Webmail
From 1b65bae6d64ab0a027f99ebd2ef01e6524301f64 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <address@hidden>
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38121] [PATCH] gnu: zita-convolver: Update to 4.0.3. Date: Sun, 10 Nov 2019 23:14:44 +0100 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Alexandros Theodotou <address@hidden> writes:

>  From 1b65bae6d64ab0a027f99ebd2ef01e6524301f64 Mon Sep 17 00:00:00 2001
>  From: Alexandros Theodotou <address@hidden>
> 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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]