OBS User unknown
2008-08-06 23:35:19 +00:00
committed by Git OBS Bridge
parent ed821739a5
commit 0b985fcb8e
4 changed files with 35 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8811c008daf5f91429d5707757da0e55dd3696cc8fd24b5d93ac71424a19b8d
size 894083

3
speex-1.2rc1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeb4ec8e8560c5e716c38959b6ea7766e5cc5c940e974b03d7822e452aeb8bc1
size 912761

View File

@@ -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

View File

@@ -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