[PATCH] (gnu packages music) allow sonivox-eas to again successfully build

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Frank Pursel
Owner
unassigned
Submitted by
Frank Pursel
Severity
normal
F
F
Frank Pursel wrote on 6 May 2021 22:14
(address . guix-patches@gnu.org)
87v97vpqlf.fsf@Ginko.local.i-did-not-set--mail-host-address--so-tickle-me
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'
Toggle diff (23 lines)
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
E
E
Efraim Flashner wrote on 15 May 2021 21:54
(name . Frank Pursel)(address . frank.pursel@gmail.com)(address . 48267-done@debbugs.gnu.org)
YKAm52E6VUeMvgVe@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCgJucACgkQQarn3Mo9
g1G1HA//do4nY1datCksdfbE2lC5LBjBYZacDpSyo5xdtq+obN2zjeK45VPSZDax
QPJiDN31rqV+83ZxGQNe4crVD0m17ZzcP/9hgo5Oc5hzz8L3d3A6ucPvli0+h9/r
DTBym5K03a2UnyNAawZB8IBb+WwaHxWi1ksW+Yj7g2kcVMFkW5UjMFxz9u7Kw7Dt
w9CR3KR/Wa9f9u2mPW4CP6ZxaG2La0iJMH6/rqSyn28JWzf5uylEdA9VfdSGkbGm
toB8dW3IpNEtnfBfwEwM7Djd+FVDYz3yVY7lfLS5MVWewTLSFPzF5oxVTPHaqGJp
JtOlFsyEF2HBFheRVbzvNPSdWrWLgaSMC1skHVYfXyWm2dTztLrm8pbWZhFpJ0ZG
wotBysMIFNh+kUlfXMzx5YY/Ou4YUy71HaoVkykv9fWA/LqvcLU0DnWdLke56pHe
MWIh5Ug0oHakL7Jr84jJHzDe2MWgNcHW9YCkk3eJN39hnt1xtnFNX0SlAaVD8EF5
0odWmTQ4FPMaPZCsPE1DKk+QoPN3Lwba3KnHMhpDOJ8VC5IBOEs1m+xco5xPuwbQ
Hi6H1VWlmuQHd/LhdPJKY44XoP1LV9TcK+Tq1O4KCOWM9nh7QnQBY86lIBeePjXI
fXbkLRQwistZMpptnO+KjuKYPGDbyHz524SMdohPaCozNgQ8vBo=
=FlOl
-----END PGP SIGNATURE-----


Closed
?