File: control

package info (click to toggle)
libsndfile 1.0.27-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,968 kB
  • ctags: 5,426
  • sloc: ansic: 58,396; sh: 4,551; cpp: 639; makefile: 464; python: 294
file content (88 lines) | stat: -rw-r--r-- 3,115 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: libsndfile
Section: devel
Priority: optional
Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends: debhelper (>= 8.1.3), pkg-config, dh-autoreconf,
 libvorbis-dev (>= 1.2.3), libflac-dev (>= 1.1.4-3),
 libasound2-dev [linux-any]
Standards-Version: 3.9.8
Homepage: http://www.mega-nerd.com/libsndfile/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libsndfile.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libsndfile.git

Package: libsndfile1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsndfile1 (= ${binary:Version}), pkg-config,
 libvorbis-dev (>= 1.2.3), libflac-dev (>= 1.1.4-3)
Conflicts: libsndfile-dev, libsndfile0-dev
Replaces: libsndfile-dev
Provides: libsndfile-dev
Description: Development files for libsndfile; a library for reading/writing audio files
 libsndfile is a library of C routines for reading and writing files containing
 sampled audio data.
 .
 This is the development version of libsndfile. You will need this only if you
 intend to compile programs that use this library.

Package: libsndfile1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for reading/writing audio files
 libsndfile is a library of C routines for reading and writing files containing
 sampled audio data.
 .
 Various versions of WAV (integer, floating point, GSM, and compressed formats);
 Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND
 formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files;
 Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS  (.PAF); Apple's Core Audio Format
 (CAF) and others.

Package: sndfile-programs
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: sndfile-tools
Description: Sample programs that use libsndfile
 This package contains simple programs which use libsndfile for operating on
 sound files.
 .
 Programs include:
   - sndfile-cmp : compare the audio data of two files
   - sndfile-concat : concatenate two or more files
   - sndfile-convert : convert between sound file formats
   - sndfile-info : print information about files
   - sndfile-metadata-get/set : get and set file metadata
   - sndfile-play : play a sound file

Package: libsndfile1-dbg
Architecture: any
Section: debug
Priority: extra
Multi-Arch: same
Depends:
    libsndfile1 (= ${binary:Version}),
    ${misc:Depends}
Description: debugging symbols for libsndfile
 libsndfile is a library of C routines for reading and writing files containing
 sampled audio data.
 .
 This package contains the debugging symbols for libsndfile.

Package: sndfile-programs-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
    sndfile-programs (= ${binary:Version}),
    ${misc:Depends}
Description: debugging symbols for sndfile-programs
 This package contains simple programs which use libsndfile for operating on
 sound files.
 .
 This package contains the debugging symbols for sndfile-programs.