blob: 9fc1cc3e5af3222d40443ebd525c94603061164f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
pkgbase = munt
pkgdesc = Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I
pkgver = 2.7.2
pkgrel = 2
url = http://munt.sourceforge.net
arch = i686
arch = x86_64
arch = aarch64
license = GPL-2.0 OR LGPL-2.1
makedepends = cmake
makedepends = qt6-multimedia
makedepends = portaudio
source = munt-2.7.2.tar.gz::https://github.com/munt/munt/archive/refs/tags/libmt32emu_2_7_2.tar.gz
source = munt-daemon.service
b2sums = af97564a099c8d38d31f1725dfcd7807a3e3fd64d0fe82dc45d783589ac11c694e6d45a3231b19e10ce2bba6325f343f836bc94b9696779366ca773e50dab88d
b2sums = 40a006d8138ff0492e3fef89a5b7d74a5d255259da08f575e989ac569ff5a181351b06e175fcf846d68aeca97cd5a1dec2c128037f760db2046850f5ca3641d8
pkgname = munt
pkgdesc = Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I (library)
install = munt.install
pkgname = munt-qt
pkgdesc = Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I (Qt GUI application)
depends = munt=2.7.2
depends = qt6-multimedia
depends = hicolor-icon-theme
depends = portaudio
pkgname = munt-daemon
pkgdesc = Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I (ALSA driver daemon)
install = munt-daemon.install
depends = munt=2.7.2
depends = alsa-lib
depends = gcc-libs
conflicts = munt-alsadrv
replaces = munt-alsadrv
pkgname = munt-smf2wav
pkgdesc = Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I (smf2wav tool)
depends = munt=2.7.2
depends = glib2
|