mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:57:17 +08:00
timity++: added '-Os' option to select ALSA as default output mode
This commit is contained in:
parent
e2b1acade5
commit
1b0cbf56b2
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=timidity++
|
||||
pkgver=2.14.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A MIDI to WAVE converter and player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://timidity.sourceforge.net"
|
||||
@ -18,7 +18,7 @@ source=(http://downloads.sourceforge.net/timidity/TiMidity++-${pkgver}.tar.bz2 \
|
||||
timidity.cfg timidity.service)
|
||||
md5sums=('37a8e9720928869e8adbfa6ce1c313aa'
|
||||
'3fcc8f065c959205113fa7e9ab2be3c6'
|
||||
'32382900f513549c34bd0db60f13c51c')
|
||||
'6e3e6080a74aa6774abfa661c6f67daa')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/TiMidity++-${pkgver}"
|
||||
|
@ -3,7 +3,7 @@ Description=TiMidity++ Daemon
|
||||
After=sound.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/timidity -iA
|
||||
ExecStart=/usr/bin/timidity -iA -Os
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user