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
|
Source: supercollider
Section: sound
Priority: optional
Vcs-Git: git://git.debian.org/pkg-multimedia/supercollider.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/supercollider.git;a=summary
Maintainer: Debian Multimedia Packages Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Quessy <alexandre@quessy.net>,
Felipe Sateler <fsateler@debian.org>,
Dan Stowell <danstowell@users.sourceforge.net>
Build-Depends:
cdbs (>= 0.4.73~),
debhelper (>= 6),
libasound2-dev [linux-any],
libavahi-client-dev,
libcwiid-dev,
libfftw3-dev,
libicu-dev,
libjack-dev,
libreadline-dev,
libsndfile1-dev (>= 1.0.16),
libxt-dev,
python-all-dev (>= 2.6.6-3~),
scons (>= 0.96),
gcc-4.6,
g++-4.6
Standards-Version: 3.9.2
Homepage: http://supercollider.sourceforge.net/
Package: supercollider
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
supercollider-common (= ${source:Version}),
supercollider-server
Suggests: subversion, supercollider-doc
Description: real time audio synthesis programming language
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the language interpreter.
Package: libsclang1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SuperCollider language interpreter library
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the shared library for the language interpreter.
Package: supercollider-common
Architecture: all
Depends: ${misc:Depends}
Description: common files for SuperCollider
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the architecture independent files for SuperCollider.
Package: supercollider-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, jackd
Description: real time audio synthesis server
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the synthesis server.
Package: libscsynth1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SuperCollider synthesis server library
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the shared library for the synthesis server.
Package: supercollider-dev
Architecture: any
Depends: ${misc:Depends},
supercollider (= ${binary:Version}),
libsndfile1-dev (>= 1.0.16)
Conflicts: supercollider-common-dev, supercollider-server-dev
Replaces: supercollider-common-dev, supercollider-server-dev
Provides: supercollider-common-dev, supercollider-server-dev
Description: development files for SuperCollider
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the development files and headers.
Package: supercollider-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: supercollider
Description: documentation for SuperCollider
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package contains the HTML documentation for SuperCollider.
Package: supercollider-emacs
Architecture: all
Depends: ${misc:Depends},
supercollider (>= ${source:Version}),
emacs23 | emacsen
Recommends: supercollider-doc, w3m-el
Description: SuperCollider mode for Emacs
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package provides the SuperCollider mode for Emacs.
.
Package supercollider-doc is suggested so that the editor can show help
documentation in context.
Package: supercollider-vim
Architecture: all
Depends: ${misc:Depends},
supercollider (>= ${source:Version}), vim | gvim, ruby
Recommends: supercollider-doc, unhtml | links, vim-addon-manager
Suggests: unrtf
Description: SuperCollider mode for Vim
SuperCollider is an environment and programming language for real time
audio synthesis and algorithmic composition. It provides an interpreted
object-oriented language which functions as a network client
to a state of the art, realtime sound synthesis server.
.
This package provides the SuperCollider mode for Vim.
.
Package supercollider-doc is suggested so that the editor can show help
documentation in context.
|