minuet added timidity++ and soundfonts

This commit is contained in:
AlmAck 2016-03-28 21:28:40 +01:00
parent fdaf25fdf7
commit eff074cb91

View File

@ -3,12 +3,15 @@ source ../kdeapps.conf
pkgname=minuet pkgname=minuet
pkgver=${_kdever} pkgver=${_kdever}
pkgrel=1 pkgrel=3
pkgdesc="A KDE Software for Music Education" pkgdesc="A KDE Software for Music Education"
arch=('x86_64') arch=('x86_64')
url='https://github.com/KDE/pimcommon' url='https://github.com/KDE/pimcommon'
license=('LGPL') license=('LGPL')
depends=('ki18n' 'kxmlgui' 'kio' 'kcrash' 'drumstick') depends=('ki18n' 'kxmlgui' 'kio' 'kcrash' 'drumstick' 'timidity++')
optdepends=('soundfont-fluidr3: for MIDI sound'
'soundfont-personalcopy: for MIDI sound'
'soundfont-unison: for MIDI sound')
makedepends=('extra-cmake-modules' 'kdoctools') makedepends=('extra-cmake-modules' 'kdoctools')
groups=(kde kde-applications kdeedu kde-uninstall) groups=(kde kde-applications kdeedu kde-uninstall)
options=('docs' 'debug') options=('docs' 'debug')