From: Leo Famulari <leo@famulari.name>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: [PATCH] Add Yoshimi.
Date: Wed, 23 Dec 2015 14:21:21 -0500 [thread overview]
Message-ID: <20151223192121.GB16116@jasmine> (raw)
In-Reply-To: <87si2t7gg4.fsf@elephly.net>
On Wed, Dec 23, 2015 at 08:49:15AM +0100, Ricardo Wurmus wrote:
> Hi Guix,
>
> Yoshimi is a fork of ZynAddSubFX, but I decided against letting
> “yoshimi” inherit from “zynaddsubfx” because not only the source,
> homepage, and description differ, but also the list of inputs and even
> the build phases. I expect the two programmes to diverge more in the
> future; using “(inherit "zynaddsubfx")” felt a bit pointless.
>
Cool :) I'm really glad that Guix has a champion for music software.
> + (arguments
> + `(#:tests? #f ; there are no tests
> + #:configure-flags
> + (list (string-append "-DCMAKE_INSTALL_DATAROOTDIR="
> + (assoc-ref %outputs "out") "/share"))
> + #:phases
> + (modify-phases %standard-phases
> + (add-before 'configure 'enter-dir
> + (lambda _ (chdir "src") #t))
> + ;; Move SSE compiler optimization flags from generic target to
> + ;; athlon64 and core2 targets, because otherwise the build would fail
> + ;; on non-Intel machines.
> + (add-after 'unpack 'remove-sse-flags-from-generic-target
> + (lambda _
> + (substitute* "src/CMakeLists.txt"
> + (("-msse -msse2 -mfpmath=sse") "")
> + (("-march=(athlon64|core2)" flag)
> + (string-append flag " -msse -msse2 -mfpmath=sse")))
> + #t)))))
Thanks for figuring that out!
> + (inputs
> + `(("boost" ,boost)
> + ("fftwf" ,fftwf)
> + ("alsa-lib" ,alsa-lib)
> + ("jack" ,jack-1)
> + ("fontconfig" ,fontconfig)
> + ("minixml" ,minixml)
> + ("mesa" ,mesa)
> + ("fltk" ,fltk)
> + ("lv2" ,lv2)
> + ("readline" ,readline)
The readline module is not imported by music.scm on current master.
Maybe you have a WIP patch that imports it in your tree? Anyways, the
"readline" variable is currently unbound.
It builds fine for me otherwise.
> + ("ncurses" ,ncurses)
> + ("cairo" ,cairo)
> + ("zlib" ,zlib)))
> + (native-inputs
> + `(("pkg-config" ,pkg-config)))
> + (home-page "http://yoshimi.sourceforge.net/")
> + (synopsis "Software synthesizer")
Have you considered describing the "type" of synthesis here in the
synopsis? For example, it could be additive, subtractive, frequency
modulating, etc. Each synthesizer variable could have a synopsis like
"Additive software synthesizer", etc. That would be a nice affordance
for synth geeks :)
In this case, it looks like the synthesis type is "multi-paradigm".
> + (description
> + "Yoshimi is a fork of ZynAddSubFX, a feature heavy realtime software
> +synthesizer. It offers three synthesizer engines, multitimbral and polyphonic
> +synths, microtonal capabilities, custom envelopes, effects, etc. Yoshimi
> +improves on support for JACK features, such as JACK MIDI.")
> + (license license:gpl2)))
> --
> 2.5.0
>
next prev parent reply other threads:[~2015-12-23 19:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-23 7:49 [PATCH] Add Yoshimi Ricardo Wurmus
2015-12-23 19:21 ` Leo Famulari [this message]
2015-12-24 9:13 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151223192121.GB16116@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=rekado@elephly.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.