New package: WildMidi-0.4.2.
This commit is contained in:
parent
45af6655ff
commit
c9e5882862
|
@ -0,0 +1 @@
|
|||
WildMidi
|
|
@ -0,0 +1,6 @@
|
|||
For MIDI playing and sequencing, WildMidi requires a patchset (or sound fonts).
|
||||
|
||||
The 'freepats' package provides a patchset compatible with TiMidity and WildMidi, as well as
|
||||
an example configuration file that can be copied to /etc/wildmidi/wildmidi.cfg
|
||||
|
||||
Please refer to the wildmidi.cfg(5) manpage for more details.
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'WildMidi'
|
||||
pkgname=WildMidi
|
||||
version=0.4.2
|
||||
revision=1
|
||||
wrksrc="wildmidi-wildmidi-${version}"
|
||||
build_style=cmake
|
||||
makedepends="alsa-lib-devel libopenal-devel"
|
||||
short_desc="Core softsynth library that can be used with other applications"
|
||||
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||
license="GPL-3.0-or-later, LGPL-3.0-only"
|
||||
homepage="https://www.mindwerks.net/projects/wildmidi/"
|
||||
distfiles="https://github.com/Mindwerks/wildmidi/archive/wildmidi-${version}.tar.gz"
|
||||
checksum=551d43cb6de6019885f933a20b6f3205a92814f50da8b0d8bceac002b9a8109d
|
||||
|
||||
WildMidi-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} WildMidi>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue