Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 57440

Summary: openttd-0.3.3: a few changes
Product: Gentoo Linux Reporter: Hinrik Örn Sigurðsson <hinrik.sig>
Component: New packagesAssignee: David Holm (RETIRED) <dholm>
Status: RESOLVED FIXED    
Severity: normal CC: games
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: games-simulation/openttd-0.3.3-r1.ebuild
files/icon128.png
patch which allows other midi player to be specified in the configuration file
updated ebuild (includes config ext midi patch)

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...