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
|
Source: libsndfile
Section: devel
Priority: optional
Maintainer: Anand Kumria <wildfire@progsoc.org>
Build-Depends: debhelper (>= 4), libflac-dev, libasound2-dev
Standards-Version: 3.7.2
Package: libsndfile1-dev
Section: libdevel
Architecture: any
Depends: libsndfile1 (= ${Source-Version}), pkg-config, libflac-dev
Conflicts: libsndfile-dev, libsndfile0-dev
Replaces: libsndfile-dev
Provides: libsndfile-dev
Description: 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.
.
Homepage: http://www.mega-nerd.com/libsndfile/
Package: libsndfile1
Section: libs
Architecture: any
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.
.
Homepage: http://www.mega-nerd.com/libsndfile/
Package: sndfile-programs
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: Sample programs that use libsndfile
This package contains simple programs for playing and
converting sound files with the libsndfile library.
|