Package Release Info

speex-1.2.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libspeex1-32bit
speex-devel

Change Logs

* Mon Feb 26 2024 dimstar@opensuse.org
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  PatchN.
* Mon Jul 11 2022 dmueller@suse.com
- update to 1.2.1:
  * Check for _WIN32 instead of WIN32 in preprocessor checks
  * wav_io: check for EOF when seeking in wav (fixes hang discovered by fuzzing)
  * CI: add gitlab CI integration
  * fixed-point: make left shift macros use unsigned to avoid undefined behaviour
  * math_approx: use unsigned int for LCG pseudorandom generator (avoids integer overflow)
  * oss-fuzz: add integration and fuzzing target
  * speexenc: guard against invalid channel numbers)
  * speexdec: make left shift macros use unsigned to avoid undefined behaviour
  * autotools: do not use deprecated macros
- drop speex-CVE-2020-23903.patch (upstream)
Version: 1.2-3.3.1
* Thu Nov 11 2021 tiwai@suse.de
- Fix zero division error in read_samples (CVE-2020-23903 bsc#1192580)
  speex-CVE-2020-23903.patch
* Sun Feb 19 2017 tom.mbrt@googlemail.com
- Update to stable 1.2 release
* Sat Aug 22 2015 bwiedemann@suse.com
- make speex-devel require speexdsp-devel to be backward compatible
* Wed Mar 11 2015 jengelh@inai.de
- Use the tilde versioning scheme; we are no longer bound to use
  the old hacks.
* Sat Feb 28 2015 tchvatal@suse.com
- Move libname up and set it just once, easier for later on.
* Mon Feb 23 2015 mpluskal@suse.com
- Split package to two separate packages
  * speexdsp contains libraries
  * speex contains tools
- Update to 1.2rc2
  * This release splits the speex codec library and the speex DSP
    library into separate source trees. Both projects received
    build-system improvements, bugfixes, and cleanup. The speex
    codec's VBR tuning was improved, while the speexdsp resampler
    got some NEON optimizations.
- Remove obsolete patch
  * speex-1.0.5-warning-fix.diff
* Fri Apr 05 2013 idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
* Thu Nov 24 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Sat Sep 04 2010 cristian.rodriguez@opensuse.org
- Do not include build date in binaries...
* Fri Jun 25 2010 dmueller@suse.de
- obsolete old -XXbit packages
* Thu Jan 14 2010 chris@computersalat.de
- fix build for SLE_10
  autoreconf for suse_version >= 1100
- spec
  o sort TAGS
  o macros
    rm > {__rm}
    version > {version} ....
* Thu Jan 07 2010 lnussel@suse.de
- split off libspeex1 and libspeexdsp1 according to library
  packaging policy
- include actual tarball version in package version
- don't package README's for embedded cpus
* Fri Dec 18 2009 jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
* 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.