unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48267] [PATCH] (gnu packages music) allow sonivox-eas to again successfully build
@ 2021-05-06 20:14 Frank Pursel
  2021-05-15 19:54 ` bug#48267: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Pursel @ 2021-05-06 20:14 UTC (permalink / raw)
  To: 48267

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

Sonivox-eas fails to build.  I think this is because it's input
dependency, drumstick, was upgraded.  The attached change updates the
sonivox-eas package to a version that works with drumstick 2.  I can see that
the build produces a guisynth binary that seems to function but someone
with greater understanding of the sound plumbing may want to give it a
closer look.  At least it will, again, now build.

Regards,
Frank Pursel 'acrow#freenode.irc'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/diff, Size: 793 bytes --]

diff --git a/music.scm b/music.scm
index 11702af..174315c 100644
--- a/music.scm
+++ b/music.scm
@@ -5100,7 +5100,7 @@ the electronic or dubstep genre.")
 (define-public sonivox-eas
   (package
     (name "sonivox-eas")
-    (version "1.1.0")
+    (version "1.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5109,7 +5109,8 @@ the electronic or dubstep genre.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0l9gs00p5g4k4qy6i7nv1mfi2n2wnsycwjrgrh9hxzam4irf2mw2"))))
+                "1ygmlrsdzxii2dvj6id2ai3xv3klw2x67ip5rcp823jzczl0wpjd"
+		))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f)) ; there are no tests
     (inputs

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

* bug#48267: [PATCH] (gnu packages music) allow sonivox-eas to again successfully build
  2021-05-06 20:14 [bug#48267] [PATCH] (gnu packages music) allow sonivox-eas to again successfully build Frank Pursel
@ 2021-05-15 19:54 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-05-15 19:54 UTC (permalink / raw)
  To: Frank Pursel; +Cc: 48267-done

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

Thanks. I added a copyright line for you and pushed the patch.

-- 
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:[~2021-05-15 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 20:14 [bug#48267] [PATCH] (gnu packages music) allow sonivox-eas to again successfully build Frank Pursel
2021-05-15 19:54 ` bug#48267: " 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).