libsndfile 1.0.28-8 source package in Ubuntu
Changelog
libsndfile (1.0.28-8) unstable; urgency=medium * Team upload. [ Simon McVittie ] * examples: Decouple from config.h. This allows them to be built standalone, without the rest of the libsndfile source tree. This is useful because config.h is architecture-dependent, preventing multi-arch co-installation. * Mark libsndfile1-dev as Multi-Arch: same. (Closes: #960445; LP: #1720725) * Add a superficial compile/link/execute autopkgtest for libsndfile1-dev. [ Mattia Rizzolo ] * d/control: Bump debhelper compat level to 13. + Add the .la file to d/not-installed. * d/rules: Remove now obsolete --dbgsym-migration option. -- Mattia Rizzolo <email address hidden> Mon, 25 May 2020 17:33:03 +0200
Upload details
- Uploaded by:
- Debian Multimedia Team on 2020-05-25
- Uploaded to:
- Sid
- Original maintainer:
- Debian Multimedia Team
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | main | libs |
Groovy | release | on 2020-05-26 | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsndfile_1.0.28-8.dsc | 2.2 KiB | c10fb104b3b47841c479f96d280b4de0cfd33f17d4bc9c0cd5ca357354e5f6b5 |
libsndfile_1.0.28.orig.tar.gz | 1.1 MiB | 1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9 |
libsndfile_1.0.28-8.debian.tar.xz | 17.0 KiB | 430679b0e7782b2109592cf686c1e5650638f80802770bcd7e37a7faa3d38b91 |
Available diffs
- diff from 1.0.28-7 to 1.0.28-8 (2.2 KiB)
No changes file available.
Binary packages built by this source
- libsndfile1: 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.
- libsndfile1-dbgsym: debug symbols for libsndfile1
- libsndfile1-dev: 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.
- sndfile-programs: 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
- sndfile-programs-dbgsym: debug symbols for sndfile-programs