WildMidi: remove

This commit is contained in:
oreo639 2020-02-17 13:12:14 -08:00 committed by Jürgen Buchmüller
parent 6f586ffcb9
commit 47a46b703a
2 changed files with 8 additions and 19 deletions

View File

@ -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.

View File

@ -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
}
} }