FS#1074 - sdl_mixer looks in /usr/local for config files
Attached to Project:
Arch Linux
Opened by Lukas Sabota (punkrockguy318) - Tuesday, 06 July 2004, 02:05 GMT
Last edited by Dale Blount (dale) - Tuesday, 06 July 2004, 02:21 GMT
Opened by Lukas Sabota (punkrockguy318) - Tuesday, 06 July 2004, 02:05 GMT
Last edited by Dale Blount (dale) - Tuesday, 06 July 2004, 02:21 GMT
|
Details
It is Arch's policy to keep everything out of /usr/local,
and to put it in /usr. sdl_mixer uses timidity++ for playing
midi files. sdl_mixer will _only_ look for the timidity++
config file that is defined in srcdir/timidity/config.h.
This config file defaults to
/usr/local/lib/timidity/timidity.cfg. This path should be
/usr/lib/timidity/timidity.cfg. That way, we can keep
everything out of /usr/local.
To solve this problem, a patch must be made to change the config path. I have created a patch that will do this, and I will enclose it with this bug. |
This task depends upon
Closed by Roberto Carvajal (rcarvajal)
Wednesday, 15 September 2004, 15:56 GMT
Reason for closing: Fixed
Wednesday, 15 September 2004, 15:56 GMT
Reason for closing: Fixed
timidity.patch
PKGBUILD
thanks.