Takashi Iwai
54a1f21499
* 95ff046c.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=51
106 lines
4.1 KiB
Plaintext
106 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 19 07:19:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Cherry-pick upstream patch to fix build with GCC 14
|
|
* 95ff046c.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 18:19:12 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Add patch waflib_python312.patch to support python3.12
|
|
gh#aubio/aubio#394, https://gitlab.com/ita1024/waf/-/commit/d2060dfd8af4edb5824153ff24e207b39ecd67a2
|
|
- Fix fdupes call for all python flavors
|
|
- Remove shebang from non executable scripts
|
|
- More specific %python_sitearch in files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 21 03:03:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Do not build for Python 3.6, due to no NumPy.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 1 09:05:38 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Make aubiocut a slave of aubio alternative, so the alternative
|
|
symlink is updated in %post (for example, to fix a dangling
|
|
symlink to an old python version)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 13 08:42:51 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix fdupes call
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 11:55:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Skip two tests that fail to pass on 32bit machines
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 30 13:08:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix the test execution
|
|
- Run fdupes during install
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 12 15:55:52 UTC 2019 - bjorn.lie@gmail.com
|
|
|
|
- Update to version 0.4.9:
|
|
* No upstream changes provided, please see
|
|
https://git.aubio.org/?p=aubio.git;a=shortlog
|
|
- Changes from version 0.4.8:
|
|
* src/notes: new option release_drop.
|
|
* src/spectral: new parameters added to filterbank and mfcc.
|
|
* python/lib: start documenting module, improve build for
|
|
win-amd64.
|
|
* src fixes: prevent crash when using fft sizes unsupported by
|
|
vDSP, prevent saturation when down-mixing a multi-channel
|
|
source (avcodec/ffmpeg).
|
|
- Changes from version 0.4.7:
|
|
* src/io/, src/notes/, src/pitch: prevent crashes on corrupted
|
|
files.
|
|
* src/spectral/dct.h: add dct type II object with optimised
|
|
versions.
|
|
* examples/: fix jack midi output, improve messages when jack
|
|
disabled.
|
|
* python/: add dct support, minor bug fixes tests and demos.
|
|
* wscript: improve support for BLAS/ATLAS.
|
|
- Run spec-cleaner, modernize spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 1 17:38:57 UTC 2018 - coolo@suse.com
|
|
|
|
- update to 0.4.6
|
|
This version includes:
|
|
* yinfast, a new version of the YIN pitch detection algorithm,
|
|
that uses spectral convolution to compute the same results as
|
|
the original yin, but with a cost O(N log(N)), making it much
|
|
faster than the plain implementation (O(N^2))
|
|
|
|
* Intel IPP optimisations (thanks to Eduard Mueller)
|
|
|
|
* improved support for emscripten (thanks to Martin Hermant),
|
|
which compiles the aubio library as a javascript module and
|
|
lets you run aubio's algorithm directly from within a web-page.
|
|
0.4.6 also comes with several bug fixes and improvements.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 24 08:36:52 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Use singlespec macros
|
|
- Update to 0.4.5:
|
|
* aubio: New python command line tool to extract information
|
|
* Improved default parameters for onset detection, using adaptive
|
|
spectral whitening and compression
|
|
* Add support for libswresample
|
|
* New options --miditap-note and --miditap-velo have been added to
|
|
aubioonset and aubiotrack to adjust the note and velocity of the
|
|
midi note emitted by onsets and beats.
|
|
* Add a bunch of fixes, including improved documentation, build
|
|
system fixes, and platform compatibility.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 6 14:30:40 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Initial release
|
|
|