wildmidi: fix default config

The example config that ships with wildmidi is incomplete and doesn't contain all the patches in freepats, it would be better to just source the config that comes with the freepats package.
This commit is contained in:
oreo639 2020-03-24 21:57:19 -07:00 committed by Jürgen Buchmüller
parent 75f6132474
commit eeaaae267f
2 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,7 @@
## wildmidi.cfg
## This is used to set and configure GUS patchsets to be used with WildMidi
## Please refer to the wildmidi.cfg(5) manpage for more details.
## Load the patchset from freepats
dir /usr/share/freepats
source /etc/freepats/freepats.cfg

View file

@ -1,7 +1,7 @@
# Template file for 'wildmidi'
pkgname=wildmidi
version=0.4.3
revision=4
revision=5
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=cmake
configure_args="-DWANT_ALSA=1 -DWANT_OSS=1 -DWANT_OPENAL=1"
@ -17,8 +17,7 @@ checksum=498e5a96455bb4b91b37188ad6dcb070824e92c44f5ed452b90adbaec8eef3c5
replaces="WildMidi>=0 WildMidi-devel>=0"
post_install() {
vsed -i cfg/wildmidi.cfg -e "s;/usr/share/midi/freepats;/usr/share/freepats;"
vsconf cfg/wildmidi.cfg
vsconf ${FILESDIR}/wildmidi.cfg
}
libwildmidi_package() {
@ -27,7 +26,7 @@ libwildmidi_package() {
conf_files="/etc/wildmidi/wildmidi.cfg"
pkg_install() {
vmove "usr/lib/*.so.*"
vinstall cfg/wildmidi.cfg 644 etc/wildmidi
vinstall ${FILESDIR}/wildmidi.cfg 644 etc/wildmidi
}
}