summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulius Dehner2021-08-05 18:49:55 +0200
committerJulius Dehner2021-08-05 18:49:55 +0200
commit305822383fc1b544f85f18d56ae3886fcba330f8 (patch)
tree4bbdc74bd4a2918c29ab162f22c6e43ba7af4c53 /PKGBUILD
parent90d79b219ca51d7a7ec9804b96ca02df454fe0f2 (diff)
downloadaur-305822383fc1b544f85f18d56ae3886fcba330f8.tar.gz
Add audio instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c377754ec992..f98cc4a89edf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,13 +49,21 @@ package_th06-demo-data() {
package_th06-demo-wine() {
pkgdesc='Embodiment of Scarlet Devil trial version. Sixth game of the Touhou Project series; Wine version.'
depends=("$pkgbase-data" 'wine')
- optdepends=('timidity++: for MIDI musics')
+ optdepends=('timidity++: for MIDI musics' 'soundfont-fluid: soundfont')
install -dm755 "$pkgdir/usr/share/applications"
install -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications"
install -dm755 "$pkgdir/usr/bin"
install -m755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+
+ echo ''
+ echo '######################################'
+ echo '# To hear sound, install the optional dependencies and add the following to `/etc/timidity/timidity.cfg`'
+ echo '# `soundfont /usr/share/soundfonts/FluidR3_GM.sf2`'
+ echo '# If you still cannot hear sound recheck the timidity config file, it seems to sometimes get overwritten'
+ echo '######################################'
+ echo ''
}
package_th06-demo-pytouhou() {