unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42275] [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2.
@ 2020-07-08 20:25 Alexandros Theodotou
  2020-07-12 18:35 ` bug#42275: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-07-08 20:25 UTC (permalink / raw)
  To: 42275


[-- 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 --]

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

* bug#42275: [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2.
  2020-07-08 20:25 [bug#42275] [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2 Alexandros Theodotou
@ 2020-07-12 18:35 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-07-12 18:35 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 42275-done

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

Minor adjustments made to the patch and commit message. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

end of thread, other threads:[~2020-07-12 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 20:25 [bug#42275] [PATCH] gnu: zita-alsa-pcmi: Update to 0.3.2 Alexandros Theodotou
2020-07-12 18:35 ` bug#42275: " Efraim Flashner

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