From: Ricardo Wurmus <rekado@elephly.net>
To: Andreas Enge <andreas@enge.fr>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]: add freepats and timidity
Date: Thu, 19 Feb 2015 21:10:10 +0100 [thread overview]
Message-ID: <87egplll25.fsf@mango.localdomain> (raw)
In-Reply-To: <20150219200320.GA7712@debian>
Andreas Enge writes:
> On Thu, Feb 19, 2015 at 07:33:59PM +0100, Ricardo Wurmus wrote:
>> +(define-public timidity++
>> + (package
>> + (name "timidity++")
>
> Back to names... I would call this "timidity". The package guidelines only
> state that underscores are replaced by "-", but the general idea would be
> to replace special characters with dashes, and to rather drop them at the end
> (or beginning) of a package name.
The homepage of TiMidity++ says
TiMidity++ is based on TiMidity 0.2i, written by Tuukka Toivonen
<tt@cgs.fi>*1, released on 1995. No new version of this original
project is developed since then. Development has been continued by
Masanao Izumo et al. in the new project named TiMidity++. ++ is to
show the difference from original project.
I'd rather not change the name. For reference, Fedora calls the package
"timidity++" as well.
>> + (let ((out (string-append (assoc-ref %outputs "out")
>> + "/share/timidity")))
>> + (mkdir-p out)
>> + (call-with-output-file
>> + (string-append out "/timidity.cfg")
>
> It is a bit strange to have config files in /share and not in /etc, but that
> is indeed where by default timidity looks for its config file. Nevertheless,
> I would use
> (string-append (assoc-ref %outputs "out") "/etc/timidity")
> and then add the configure flag
> (string-append "--with-default-path=" (assoc-ref %outputs "out") "/etc/timidity")
I don't mind either way, but I do agree that coercing TiMidity++ to look
in a more traditional location for the configuration file sounds like a
good idea.
~~ Ricardo
next prev parent reply other threads:[~2015-02-19 20:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-19 18:33 [PATCH]: add freepats and timidity Ricardo Wurmus
2015-02-19 19:47 ` Andreas Enge
2015-02-19 20:03 ` Ricardo Wurmus
2015-02-19 20:35 ` Andreas Enge
2015-02-19 21:09 ` Ricardo Wurmus
2015-02-19 21:20 ` Andreas Enge
2015-02-22 10:27 ` Ricardo Wurmus
2015-02-19 20:03 ` Andreas Enge
2015-02-19 20:10 ` Ricardo Wurmus [this message]
2015-02-24 22:17 ` Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87egplll25.fsf@mango.localdomain \
--to=rekado@elephly.net \
--cc=andreas@enge.fr \
--cc=guix-devel@gnu.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 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).