Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57440 - openttd-0.3.3: a few changes
Summary: openttd-0.3.3: a few changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 19:57 UTC by Hinrik Örn Sigurðsson
Modified: 2004-09-21 15:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
games-simulation/openttd-0.3.3-r1.ebuild (openttd-0.3.3.ebuild,2.35 KB, text/plain)
2004-07-17 20:01 UTC, Hinrik Örn Sigurðsson
Details
files/icon128.png (icon128.png,14.41 KB, image/png)
2004-07-17 20:02 UTC, Hinrik Örn Sigurðsson
Details
patch which allows other midi player to be specified in the configuration file (0.3.3-r1-config_ext_midiplayer.diff,3.15 KB, text/plain)
2004-07-18 11:12 UTC, Robert Schuster
Details
updated ebuild (includes config ext midi patch) (openttd-0.3.3-r1.ebuild,2.75 KB, text/plain)
2004-07-18 11:17 UTC, Robert Schuster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hinrik Örn Sigurðsson 2004-07-17 19:57:32 UTC
Depend on app-arch/unzip(needed to unpack the -useful stuff).

Add ~amd64 keyword.

Add notice about soundfonts since they are neccessary for music(plain timidity won't work).

Also, David Holm left out the icon, but the current ebuild still tries to use it anyway for the launcher. I suggest adding the icon to ${FILESDIR}, and putting the following lines back into src_install:

	insinto /usr/share/pixmaps
	newins ${FILESDIR}/icon128.png openttd.png
Comment 1 Hinrik Örn Sigurðsson 2004-07-17 20:01:21 UTC
Created attachment 35665 [details]
games-simulation/openttd-0.3.3-r1.ebuild
Comment 2 Hinrik Örn Sigurðsson 2004-07-17 20:02:38 UTC
Created attachment 35666 [details]
files/icon128.png
Comment 3 Robert Schuster 2004-07-18 11:12:53 UTC
Created attachment 35702 [details]
patch which allows other midi player to be specified in the configuration file

Atfer installing this brilliant game I realized that timidity does not works
very well for playing midi. I was even not satisfied with the compile time
option to change the application which plays the midi files. Finally I took the
source and added an option to specify that application and its arguments in the
configuration file. Here is the patch which adds this feature.
Although its documented in the ebuild (which I am going to upload next) here a
short explanation:

Define external_midiplayer and external_midiplayer_arg to override the default
midi player application (usually /usr/bin/timidity) and its arguments.

Now you can use aplaymidi and such.
Comment 4 Robert Schuster 2004-07-18 11:17:26 UTC
Created attachment 35703 [details]
updated ebuild (includes config ext midi patch)

This is the ebuild that includes the config ext midi patch as well as the
changes made by Hinrik
Comment 5 Robert Schuster 2004-07-18 11:17:26 UTC
Created attachment 35703 [details]
updated ebuild (includes config ext midi patch)

This is the ebuild that includes the config ext midi patch as well as the
changes made by Hinrik Örn Sigurðsson.

The new configuration file options are documented using einfo.
Comment 6 David Holm (RETIRED) gentoo-dev 2004-07-21 13:18:37 UTC
I will add these things soon.
Comment 7 Chris Gianelloni (RETIRED) gentoo-dev 2004-09-21 15:33:39 UTC
This is fixed now that openttd-0.3.4 is in portage...