File: control

package info (click to toggle)
libsndfile 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,120 kB
  • sloc: ansic: 55,350; cpp: 1,108; python: 791; makefile: 539; sh: 539; cs: 122
file content (93 lines) | stat: -rw-r--r-- 2,704 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
89
90
91
92
93
Source: libsndfile
Section: devel
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
 Fabian Greffrath <fabian@debian.org>,
Build-Depends:
 autogen,
 debhelper-compat (= 13),
 libasound2-dev [linux-any],
 libflac-dev,
 libmp3lame-dev <!pkg.libsndfile.nompeg3>,
 libmpg123-dev <!pkg.libsndfile.nompeg3>,
 libogg-dev,
 libopus-dev,
 libspeex-dev,
 libsqlite3-dev <!nocheck>,
 libvorbis-dev,
 pkgconf,
 python3:any,
Rules-Requires-Root: no
Homepage: https://libsndfile.github.io/libsndfile/
Vcs-Git: https://salsa.debian.org/multimedia-team/libsndfile.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libsndfile
Standards-Version: 4.7.0

Package: libsndfile1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libflac-dev,
 libmpg123-dev <!pkg.libsndfile.nompeg3>,
 libopus-dev,
 libsndfile1 (= ${binary:Version}),
 libvorbis-dev,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 pkgconf,
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