WildMidi: remove
This commit is contained in:
parent
6f586ffcb9
commit
47a46b703a
|
@ -1,6 +1,3 @@
|
||||||
For MIDI playing and sequencing, WildMidi requires a patchset (or sound fonts).
|
This package (WildMidi) was replaced by the wildmidi and libwildmidi packages.
|
||||||
|
You can simply install those and uninstall this package.
|
||||||
The 'freepats' package provides a patchset compatible with TiMidity and WildMidi, as well as
|
This package will be fully removed from the repos on 2020-4-20.
|
||||||
an example configuration file that can be copied to /etc/wildmidi/wildmidi.cfg
|
|
||||||
|
|
||||||
Please refer to the wildmidi.cfg(5) manpage for more details.
|
|
||||||
|
|
|
@ -1,24 +1,16 @@
|
||||||
# Template file for 'WildMidi'
|
# Template file for 'WildMidi'
|
||||||
pkgname=WildMidi
|
pkgname=WildMidi
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="wildmidi-wildmidi-${version}"
|
wrksrc="wildmidi-wildmidi-${version}"
|
||||||
build_style=cmake
|
build_style=meta
|
||||||
makedepends="alsa-lib-devel libopenal-devel"
|
depends="wildmidi"
|
||||||
short_desc="Core softsynth library that can be used with other applications"
|
short_desc="Core softsynth library and player (removed package)"
|
||||||
maintainer="oreo639 <oreo6391@gmail.com>"
|
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
license="GPL-3.0-or-later, LGPL-3.0-only"
|
license="GPL-3.0-or-later, LGPL-3.0-only"
|
||||||
homepage="https://www.mindwerks.net/projects/wildmidi/"
|
homepage="https://www.mindwerks.net/projects/wildmidi/"
|
||||||
distfiles="https://github.com/Mindwerks/wildmidi/archive/wildmidi-${version}.tar.gz"
|
|
||||||
checksum=498e5a96455bb4b91b37188ad6dcb070824e92c44f5ed452b90adbaec8eef3c5
|
|
||||||
|
|
||||||
WildMidi-devel_package() {
|
WildMidi-devel_package() {
|
||||||
|
depends="libwildmidi-devel"
|
||||||
short_desc+=" - development files"
|
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