Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37493855
en ru br
ALT Linux repos
S:0.1.3-alt5
5.0: 0.1.3-alt1

Group :: Development/C
RPM: libresample

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libresample
Version: 0.1.3
Release: alt5
Summary: real-time resampling library
Group: Development/C
License: LGPL

Url: http://svn.digium.com/svn/thirdparty/libresample/trunk

Packager: Denis Smirnov <mithraen at altlinux.ru>

Source: %name-%version.tar

# Automatically added by buildreq on Sun Jul 05 2009

BuildRequires: libsamplerate-devel libsndfile-devel

%package devel
Summary: %summary
Group: %group

Requires: %name = %version-%release

%description devel
%summary

%description
This library is not the highest-quality resampling library
available, nor is it the most flexible, nor is it the
fastest.  But it is pretty good in all of these regards, and
it is quite portable.  The best resampling library I am aware
of is libsamplerate by Erik de Castro Lopo.  It's small, fast,
and very high quality.  However, it uses the GPL for its
license (with commercial options available) and I needed
a more free library.  So I wrote this library, using
the LGPL resample-1.7 library by Julius Smith as a basis.

%prep
%setup
%build
%configure
%make_build
%install
%make_install INSTALL_PREFIX=%buildroot install
%files
%_libdir/libresample.so.1.0

%files devel
%_includedir/libresample.h
%_libdir/libresample.so

%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