File: control

package info (click to toggle)
clam 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,836 kB
  • ctags: 20,981
  • sloc: cpp: 92,504; python: 9,721; ansic: 1,602; xml: 444; sh: 239; makefile: 153; perl: 54; asm: 15
file content (65 lines) | stat: -rw-r--r-- 2,321 bytes parent folder | download
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
Source: clam
Priority: extra
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
	scons,
	libasound2-dev,
	libjack-dev,
	libfftw3-dev,
	libxerces-c-dev,
	ladspa-sdk,
	libogg-dev,
	libsndfile1-dev,
	libid3-3.8.3-dev,
	libmad0-dev,
	pkg-config,
	portaudio19-dev,
Standards-Version: 3.9.2
Section: libs
Homepage: http://clam-project.org/
Vcs-Git: git://git.debian.org/git/pkg-multimedia/clam.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/clam.git

Package: libclam-dev
Section: libdevel
Architecture: any
Depends: libclam1.4 (= ${binary:Version}), ${misc:Depends},
	pkg-config,
	libsndfile1-dev,
	libjack-dev,
	portaudio19-dev,
	python
Suggests: libclam-doc (= ${binary:Version})
Description: C++ Library for Audio and Music(development files)
 CLAM is a framework to develop audio and music applications in C++.
 It provides tools to perform advanced analysis, transformations and synthesis,
 visualization for audio and music related objects, and other tools that are
 useful to abstract target platform for most tasks in an audio applications
 such as audio devices, file formats, threading...
 .
 This is a development library package.

Package: libclam1.4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ Library for Audio and Music
 CLAM is a framework to develop audio and music applications in C++.
 It provides tools to perform advanced analysis, transformations and synthesis,
 visualization for audio and music related objects, and other tools that are
 useful to abstract target platform for most tasks in an audio applications
 such as audio devices, file formats, threading...

Package: libclam-doc
Section: doc
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: C++ Library for Audio and Music (documentation)
 CLAM is a framework to develop audio and music applications in C++.
 It provides tools to perform advanced analysis, transformations and synthesis,
 visualization for audio and music related objects, and other tools that are
 useful to abstract target platform for most tasks in an audio applications
 such as audio devices, file formats, threading...
 .
 This is a documentation package.