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

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

bug#48267: closed ([PATCH] (gnu packages music) allow sonivox-eas to aga


From: GNU bug Tracking System
Subject: bug#48267: closed ([PATCH] (gnu packages music) allow sonivox-eas to again successfully build)
Date: Sat, 15 May 2021 19:55:02 +0000

Your message dated Sat, 15 May 2021 22:54:15 +0300
with message-id <YKAm52E6VUeMvgVe@3900XT>
and subject line Re: [bug#48267] [PATCH] (gnu packages music) allow sonivox-eas 
to again successfully build
has caused the debbugs.gnu.org bug report #48267,
regarding [PATCH] (gnu packages music) allow sonivox-eas to again successfully 
build
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48267: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48267
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] (gnu packages music) allow sonivox-eas to again successfully build Date: Thu, 06 May 2021 13:14:20 -0700
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'

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

--- End Message ---
--- Begin Message --- Subject: Re: [bug#48267] [PATCH] (gnu packages music) allow sonivox-eas to again successfully build Date: Sat, 15 May 2021 22:54:15 +0300
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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