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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
Source: faust
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
bison,
cmake,
flex,
help2man <!cross>,
libedit-dev,
libmicrohttpd-dev,
libncurses-dev,
libsndfile-dev,
libssl-dev,
libtool,
libzstd-dev,
llvm-dev,
pkgconf | pkg-config,
ruby:any,
zlib1g-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://faust.grame.fr/
Vcs-Git: https://salsa.debian.org/multimedia-team/faust.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/faust
Package: faust
Architecture: any
Depends:
faust-common (<< ${source:Upstream-Version}+1~),
faust-common (>= ${source:Version}),
libfaust2t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
g++ | c++-compiler,
libc6-dev | libc-dev,
make,
perl,
python3,
ruby,
zip,
Suggests:
ca-certificates,
cargo,
catkin,
dssi-dev,
feh,
firefox,
graphviz,
inkscape,
julia,
ladspa-sdk,
libasound-dev,
libboost-dev,
libcsound64-dev,
libfaust-static,
libgtk2.0-dev,
libjack-dev | libjack-jackd2-dev,
libminiaudio-dev,
librtaudio-dev,
libsndfile-dev,
lv2-dev,
octave,
pkgconf,
portaudio19-dev,
puredata-dev,
qtbase5-dev,
supercollider-dev,
texlive-latex-extra,
xdg-utils,
Description: functional programming language for realtime audio applications
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translates signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
files are provided and additional ones are fairly easy to add.
Please check the "suggested" packages for dependencies for a specific target
'architecture'.
.
Syntax highlighting of faust files for various editors is included in the
'faust-common' package (which will be automatically installed along this
package).
Package: faust-common
Architecture: all
Multi-Arch: foreign
Breaks:
faust (<< 0.9.90~repack1-1),
Replaces:
faust (<< 0.9.90~repack1-1),
Depends:
${misc:Depends},
Description: functional programming language for realtime audio applications - common files
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translates signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
files are provided and additional ones are fairly easy to add.
.
This package contains the architecture independent files for faust as well as
syntax highlighting files for various editors.
Package: libfaust2t64
Provides:
${t64:Provides},
Replaces:
libfaust2,
Breaks:
libfaust2 (<< ${source:Version}),
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: functional programming language for realtime audio applications - libraries
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translates signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
files are provided and additional ones are fairly easy to add.
.
This package contains the libraries for applications built with faust.
Package: libfaust-static
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Replaces:
faust (<< 2.68.1),
Breaks:
faust (<< 2.68.1),
Description: functional programming language for realtime audio - static libraries
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translates signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
files are provided and additional ones are fairly easy to add.
.
This package contains static libraries for building applications with faust.
|