11 Commits

Author SHA256 Message Date
b296fde251 Accepting request 1199469 from home:plater
- Fix build by deleting test_cvec.py reported to:
  https://github.com/aubio/aubio/issues/405

OBS-URL: https://build.opensuse.org/request/show/1199469
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=53
2024-09-08 15:47:01 +00:00
fd14c27da4 Accepting request 1181690 from home:glaubitz:branches:multimedia:libs
- Cherry-pick upstream patch to fix build with GCC 14
  * 95ff046c.patch

OBS-URL: https://build.opensuse.org/request/show/1181690
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=51
2024-06-19 14:04:49 +00:00
964d744487 Accepting request 1148321 from home:dgarcia:branches:multimedia:libs
- Add patch waflib_python312.patch to support python3.12
  gh#aubio/aubio#394, d2060dfd8a
- Fix fdupes call for all python flavors
- Remove shebang from non executable scripts
- More specific %python_sitearch in files

OBS-URL: https://build.opensuse.org/request/show/1148321
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=49
2024-02-22 08:14:18 +00:00
36e84ef53d Accepting request 887117 from home:StevenK:branches:multimedia:libs
- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/request/show/887117
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=36
2021-04-23 14:31:50 +00:00
9d8e45050d Accepting request 831016 from home:alarrosa:branches:multimedia:libs
- 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)

OBS-URL: https://build.opensuse.org/request/show/831016
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=34
2020-09-01 13:39:33 +00:00
Tomáš Chvátal
a28dd55b6d - Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=32
2020-03-13 08:43:00 +00:00
Tomáš Chvátal
0582105526 - Skip two tests that fail to pass on 32bit machines
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=30
2020-02-04 11:55:30 +00:00
Tomáš Chvátal
c98bcf8432 - Do not pull in the python2 as a dependency since we can build
fine with python3

- Fix the test execution
- Run fdupes during install

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=29
2020-01-30 13:16:09 +00:00
Tomáš Chvátal
10f3d0e2ef Accepting request 674318 from home:iznogood:branches:multimedia:libs
- 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.
- Drop upstream fixed patches:
  * aubio-wavread-input-validation.patch
  * aubio-resampler-NULL-deref-fix.patch
  * 0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch
  * 0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch
  * 0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch
  * 0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch
- Run spec-cleaner, modernize spec.
- Replace ffmpeg3-devel with pkgconfig(libavdevice) BuildRequires:
  Allow to build with ffmpeg v4 and newer.

OBS-URL: https://build.opensuse.org/request/show/674318
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=27
2019-02-14 08:22:53 +00:00
Tomáš Chvátal
1e6b884e57 Accepting request 561010 from home:coolo:branches:openSUSE:Factory
- 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.

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

OBS-URL: https://build.opensuse.org/request/show/561010
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=17
2018-01-01 19:31:04 +00:00
88b647481b Accepting request 491058 from home:alarrosa:branches:multimedia:libs
- Update soname and generate libaubio5 package
- Update to version 0.4.5
  * src/io/source_avcodec.c: add support for libswresample
  * aubio: new python command line tool to extract information
  * src/onset/onset.c: add spectral whitening and compression, improve default
  parameters
  * this_version.py: use centralized script to get current version, adding git
  sha when building from git repo (thanks to MartinHN)
  * src/spectral/awhithening.h: add adaptive whitening
  * src/{cvec,mathutils,musicutils}.h: add cvec_logmag, fvec_logmag, and fvec_push
  * src/onset/onset.h: add aubio_onset_set_default_parameters to load optimal
  parameters of each novelty function, _{set,get}_compression and
  _{set,get}_awhitening to turn on/off compression and adaptive whitening
  * src/spectral/specdesc.h: add weighted phase
  * src/onset/onset.c: improve default onset parameters (thanks to @superbock
  for access to his evaluation database), see commit dccfad2 for more details
  * src/pitch/pitch.c: avoid segfault when using invalid parameters
  * src/temporal/biquad.c: fix biquad parameters initialization (thanks to
  @jurlhardt)
  * examples/aubio{onset,track}.c: add options --miditap-note and
  --miditap-velo to set which midi note is triggered at onset/beat (thanks to
  @tseaver)
  * examples/aubioonset.c: show actual parameters in verbose mode
  * examples/utils.c: improve memory usage to emit midi notes
  * python/ext/py-source.c: add with (PEP 343) and iter (PEP 234) interface
  * python/ext/py-sink.c: add with interface (PEP 343)
  * python/lib/aubio/cmd.py: new `aubio` command line tool
  * python/lib/aubio/cut.py: moved from python/scripts/aubiocut
  * doc/*.rst: reorganize and improve sphinx manual
  * doc/*.txt: update manpages, add simple manpage for aubio command line

OBS-URL: https://build.opensuse.org/request/show/491058
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=13
2017-04-27 08:54:13 +00:00