unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58190] [PATCH]     gnu: csound: Update to 6.16.2.
@ 2022-09-30  7:36 Fulbert
  2022-10-02 12:07 ` bug#58190: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Fulbert @ 2022-09-30  7:36 UTC (permalink / raw)
  To: 58190

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

Hello !

Attached is the package update for Csound. The current 16.14.0 version
available on Guix does not build on my *x86_64-linux* system, and it
doesnt look good on https://ci.guix.gnu.org/search?query=csound either.

The only change is the version and the hash.

It does `guix build --rounds=2 csound` with no error and some basic
tests (only on the main `csound` binary) work as expected.

As recommended in
"https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html",
I started trying to build for arm as well, but i gave up after 2 hours
of never ending ruby compilation…  sorry.

Best regards,
Fulbert

[-- Attachment #2: 0001-gnu-csound-Update-to-6.16.2.patch --]
[-- Type: text/plain, Size: 1112 bytes --]

From ce49bde220ddff4a2d341b3334c9ae47aab5c5cc Mon Sep 17 00:00:00 2001
From: Fulbert <fulbert@bluewin.ch>
Date: Thu, 29 Sep 2022 19:19:45 +0200
Subject: [PATCH]     gnu: csound: Update to 6.16.2.

    * gnu/packages/audio.scm (csound): Update to 6.16.2.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index fd27c1cc71..b1a91418da 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1400,7 +1400,7 @@ (define-public tao-synth
 (define-public csound
   (package
     (name "csound")
-    (version "6.14.0")
+    (version "6.16.2")
     (source
      (origin
        (method git-fetch)
@@ -1409,7 +1409,7 @@ (define-public csound
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j"))))
+        (base32 "1lgasyk8j4cl9178vci1dph63nks3cgwhf8y1d04z9dc8gg15dyn"))))
     (build-system cmake-build-system)
     (native-inputs
      (list bison flex gettext-minimal zlib))
-- 
2.37.3


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

end of thread, other threads:[~2022-10-02 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30  7:36 [bug#58190] [PATCH] gnu: csound: Update to 6.16.2 Fulbert
2022-10-02 12:07 ` bug#58190: " 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).