2007-01-15 23:37:47 +00:00
|
|
|
#
|
2008-01-12 02:25:36 +00:00
|
|
|
# spec file for package speex (Version 1.1.99.3)
|
2007-01-15 23:37:47 +00:00
|
|
|
#
|
2008-01-12 02:25:36 +00:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:37:47 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-04-10 13:33:03 +00:00
|
|
|
|
2007-01-15 23:37:47 +00:00
|
|
|
Name: speex
|
2008-01-12 02:25:36 +00:00
|
|
|
%define package_version 1.2beta3
|
2007-01-15 23:37:47 +00:00
|
|
|
BuildRequires: libogg-devel pkgconfig
|
|
|
|
Summary: An Open Source, Patent Free Speech Codec
|
2008-01-12 02:25:36 +00:00
|
|
|
Version: 1.1.99.3
|
2008-04-10 13:33:03 +00:00
|
|
|
Release: 19
|
2007-08-15 19:56:51 +00:00
|
|
|
License: BSD 3-Clause
|
2007-01-15 23:37:47 +00:00
|
|
|
Group: System/Libraries
|
2008-01-12 02:25:36 +00:00
|
|
|
Url: http://www.speex.org/
|
2007-01-15 23:37:47 +00:00
|
|
|
Source: %{name}-%{package_version}.tar.bz2
|
|
|
|
Patch1: speex-1.0.5-warning-fix.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Speex is a patent free audio codec designed especially for voice
|
|
|
|
(unlike Vorbis which targets general audio) signals and providing good
|
|
|
|
narrowband and wideband quality. This project aims to be complementary
|
|
|
|
to the Vorbis codec.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-04-12 16:19:34 +00:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
|
|
David Rowe <david@voicetronix.com.au>
|
|
|
|
John Francis Edwards
|
|
|
|
Segher Boessenkool
|
|
|
|
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
|
|
|
Radim Kolar <hsn@cybermail.net>
|
|
|
|
|
|
|
|
%package -n libspeex
|
|
|
|
Summary: An Open Source, Patent Free Speech Codec Library
|
2007-08-15 19:56:51 +00:00
|
|
|
License: BSD 3-Clause
|
2007-04-12 16:19:34 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libspeex
|
|
|
|
Speex is a patent free audio codec designed especially for voice
|
|
|
|
(unlike Vorbis which targets general audio) signals and providing good
|
|
|
|
narrowband and wideband quality. This project aims to be complementary
|
|
|
|
to the Vorbis codec.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-15 23:37:47 +00:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
|
|
David Rowe <david@voicetronix.com.au>
|
|
|
|
John Francis Edwards
|
|
|
|
Segher Boessenkool
|
|
|
|
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
|
|
|
Radim Kolar <hsn@cybermail.net>
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for SpeeX
|
2007-08-15 19:56:51 +00:00
|
|
|
License: BSD 3-Clause
|
2007-01-15 23:37:47 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2007-04-12 16:19:34 +00:00
|
|
|
Requires: libspeex glibc-devel
|
2007-01-15 23:37:47 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the files needed to compile programs that use the
|
|
|
|
SpeeX library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
|
|
David Rowe <david@voicetronix.com.au>
|
|
|
|
John Francis Edwards
|
|
|
|
Segher Boessenkool
|
|
|
|
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
|
|
|
Radim Kolar <hsn@cybermail.net>
|
|
|
|
|
|
|
|
%prep
|
2007-05-24 22:42:54 +00:00
|
|
|
%setup -q -n %{name}-%{package_version}
|
2007-01-15 23:37:47 +00:00
|
|
|
%patch1
|
|
|
|
|
|
|
|
%build
|
2007-08-15 19:56:51 +00:00
|
|
|
autoreconf -fi
|
|
|
|
%configure \
|
2007-05-24 22:42:54 +00:00
|
|
|
--disable-static \
|
2007-01-15 23:37:47 +00:00
|
|
|
--with-ogg-libraries=%{_libdir}
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
2007-08-15 19:56:51 +00:00
|
|
|
%makeinstall
|
2007-05-24 22:42:54 +00:00
|
|
|
# remove duped documents
|
2008-01-12 02:25:36 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/speex*
|
2007-05-24 22:42:54 +00:00
|
|
|
# remove unneeded *.la files
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2007-01-15 23:37:47 +00:00
|
|
|
|
2007-04-12 16:19:34 +00:00
|
|
|
%post -n libspeex
|
2007-01-15 23:37:47 +00:00
|
|
|
%run_ldconfig
|
|
|
|
|
2007-04-12 16:19:34 +00:00
|
|
|
%postun -n libspeex
|
2007-01-15 23:37:47 +00:00
|
|
|
%run_ldconfig
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
2008-01-12 02:25:36 +00:00
|
|
|
%doc doc/*.pdf
|
2007-01-15 23:37:47 +00:00
|
|
|
%{_bindir}/*
|
2007-08-15 19:56:51 +00:00
|
|
|
%doc %{_mandir}/man?/*
|
2007-04-12 16:19:34 +00:00
|
|
|
|
|
|
|
%files -n libspeex
|
|
|
|
%defattr(-,root,root)
|
2008-01-12 02:25:36 +00:00
|
|
|
%{_libdir}/libspeex*.so.*
|
2007-01-15 23:37:47 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2007-05-24 22:42:54 +00:00
|
|
|
%doc README.TI-DSP README.blackfin README.symbian
|
2007-01-15 23:37:47 +00:00
|
|
|
%doc doc/manual.pdf
|
|
|
|
%{_includedir}/*
|
2008-01-12 02:25:36 +00:00
|
|
|
%{_libdir}/libspeex*.so
|
2007-01-15 23:37:47 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
|
2007-04-12 16:19:34 +00:00
|
|
|
%changelog
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
* Fri Jan 11 2008 tiwai@suse.de
|
2008-01-12 02:25:36 +00:00
|
|
|
- updated to version 1.2beta3:
|
|
|
|
* all the non-codec components (preprocessor, echo cancellation,
|
|
|
|
jitter buffer) have been moved to a new libspeexdsp library
|
|
|
|
* a new jitter buffer algorithm
|
|
|
|
* resampler improvements/fixes
|
|
|
|
* libspeex can be built without any floating point support
|
2008-04-10 13:33:03 +00:00
|
|
|
* Tue Aug 14 2007 tiwai@suse.de
|
2007-08-15 19:56:51 +00:00
|
|
|
- fix the bug in resampler code (signed/unsigned mismatch)
|
|
|
|
- move man pages to the main package
|
|
|
|
- a bit clean up of spec file
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu May 24 2007 tiwai@suse.de
|
2007-05-24 22:42:54 +00:00
|
|
|
- updated to version 1.2beta2:
|
|
|
|
* reduced RAM requirement
|
|
|
|
* A new resampler module
|
|
|
|
* improved / fixed echo canceller
|
|
|
|
* improved preprocessor
|
|
|
|
* early TriMedia support (incomplete)
|
|
|
|
- removed static library and *.la files
|
2008-04-10 13:33:03 +00:00
|
|
|
* Tue Apr 10 2007 tiwai@suse.de
|
2007-04-12 16:19:34 +00:00
|
|
|
- split shared library to libspeex sub package.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu Oct 12 2006 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.2beta1:
|
|
|
|
* Improvement of encoder/decoder quality
|
|
|
|
* Enhander improvements (now on by default)
|
|
|
|
* Input/output high-pass filters
|
|
|
|
* Fixing minor regressions in previous 1.1.x releases
|
|
|
|
* Reduced memory usage
|
|
|
|
* Reduced CPU usage
|
2008-04-10 13:33:03 +00:00
|
|
|
* Wed Aug 09 2006 sbrabec@suse.cz
|
2007-01-15 23:37:47 +00:00
|
|
|
- Updated to version 1.1.12:
|
|
|
|
* echo canceller converted to fixed-point
|
|
|
|
* Improvements to the experimental Vorbis-based masking model
|
|
|
|
* several bug fixes
|
2008-04-10 13:33:03 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-04-10 13:33:03 +00:00
|
|
|
* Tue Oct 04 2005 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- fix the type-punning.
|
|
|
|
- add check of return value from fread().
|
2008-04-10 13:33:03 +00:00
|
|
|
* Tue Jun 14 2005 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0.5.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu Sep 16 2004 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- fixed speex.m4 for the recent autoconf.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu Aug 05 2004 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0.4.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Mon Jan 12 2004 adrian@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- add %%defattr
|
2008-04-10 13:33:03 +00:00
|
|
|
* Fri Jan 09 2004 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0.3.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Fri Jun 06 2003 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0.1.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Mon Jun 02 2003 ro@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- remove unpackaged files from buildroot
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu Mar 27 2003 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0 final.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Thu Jan 30 2003 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0rc2.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Fri Jan 17 2003 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- updated to version 1.0rc1.
|
2008-04-10 13:33:03 +00:00
|
|
|
* Wed Nov 27 2002 tiwai@suse.de
|
2007-01-15 23:37:47 +00:00
|
|
|
- initial version: 1.0beta3
|