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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: swami
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Jaromír Mikeš <mira.mikes@seznam.cz>,
Dennis Braun <d_braun@kabelmail.de>
Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
docbook-xml,
gettext,
gtk-doc-tools,
intltool,
libasound2-dev,
libfftw3-dev,
libfluidsynth-dev (>= 2.0.0),
libgnomecanvas2-dev,
libgtk2.0-dev,
libinstpatch-dev (>= 1.1.6~),
libjack-dev,
libpng-dev,
libpopt-dev,
librsvg2-dev,
libsndfile1-dev,
pkg-config
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/multimedia-team/swami.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/swami
Homepage: https://github.com/swami/swami
Rules-Requires-Root: no
Package: swami
Architecture: any
Depends:
libswami1t64 (= ${binary:Version}),
libswamigui1t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends:
jackd
Description: MIDI instrument editor application
Swami (Sampled Waveforms And Musical Instruments) is an application
for editing and managing MIDI instruments, such as SoundFont files.
A programming API is also provided for integration with other
applications.
Package: libswami1t64
Provides: ${t64:Provides}
Replaces: libswami1
Breaks: libswami1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: MIDI instrument editor - shared library
Swami (Sampled Waveforms And Musical Instruments) is an application
for editing and managing MIDI instruments, such as SoundFont files.
A programming API is also provided for integration with other
applications.
.
This package provides the shared library.
Package: libswamigui1t64
Provides: ${t64:Provides}
Replaces: libswamigui1
Breaks: libswamigui1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: MIDI instrument editor - shared GUI library
Swami (Sampled Waveforms And Musical Instruments) is an application
for editing and managing MIDI instruments, such as SoundFont files.
A programming API is also provided for integration with other
applications.
.
This package provides the shared library for the GUI.
Package: libswami-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libgnomecanvas2-dev,
libgtk2.0-dev,
libinstpatch-dev,
libswami1t64 (= ${binary:Version}),
libswamigui1t64 (= ${binary:Version}),
${misc:Depends}
Description: MIDI instrument editor - development files
Swami (Sampled Waveforms And Musical Instruments) is an application
for editing and managing MIDI instruments, such as SoundFont files.
A programming API is also provided for integration with other
applications.
.
This package contains the headers files.
|