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 102 103 104 105
|
Source: libinstpatch
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper (>= 8.1.3~),
dh-autoreconf,
docbook-xml,
gettext,
gtk-doc-tools,
intltool,
libglib2.0-dev (>= 2.14),
libsndfile1-dev (>= 1.0.17-2)
Build-Depends-Indep:
libglib2.0-doc
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-multimedia/libinstpatch.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libinstpatch.git
Homepage: http://swami.sourceforge.net
Package: libinstpatch-1.0-0
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: MIDI instrument editing library
libInstPatch stands for lib-Instrument-Patch and is a library for
processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. This library provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.
.
More information can be found on the Project Swami website
http://swami.sourceforge.net.
.
This package contains the shared library.
Package: libinstpatch-dev
Section: libdevel
Architecture: any
Depends:
libglib2.0-dev (>= 2.14),
libinstpatch-1.0-0 (= ${binary:Version}),
libsndfile1-dev (>= 1.0.17-2),
pkg-config,
${misc:Depends}
Multi-Arch: same
Description: MIDI instrument editing library development files
libInstPatch stands for lib-Instrument-Patch and is a library for
processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. This library provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.
.
More information can be found on the Project Swami website
http://swami.sourceforge.net.
.
This package contains the headers and static library.
Package: libinstpatch-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Suggests:
devhelp
Description: MIDI instrument editing library documentation
libInstPatch stands for lib-Instrument-Patch and is a library for
processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. This library provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.
.
More information can be found on the Project Swami website
http://swami.sourceforge.net.
.
This package contains the documentation for libinstpatch1 in
/usr/share/gtk-doc/html/libinstpatch.
Package: libinstpatch-1.0-0-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
libinstpatch-1.0-0 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: MIDI instrument editing library - debugging symbols
libInstPatch stands for lib-Instrument-Patch and is a library for
processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. This library provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.
.
This package contains the debugging symbols for libinstpatch-1.0-0.
|