2.0 init
[external/libsndfile.git] / debian / control
1 Source: libsndfile
2 Section: devel
3 Priority: optional
4 Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
5 Uploaders: Semun Lee <semun.lee@samsung.com>, Daniel Juyung Seo <juyung.seo@samsung.com>
6 DM-Upload-Allowed: yes
7 Build-Depends: debhelper (>= 7.0.0), quilt, pkg-config, zlib1g-dev,
8  autoconf, automake,
9  libvorbis-dev (>= 1.2.3),
10  libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
11  libflac
12 Standards-Version: 3.8.3
13 Homepage: http://www.mega-nerd.com/libsndfile/
14
15 Package: libsndfile1-dev
16 Section: libdevel
17 Architecture: any
18 Depends: libsndfile1 (= ${binary:Version}), pkg-config, libvorbis-dev (>= 1.2.3)
19 Conflicts: libsndfile-dev, libsndfile0-dev
20 Replaces: libsndfile-dev
21 Provides: libsndfile-dev
22 Description: Development files for libsndfile; a library for reading/writing audio files
23  .
24  libsndfile is a library of C routines for reading and writing files containing
25  sampled audio data.
26  .
27  This is the development version of libsndfile. You will need this only if you
28  intend to compile programs that use this library.
29
30 Package: libsndfile1
31 Section: libs
32 Architecture: any
33 Depends: ${shlibs:Depends}
34 Description: Library for reading/writing audio files
35  .
36  libsndfile is a library of C routines for reading and writing files containing
37  sampled audio data.
38  .
39  Various versions of WAV (integer, floating point, GSM, and compressed formats);
40  Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND
41  formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files;
42  Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS  (.PAF); Apple's Core Audio Format
43  (CAF) and others.
44
45 Package: sndfile-programs
46 Section: utils
47 Architecture: any
48 Depends: ${shlibs:Depends}
49 Recommends: sndfile-tools
50 Description: Sample programs that use libsndfile
51  .
52  This package contains simple programs which use libsndfile for operating on
53  sound files.
54  .
55  Programs include:
56    - sndfile-cmp : compare the audio data of two files
57    - sndfile-concat : concatenate two or more files
58    - sndfile-convert : convert between sound file formats
59    - sndfile-info : print information about files
60    - sndfile-metadata-get/set : get and set file metadata
61    - sndfile-play : play a sound file