Accepting request 28243 from multimedia:libs

Copy from multimedia:libs/speex based on submit request 28243 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/speex?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2010-01-07 19:27:42 +00:00 committed by Git OBS Bridge
parent d117195649
commit 714040ffd1
2 changed files with 13 additions and 79 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 18 13:11:17 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de Wed Jan 7 12:34:56 CET 2009 - olh@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package speex (Version 1.1.99.91) # spec file for package speex (Version 1.1.99.91)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,11 +23,12 @@ Name: speex
BuildRequires: libogg-devel pkgconfig BuildRequires: libogg-devel pkgconfig
Summary: An Open Source, Patent Free Speech Codec Summary: An Open Source, Patent Free Speech Codec
Version: 1.1.99.91 Version: 1.1.99.91
Release: 15 Release: 17
License: BSD 3-Clause License: BSD3c
Group: System/Libraries Group: System/Libraries
Url: http://www.speex.org/ Url: http://www.speex.org/
Source: %{name}-%{package_version}.tar.bz2 Source: %{name}-%{package_version}.tar.bz2
Source2: baselibs.conf
Patch1: speex-1.0.5-warning-fix.diff Patch1: speex-1.0.5-warning-fix.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# bug437293 # bug437293
@ -55,7 +56,7 @@ Authors:
%package -n libspeex %package -n libspeex
Summary: An Open Source, Patent Free Speech Codec Library Summary: An Open Source, Patent Free Speech Codec Library
License: BSD 3-Clause License: BSD3c
Group: System/Libraries Group: System/Libraries
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
@ -82,7 +83,7 @@ Authors:
%package devel %package devel
Summary: Development package for SpeeX Summary: Development package for SpeeX
License: BSD 3-Clause License: BSD3c
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libspeex glibc-devel Requires: libspeex glibc-devel
# bug437293 # bug437293
@ -115,7 +116,7 @@ autoreconf -fi
%configure \ %configure \
--disable-static \ --disable-static \
--with-ogg-libraries=%{_libdir} --with-ogg-libraries=%{_libdir}
make make %{?_smp_mflags}
%install %install
%makeinstall %makeinstall
@ -152,76 +153,3 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%changelog %changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Wed Aug 06 2008 tiwai@suse.de
- updated to version 1.2rc1:
* support for acoustic echo cancellation with multiple mics
and speakers.
* add an API to decorrelate loudspeaker signals
* fixes for a few bugs in the echo canceller, jitter buffer and
preprocessor
* 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
- 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
* Tue Aug 14 2007 tiwai@suse.de
- fix the bug in resampler code (signed/unsigned mismatch)
- move man pages to the main package
- a bit clean up of spec file
* Thu May 24 2007 tiwai@suse.de
- 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
* Tue Apr 10 2007 tiwai@suse.de
- split shared library to libspeex sub package.
* Thu Oct 12 2006 tiwai@suse.de
- 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
* Wed Aug 09 2006 sbrabec@suse.cz
- Updated to version 1.1.12:
* echo canceller converted to fixed-point
* Improvements to the experimental Vorbis-based masking model
* several bug fixes
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Oct 04 2005 tiwai@suse.de
- fix the type-punning.
- add check of return value from fread().
* Tue Jun 14 2005 tiwai@suse.de
- updated to version 1.0.5.
* Thu Sep 16 2004 tiwai@suse.de
- fixed speex.m4 for the recent autoconf.
* Thu Aug 05 2004 tiwai@suse.de
- updated to version 1.0.4.
* Mon Jan 12 2004 adrian@suse.de
- add %%defattr
* Fri Jan 09 2004 tiwai@suse.de
- updated to version 1.0.3.
* Fri Jun 06 2003 tiwai@suse.de
- updated to version 1.0.1.
* Mon Jun 02 2003 ro@suse.de
- remove unpackaged files from buildroot
* Thu Mar 27 2003 tiwai@suse.de
- updated to version 1.0 final.
* Thu Jan 30 2003 tiwai@suse.de
- updated to version 1.0rc2.
* Fri Jan 17 2003 tiwai@suse.de
- updated to version 1.0rc1.
* Wed Nov 27 2002 tiwai@suse.de
- initial version: 1.0beta3