unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 42275@debbugs.gnu.org
Subject: [bug#42275] [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2.
Date: Wed, 08 Jul 2020 21:25:58 +0100	[thread overview]
Message-ID: <e365921f54a1226c0436b33a3d82b7ec764caba6.camel@zrythm.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 85 bytes --]

Hi,

This patch updates zita-alsa-pcmi. It required some tweaks.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-zita-alsa-pcmi-Update-to-0.3.2.patch --]
[-- Type: text/x-patch, Size: 2010 bytes --]

From bd2b4757d4b14f5761c250f72b8a3426496682fe Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Wed, 8 Jul 2020 21:24:25 +0100
Subject: [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2.

* gnu/packages/audio.scm (zita-alsa-pcmi): Update to 0.3.2.
---
 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 571624a622..47cec4fea2 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3257,7 +3257,7 @@ provide high-quality sample rate conversion.")
 (define-public zita-alsa-pcmi
   (package
     (name "zita-alsa-pcmi")
-    (version "0.2.0")
+    (version "0.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3266,19 +3266,21 @@ provide high-quality sample rate conversion.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1rgv332g82rrrlm4vdam6p2pyrisxbi7b3izfaa0pcjglafsy7j9"))))
+                "12d7vdg74yh21w69qi0wg57iz4876j94qbiq09bvscih6xz9y78s"))))
     (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"
-               (("ldconfig") "true")
-               (("^LIBDIR =.*") "LIBDIR = lib\n"))
-             (chdir "libs")
+             (substitute* "source/Makefile"
+                          (("ldconfig") "true")
+                          (("^LIBDIR =.*") "LIBDIR = lib\n"))
+             (chdir "source")
              #t))
          (add-after 'install 'install-symlink
            (lambda _
-- 
2.27.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-07-08 20:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 20:25 Alexandros Theodotou [this message]
2020-07-12 18:35 ` bug#42275: [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e365921f54a1226c0436b33a3d82b7ec764caba6.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=42275@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).