From: Gabriel Wicki <gabriel@erlikon.ch>
To: paul <goodoldpaul@autistici.org>
Cc: 69593@debbugs.gnu.org
Subject: [bug#69593] Add FluidPlug
Date: Tue, 26 Nov 2024 22:04:52 +0100 [thread overview]
Message-ID: <23xkrbku5rvjfi4hyus5u63374nw43rmwfutgs6acfpnjg2ybs@oaee42d6eaqx> (raw)
In-Reply-To: <d0c119b2-388f-6f12-7a60-6ba3d6218c7f@autistici.org>
Hi Giacomo!
First of all, thanks for this amazing patch and sorry for the long
delay.
A few assorted comments to your commit messages:
- fluidplug-plugin->package is a function, not a variable.
- you can sum the list of variables in the commit message like so:
(fluidplug-airfont320-lv2, fluidplug-avl-drumkits-perc-lv2,
fluidplug-black-pearl-4a-lv2, ...): New variables.
To the package definitions: great job! I like how you simplified the
definitions and create them programmatically! Really cool!
A couple of comments I do have, though:
- I personally wouldn't mix #:exports and define-public in the same
file - not sure whether there's some sort of Guix (or Guile)-wide
consensus on the issue.
- You might want to omit the "-fluidplug-plugin" part in each of the
plugin variable names. You do not export those names so I think you
can save some of these bytes (:
- Did you consider cross compilation? I've tried some rather naively,
but failed. Also building for aarch64 (natively) failed. Is this
package not supposed to work on other architectures except amd64? If
that is the case, please specify it
- Changing env var CC= should happen within the #:make-flags block
instead of its own build phase. And it shouldn't hard-code "gcc" but
rather #$(cc-for-target) to allow for cross-compilation.
- I think lv2 should be in `inputs', not in `native-inputs' (again,
considering cross-compilation) of the fluidplug-lv2 package.
Since I can not commit merging still needs some work by someone else.
But except for the lack of cross-compilation (and foreign native
compilation) I do not see any show-stoppers.
Have a nice week!
gabber
next prev parent reply other threads:[~2024-11-26 21:06 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-06 20:16 [bug#69593] Add FluidPlug paul via Guix-patches via
2024-03-06 20:20 ` [bug#69593] [PATCH 1/3] gnu: Add fluidplug-lv2 Giacomo Leidi via Guix-patches via
2024-03-06 20:20 ` [bug#69593] [PATCH 2/3] gnu: Add fluidplug plugins Giacomo Leidi via Guix-patches via
2024-03-06 20:20 ` [bug#69593] [PATCH 3/3] teams: Add FluidPlug team Giacomo Leidi via Guix-patches via
2024-04-02 22:37 ` [bug#69593] Add FluidPlug paul via Guix-patches via
2024-05-03 22:41 ` paul via Guix-patches via
2024-09-04 21:27 ` paul via Guix-patches via
2024-11-26 21:04 ` Gabriel Wicki [this message]
2024-11-30 23:48 ` paul via Guix-patches via
2024-04-02 22:37 ` [bug#69593] [PATCH v2 1/3] gnu: Add fluidplug-lv2 Giacomo Leidi via Guix-patches via
2024-04-02 22:37 ` [bug#69593] [PATCH v2 2/3] gnu: Add fluidplug plugins Giacomo Leidi via Guix-patches via
2024-04-02 22:37 ` [bug#69593] [PATCH v2 3/3] teams: Add FluidPlug team Giacomo Leidi via Guix-patches via
2024-09-04 21:43 ` [bug#69593] [PATCH v3 1/3] gnu: Add fluidplug-lv2 Giacomo Leidi via Guix-patches via
2024-09-04 21:43 ` [bug#69593] [PATCH v3 2/3] gnu: Add fluidplug plugins Giacomo Leidi via Guix-patches via
2024-09-04 21:43 ` [bug#69593] [PATCH v3 3/3] teams: Add FluidPlug team Giacomo Leidi via Guix-patches via
2024-10-20 22:54 ` [bug#69593] Add FluidPlug paul via Guix-patches via
2024-10-20 22:54 ` [bug#69593] [PATCH v3 1/3] gnu: Add fluidplug-lv2 Giacomo Leidi via Guix-patches via
2024-10-20 22:54 ` [bug#69593] [PATCH v3 2/3] gnu: Add fluidplug plugins Giacomo Leidi via Guix-patches via
2024-10-20 22:54 ` [bug#69593] [PATCH v3 3/3] teams: Add FluidPlug team Giacomo Leidi via Guix-patches via
2024-11-30 23:48 ` [bug#69593] [PATCH v4 1/3] gnu: Add fluidplug-lv2 Giacomo Leidi via Guix-patches via
2024-11-30 23:48 ` [bug#69593] [PATCH v4 2/3] gnu: Add fluidplug plugins Giacomo Leidi via Guix-patches via
2024-11-30 23:48 ` [bug#69593] [PATCH v4 3/3] teams: Add FluidPlug team Giacomo Leidi via Guix-patches via
2024-11-30 23:52 ` [bug#69593] Add FluidPlug paul via Guix-patches via
2024-11-30 23:53 ` [bug#69593] [PATCH v5 1/3] gnu: Add fluidplug-lv2 Giacomo Leidi via Guix-patches via
2024-11-30 23:53 ` [bug#69593] [PATCH v5 2/3] gnu: Add fluidplug plugins Giacomo Leidi via Guix-patches via
2024-11-30 23:53 ` [bug#69593] [PATCH v5 3/3] teams: Add FluidPlug team Giacomo Leidi via Guix-patches via
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=23xkrbku5rvjfi4hyus5u63374nw43rmwfutgs6acfpnjg2ybs@oaee42d6eaqx \
--to=gabriel@erlikon.ch \
--cc=69593@debbugs.gnu.org \
--cc=goodoldpaul@autistici.org \
/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.