Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37399796
en ru br
ALT Linux repos
S:1.1.0-alt1
5.0: 1.0.17-alt5
4.1: 1.0.17-alt3
4.0: 1.0.17-alt3
3.0: 1.0.11-alt1

Group :: System/Libraries
RPM: libsndfile

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libsndfile
Version: 1.0.17
Release: alt5

Summary: A library to handle various audio file formats
License: LGPL
Group: System/Libraries
Url: http://www.mega-nerd.com/%name/

Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %url/%name-%version.tar.gz

Patch0: libsndfile-1.0.17+flac-1.1.3.patch.gz
Patch1: libsndfile-1.0.17-flac-buffer-overflow.patch
Patch2: libsndfile-1.0.17-alt-ac.patch

# Automatically added by buildreq on Sat Dec 09 2006

BuildRequires: gcc-c++ libalsa-devel libflac-devel libogg-devel libsqlite3-devel

%description
%name is a C library for reading and writing sound files such as
AIFF, AU and WAV files through one standard interface. It can currently
read/write 8, 16, 24 and 32-bit PCM files as well as 32-bit floating
point WAV files and a number of compressed formats.

This package contains shared library required for %name-based applications.

%package devel
Summary: Development environment for %name
Group: Development/C
Requires: %name = %version-%release libalsa-devel libflac-devel libogg-devel

%description devel
This package contains development files required
in development of the %name-based applications.

%package utils
Summary: Utilities for %name
Group: Sound
Requires: %name = %version-%release

%description utils
This package contains utilities for %name.

%prep
%setup -q

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%autoreconf
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CFLAGS
%configure \
--disable-static

%make_build

%install
%make DESTDIR=%buildroot \
     htmldir=%_docdir/%name-devel-%version/html install

%files
%doc AUTHORS README TODO NEWS ChangeLog
%_libdir/*.so.*

%files devel
%doc %_docdir/%name-devel-%version
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*.pc

%files utils
%_bindir/*
%_datadir/octave
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin