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
|
Source: pd-iemmatrix
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Roman Haefeli <reduzent@gmail.com>,
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-puredata,
libfftw3-dev,
libgsl-dev | libgsl0-dev,
libsndfile1-dev,
pkgconf,
puredata-core <!nocheck>,
Standards-Version: 4.7.3
Section: sound
Homepage: https://git.iem.at/pd/iemmatrix
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-iemmatrix.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-iemmatrix
Package: pd-iemmatrix
Architecture: any
Depends:
${misc:Depends},
${puredata:Depends},
${shlibs:Depends},
Recommends:
${puredata:Recommends},
${shlibs:Recommends},
Suggests:
${puredata:Suggests},
Provides:
${puredata:Provides},
Description: Pd-objects for simple matrix operations
This library contains about 100 objects for matrix manipulation within
the dataflow language Pure Data.
.
The syntax is based on the matrix operators in Octave (and thus
Matlab®).
|