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
|
Source: stk
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Felipe Sateler <fsateler@debian.org>
Build-Depends:
debhelper (>= 10)
Build-Depends-Arch:
dh-autoreconf,
autotools-dev,
libasound2-dev [linux-any],
libjack-dev [linux-any],
libreadline-dev,
librtaudio-dev (>= 4.1.1~ds0~) [linux-any],
librtmidi-dev (>= 2.1.0~) [linux-any]
Build-Depends-Indep:
doxygen
Standards-Version: 3.9.8
Homepage: http://ccrma.stanford.edu/software/stk/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/stk.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/stk.git
Package: libstk0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
librtaudio-dev (>= 4.0.11~) [linux-any],
librtmidi-dev (>= 2.0.1~) [linux-any],
libstk-4.5.0 (= ${binary:Version}),
${misc:Depends}
Description: Sound Synthesis Toolkit (development files)
The Sound Synthesis Toolkit is a C++ library with implementations
of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
.
This package provides the development files for the sound synthesis toolkit.
Package: libstk-4.5.0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Sound Synthesis Toolkit
The Sound Synthesis Toolkit is a C++ library with implementations
of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
Package: stk
Architecture: any
Depends:
libstk-4.5.0 (= ${binary:Version}),
tk,
${misc:Depends},
${shlibs:Depends}
Description: Sound Synthesis Toolkit (example applications)
The Sound Synthesis Toolkit is a C++ library with implementations
of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
.
This package provides the example files for the sound synthesis toolkit.
Package: stk-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Description: Sound Synthesis Toolkit (documentation)
The Sound Synthesis Toolkit is a C++ library with implementations
of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
.
This package contains the documentation for the sound synthesis toolkit.
|