rpms/zita-resampler/F-12 import.log, NONE, 1.1 zita-resampler.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Tue May 4 07:41:42 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/zita-resampler/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7335/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log zita-resampler.spec 
Log Message:
* Sat Apr 10 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1.1-2
- Fix libdir on non-*x86* systems

* Sat Apr 10 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1.1-1
- Update to 0.1.1
- Prepare package for Fedora (specfile from PlanetCCRMA)

* Wed Oct 29 2008 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.0-1
- initial release



--- NEW FILE import.log ---
zita-resampler-0_1_1-2_fc12:F-12:zita-resampler-0.1.1-2.fc12.src.rpm:1272958885


--- NEW FILE zita-resampler.spec ---
Summary:       Fast, high-quality sample rate conversion library
Name:          zita-resampler
Version:       0.1.1
Release:       2%{?dist}
License:       GPLv2+
Group:         System Environment/Libraries
URL:           http://www.kokkinizita.net/linuxaudio/zita-resampler/resampler.html
Source0:       http://www.kokkinizita.net/linuxaudio/downloads/zita-resampler-%{version}.tar.bz2
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libsndfile-devel

%description
zita-resampler is a C++ library for resampling audio signals. It is
designed to be used within a real-time processing context, to be fast,
and to provide high-quality sample rate conversion.

The library operates on signals represented in single-precision
floating point format. For multichannel operation both the input and
output signals are assumed to be stored as interleaved samples.

The API allows a trade-off between quality and CPU load. For the
latter a range of approximately 1:6 is available. Even at the highest
quality setting zita-resampler will be faster than most similar
libraries, e.g. libsamplerate.

%package  devel
Summary:       Development libraries and headers for %{name}
Group:         Development/Libraries
Requires:      %{name} = %{version}-%{release}

%description devel
This package contains the headers and development libraries for %{name}.

%prep
%setup -q

# To make sure to have the correct Fedora specific flags:
sed -i 's|-O2|%{optflags} -I../libs|' libs/Makefile
sed -i 's|-O3|%{optflags} -I../libs|' apps/Makefile

%build
export LDFLAGS="-L../libs"
make %{?_smp_mflags} -C libs
# In order to build apps, we need to create the symlink
# Note that this is originally done at "make install" stage
ln -sf libzita-resampler.so.%{version} libs/libzita-resampler.so
make %{?_smp_mflags} -C apps

%install
rm -rf %{buildroot}
make PREFIX=%{buildroot}%{_prefix} LIBDIR=%{_lib} -C libs install

# The application name is too generic. Just rename:
mkdir -p %{buildroot}%{_bindir}
install -pm 755 apps/resample %{buildroot}%{_bindir}/zita-resample


%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_libdir}/lib%{name}.so.*
%{_bindir}/zita-resample

%files devel
%defattr(-,root,root,-)
%doc docs/*
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

%changelog
* Sat Apr 10 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1.1-2
- Fix libdir on non-*x86* systems

* Sat Apr 10 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.1.1-1
- Update to 0.1.1
- Prepare package for Fedora (specfile from PlanetCCRMA)

* Wed Oct 29 2008 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.0-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zita-resampler/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2010 03:00:31 -0000	1.1
+++ .cvsignore	4 May 2010 07:41:42 -0000	1.2
@@ -0,0 +1 @@
+zita-resampler-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zita-resampler/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2010 03:00:31 -0000	1.1
+++ sources	4 May 2010 07:41:42 -0000	1.2
@@ -0,0 +1 @@
+cbf0da8b7ace593082a5f01eed828109  zita-resampler-0.1.1.tar.bz2



More information about the scm-commits mailing list