diff --git a/speex-1.2beta3.tar.bz2 b/speex-1.2beta3.tar.bz2 deleted file mode 100644 index 09b35a5..0000000 --- a/speex-1.2beta3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8811c008daf5f91429d5707757da0e55dd3696cc8fd24b5d93ac71424a19b8d -size 894083 diff --git a/speex-1.2rc1.tar.bz2 b/speex-1.2rc1.tar.bz2 new file mode 100644 index 0000000..5269dd9 --- /dev/null +++ b/speex-1.2rc1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb4ec8e8560c5e716c38959b6ea7766e5cc5c940e974b03d7822e452aeb8bc1 +size 912761 diff --git a/speex.changes b/speex.changes index 12fdf1a..b1ac875 100644 --- a/speex.changes +++ b/speex.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Aug 6 13:39:30 CEST 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 12:54:45 CEST 2008 - ro@suse.de diff --git a/speex.spec b/speex.spec index 50fba1a..80ac36f 100644 --- a/speex.spec +++ b/speex.spec @@ -1,10 +1,17 @@ # -# spec file for package speex (Version 1.1.99.3) +# spec file for package speex (Version 1.1.99.91) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,11 +19,11 @@ Name: speex -%define package_version 1.2beta3 +%define package_version 1.2rc1 BuildRequires: libogg-devel pkgconfig Summary: An Open Source, Patent Free Speech Codec -Version: 1.1.99.3 -Release: 19 +Version: 1.1.99.91 +Release: 1 License: BSD 3-Clause Group: System/Libraries Url: http://www.speex.org/ @@ -102,11 +109,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/speex* # remove unneeded *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -n libspeex -%run_ldconfig +%post -n libspeex -p /sbin/ldconfig -%postun -n libspeex -%run_ldconfig +%postun -n libspeex -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT @@ -132,6 +137,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* 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