This commit is contained in:
committed by
Git OBS Bridge
parent
1b1415ffde
commit
ed821739a5
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
speex
|
||||||
|
libspeex
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 16:31:58 CET 2008 - tiwai@suse.de
|
Fri Jan 11 16:31:58 CET 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
|||||||
44
speex.spec
44
speex.spec
@@ -10,12 +10,13 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: speex
|
Name: speex
|
||||||
%define package_version 1.2beta3
|
%define package_version 1.2beta3
|
||||||
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.3
|
Version: 1.1.99.3
|
||||||
Release: 1
|
Release: 19
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.speex.org/
|
Url: http://www.speex.org/
|
||||||
@@ -131,18 +132,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 11 2008 - tiwai@suse.de
|
* 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:
|
- updated to version 1.2beta3:
|
||||||
* all the non-codec components (preprocessor, echo cancellation,
|
* all the non-codec components (preprocessor, echo cancellation,
|
||||||
jitter buffer) have been moved to a new libspeexdsp library
|
jitter buffer) have been moved to a new libspeexdsp library
|
||||||
* a new jitter buffer algorithm
|
* a new jitter buffer algorithm
|
||||||
* resampler improvements/fixes
|
* resampler improvements/fixes
|
||||||
* libspeex can be built without any floating point support
|
* libspeex can be built without any floating point support
|
||||||
* Tue Aug 14 2007 - tiwai@suse.de
|
* Tue Aug 14 2007 tiwai@suse.de
|
||||||
- fix the bug in resampler code (signed/unsigned mismatch)
|
- fix the bug in resampler code (signed/unsigned mismatch)
|
||||||
- move man pages to the main package
|
- move man pages to the main package
|
||||||
- a bit clean up of spec file
|
- a bit clean up of spec file
|
||||||
* Thu May 24 2007 - tiwai@suse.de
|
* Thu May 24 2007 tiwai@suse.de
|
||||||
- updated to version 1.2beta2:
|
- updated to version 1.2beta2:
|
||||||
* reduced RAM requirement
|
* reduced RAM requirement
|
||||||
* A new resampler module
|
* A new resampler module
|
||||||
@@ -150,9 +154,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* improved preprocessor
|
* improved preprocessor
|
||||||
* early TriMedia support (incomplete)
|
* early TriMedia support (incomplete)
|
||||||
- removed static library and *.la files
|
- removed static library and *.la files
|
||||||
* Tue Apr 10 2007 - tiwai@suse.de
|
* Tue Apr 10 2007 tiwai@suse.de
|
||||||
- split shared library to libspeex sub package.
|
- split shared library to libspeex sub package.
|
||||||
* Thu Oct 12 2006 - tiwai@suse.de
|
* Thu Oct 12 2006 tiwai@suse.de
|
||||||
- updated to version 1.2beta1:
|
- updated to version 1.2beta1:
|
||||||
* Improvement of encoder/decoder quality
|
* Improvement of encoder/decoder quality
|
||||||
* Enhander improvements (now on by default)
|
* Enhander improvements (now on by default)
|
||||||
@@ -160,35 +164,35 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Fixing minor regressions in previous 1.1.x releases
|
* Fixing minor regressions in previous 1.1.x releases
|
||||||
* Reduced memory usage
|
* Reduced memory usage
|
||||||
* Reduced CPU usage
|
* Reduced CPU usage
|
||||||
* Wed Aug 09 2006 - sbrabec@suse.cz
|
* Wed Aug 09 2006 sbrabec@suse.cz
|
||||||
- Updated to version 1.1.12:
|
- Updated to version 1.1.12:
|
||||||
* echo canceller converted to fixed-point
|
* echo canceller converted to fixed-point
|
||||||
* Improvements to the experimental Vorbis-based masking model
|
* Improvements to the experimental Vorbis-based masking model
|
||||||
* several bug fixes
|
* several bug fixes
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Oct 04 2005 - tiwai@suse.de
|
* Tue Oct 04 2005 tiwai@suse.de
|
||||||
- fix the type-punning.
|
- fix the type-punning.
|
||||||
- add check of return value from fread().
|
- add check of return value from fread().
|
||||||
* Tue Jun 14 2005 - tiwai@suse.de
|
* Tue Jun 14 2005 tiwai@suse.de
|
||||||
- updated to version 1.0.5.
|
- updated to version 1.0.5.
|
||||||
* Thu Sep 16 2004 - tiwai@suse.de
|
* Thu Sep 16 2004 tiwai@suse.de
|
||||||
- fixed speex.m4 for the recent autoconf.
|
- fixed speex.m4 for the recent autoconf.
|
||||||
* Thu Aug 05 2004 - tiwai@suse.de
|
* Thu Aug 05 2004 tiwai@suse.de
|
||||||
- updated to version 1.0.4.
|
- updated to version 1.0.4.
|
||||||
* Mon Jan 12 2004 - adrian@suse.de
|
* Mon Jan 12 2004 adrian@suse.de
|
||||||
- add %%defattr
|
- add %%defattr
|
||||||
* Fri Jan 09 2004 - tiwai@suse.de
|
* Fri Jan 09 2004 tiwai@suse.de
|
||||||
- updated to version 1.0.3.
|
- updated to version 1.0.3.
|
||||||
* Fri Jun 06 2003 - tiwai@suse.de
|
* Fri Jun 06 2003 tiwai@suse.de
|
||||||
- updated to version 1.0.1.
|
- updated to version 1.0.1.
|
||||||
* Mon Jun 02 2003 - ro@suse.de
|
* Mon Jun 02 2003 ro@suse.de
|
||||||
- remove unpackaged files from buildroot
|
- remove unpackaged files from buildroot
|
||||||
* Thu Mar 27 2003 - tiwai@suse.de
|
* Thu Mar 27 2003 tiwai@suse.de
|
||||||
- updated to version 1.0 final.
|
- updated to version 1.0 final.
|
||||||
* Thu Jan 30 2003 - tiwai@suse.de
|
* Thu Jan 30 2003 tiwai@suse.de
|
||||||
- updated to version 1.0rc2.
|
- updated to version 1.0rc2.
|
||||||
* Fri Jan 17 2003 - tiwai@suse.de
|
* Fri Jan 17 2003 tiwai@suse.de
|
||||||
- updated to version 1.0rc1.
|
- updated to version 1.0rc1.
|
||||||
* Wed Nov 27 2002 - tiwai@suse.de
|
* Wed Nov 27 2002 tiwai@suse.de
|
||||||
- initial version: 1.0beta3
|
- initial version: 1.0beta3
|
||||||
|
|||||||
Reference in New Issue
Block a user