From: Leo Famulari <leo@famulari.name>
To: Albin <albin@fripost.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add openttd
Date: Tue, 12 Apr 2016 14:23:32 -0400 [thread overview]
Message-ID: <20160412182332.GA3241@jasmine> (raw)
In-Reply-To: <570D0C58.5050905@fripost.org>
On Tue, Apr 12, 2016 at 04:55:20PM +0200, Albin wrote:
> Thank you Leo for taking the time to inspect and install the package.
Thanks for taking the time to work on it :)
> Den 2016-04-12 kl. 03:09, skrev Leo Famulari:
> > On Tue, Apr 12, 2016 at 12:41:58AM +0200, Albin wrote:
> >> + ;; GNU's not Unix so let's modify the exit dialog.
> >> + (substitute* (find-files "src/lang/" "\\.txt")
> >> + ((":Unix") ":GNU"))))))
> >
> > I don't think this is necessary.
>
> Maybe not. I just wanted to exercise my freedom a little. The above
> snippet lets you see this dialog box:
>
> "Are you sure you want to exit OpenTTD and return to GNU" ...instead of
> "...Unix", which I thought would make the Guix users happy.
It did make me smile :) I appreciate the motivation behind this change
very much.
> It works for 54 language versions, but not Arabic, Esperanto, Hebrew and
> Urdu where "Unix" is called something else.
>
> I'm not going to insist on keeping it, but remember that the "Words to
> avoid" article (https://www.gnu.org/philosophy/words-to-avoid.html)
> states: "To call the whole system 'Linux' is both unfair and confusing."
> Isn't it likewise wrong to call "GNU" "Unix"?
I'm open to a wider discussion, but I don't think we should patch
upstream code unless it's to fix bugs.
Plus, I personally think it should say "return to Debian", since that's
what my workstation is running ;)
> > I see this option in `./configure --help`:
> >
> > --with-liblzo2[=liblzo2.a] enables liblzo2 support
>
> Nice!
>
> > Does it work to provide the path to that option? Our lzo package does
> > build a static library, if that is what OpenTTD requires.
>
> Yes, I could make it work by first installing 'lzo' and then add
> `--with-liblzo2=/gnu/store/[...]/liblzo2.a` to the package definition.
> What is the proper way to do this?
There's a clear example in the package definition of 'apl'. Basically,
make 'lzo' an input, and then build a string like this...:
(string-append "--with-liblzo2=
(assoc-ref %build-inputs "lzo") "/lib/liblzo2.a")
... and pass that as an argument to ./configure. You typically get a
useful error message from ./configure if there's a mistake.
> >> + ;; The software contains an in-game downloader from which the user
> >> + ;; may find non-functional data licensed under different terms.
> >
> > I don't know the significance of this. Hopefully somebody else will
> > comment on this subject.
> >
> > Upon starting the program, I was prompted to download something related
> > to graphics. I agreed, and the game seemed to download OpenGFX [0] and
> > launch correctly, although it also warned me about needed to download
> > some sound files.
>
> Yes, it's not ideal that you are immediately prompted to download and
> install something like this. As you said, the package that gets
> installed when you agree is OpenGFX (8 MiB). It has the same license as
> the game itself, i.e. GPLv2, just like the other available graphics sets
> "NightGFX" (3.4 MiB) and "zBase" (273 MiB).
>
> The music files that you can download are:
>
> * Modern Motion (music): CC-BY-NC-ND 3.0
> * OpenMSX: GPLv2
> * Scott Joplin Anthology: public domain
> * Traditional Winter Holiday Music: public domain
>
> For sound effects only one package is currently available:
>
> * OpenSFX: CC Sampling Plus 1.0
>
>
> I can understand that packages that restrict commercial redistribution
> may not be included in Guix, but the FSDG doesn't discuss the particular
> case of packages that *recommend* non-free, non-functional data where
> only non-commercial redistribution is permitted.
>
> How does other free distros deal with this? The Arch project
> distributes openttd, openttd-opengfx and openttd-opensfx as separate
> packages (where the package manager recommends the latter two upon
> installation of openttd). Parabola does the same, but removes
> openttd-opensfx from their repository. You can still download the sound
> effects afterwards however.
>
> Do you think we should follow Parabola in this case or take a different
> approach?
I don't know the details of how we are supposed to handle these issues.
I'll let more knowledgeable people have this discussion.
prev parent reply other threads:[~2016-04-12 18:23 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 22:41 [PATCH] gnu: Add openttd Albin
2016-04-12 1:09 ` Leo Famulari
2016-04-12 8:30 ` Alex Kost
2016-04-12 13:09 ` Albin
2016-04-12 14:55 ` Albin
2016-04-12 17:26 ` Alex Kost
2016-04-12 18:24 ` Leo Famulari
2016-04-13 2:09 ` [PATCH] gnu: Add openttd-engine Albin
2016-04-13 2:14 ` Albin
2016-04-14 8:27 ` Alex Kost
2016-04-14 9:04 ` Alex Kost
2016-04-14 9:51 ` Albin
2016-04-15 8:36 ` Alex Kost
2016-04-12 18:23 ` Leo Famulari [this message]
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=20160412182332.GA3241@jasmine \
--to=leo@famulari.name \
--cc=albin@fripost.org \
--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).