From 78a1ace26b24e53123f7ca5b1fd991ab42be2e3de7c48063a12609a305c6a869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Jan 2018 19:31:04 +0000 Subject: [PATCH] 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 --- aubio-0.4.5.tar.bz2 | 3 --- aubio-0.4.5.tar.bz2.asc | 18 ------------------ aubio-0.4.6.tar.bz2 | 3 +++ aubio-0.4.6.tar.bz2.asc | 18 ++++++++++++++++++ aubio.changes | 17 +++++++++++++++++ aubio.spec | 4 ++-- python-aubio.changes | 17 +++++++++++++++++ python-aubio.spec | 4 ++-- 8 files changed, 59 insertions(+), 25 deletions(-) delete mode 100644 aubio-0.4.5.tar.bz2 delete mode 100644 aubio-0.4.5.tar.bz2.asc create mode 100644 aubio-0.4.6.tar.bz2 create mode 100644 aubio-0.4.6.tar.bz2.asc diff --git a/aubio-0.4.5.tar.bz2 b/aubio-0.4.5.tar.bz2 deleted file mode 100644 index 841b770..0000000 --- a/aubio-0.4.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c2804e6f4fbf0ebc0fb9ac8cc9d465ef4a4d438311c074c9a7364e98827af6 -size 350615 diff --git a/aubio-0.4.5.tar.bz2.asc b/aubio-0.4.5.tar.bz2.asc deleted file mode 100644 index 767d16b..0000000 --- a/aubio-0.4.5.tar.bz2.asc +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQJ8BAABCgBmBQJY63d4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCODhBNTA3MkQ0OTE1QUVDRjgxQTI0MzQ2 -QTQ5QjE5NzI4QUJERDkyAAoJEGpJsZcoq92SIQgQAJpgZSLrWOwUsPC7azb1GeBi -O8OCc2qF2O2wbpxy6xONaOMgHnCEUW8S27nOdXRANL4YYxXJ003jsT+b7RIwFPSD -kO3xZPyszQZlPtGPsmDT8zb/+bD6Ei1npUYF3IBQA6YwHjwF0LT50BXyncpNS4MK -6ZI1iX5r9Dvg5qcU1kwgQlnHAL/5XEbTvBNOJ1WXJspuy8Bi0g35EKvVaCBE7w7Y -FXqIkNRNQGh704/cfb+SKumT+jAbIyTV7rYFy3IgYIwH0MYwIPaCK7wsOc4bc+K8 -1djX6sexlL7ePCTLhkhuIauyT+vLn+5eWVNMwSvdMVKc1Yuz4D58gIS7bVT4H20j -ZHScmmIbQA64KJo6k7YZr3R3mASSAS4jC4s3+wcBiH/TjJidQu0MGTNc2Dqt9RF4 -rLmlqNSgKPUbcQ3w2sT3mof5hVVCGJ0WjgORBQQbXn2NXffSS1RB8au4/ezitjZD -QwXZ6kdFjGLBhvIH/728uGX6Uthu57c0QJkfyl0LZR9dK0diolKzpo+SZA5HGn4A -tMqIziTzaVbghYcMFgnUVGEmHnn4V9mMbnpOWmGTxqkpsD4dWTyPessxtzd9HFV6 -kCVUmABw43lSWjVwwK4HC0WRzEMf9FdVxMd1G+23ppQR7OS2m9whLCoa09guAWeV -GM6jbk5TnQsONWejLLP9 -=tb7k ------END PGP SIGNATURE----- diff --git a/aubio-0.4.6.tar.bz2 b/aubio-0.4.6.tar.bz2 new file mode 100644 index 0000000..a419119 --- /dev/null +++ b/aubio-0.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc73be1f007218d3ea6d2a503b38a217815a0e2ccc4ed441f6e850ed5d47cfb +size 363016 diff --git a/aubio-0.4.6.tar.bz2.asc b/aubio-0.4.6.tar.bz2.asc new file mode 100644 index 0000000..fef9248 --- /dev/null +++ b/aubio-0.4.6.tar.bz2.asc @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNATURE----- + +iQKTBAABCgB9FiEEuIpQctSRWuz4GiQ0akmxlyir3ZIFAlnT1ClfFIAAAAAALgAo +aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEI4 +OEE1MDcyRDQ5MTVBRUNGODFBMjQzNDZBNDlCMTk3MjhBQkREOTIACgkQakmxlyir +3ZID+w/6A7TFqfAthc8Q1A/Wf4BWR9uxNKczwQOASphmh3yKVppDMGDYamgt9WZp +qXmz/AqZqZIF9r+/+WJF6mBEWr1D3D1QS5Z2s+/YEk0KVy3q3n+8IrjWGpCDD9XV +TqfQXOI4rxu5hQDa0ewc3tah3T4r47gHoilOyDJEemaeazdDzvF4B7WGgBwkcQ2d +BdeBtWXPzmG4AR+hNjcDLrru+SCisgUyxO3msdm27z631t1nP506c66jSFW+UHog +mFE8g+fw5UTggTwGpDj9j5ajyZzDSE2OVKc1UDACtudw4Tj000bHHIkTuGslYnsY +ghYjBrhQ+mAf3qdat+JwaTJpppiJ26O8WohpCfy/ezqq4DKy4lXRLVR9jkFjpMPF +K4CKISUm3vERkQjqSWmyLnsMhWYjBnTP4rV/LZlgbjB3uScPfkV3uZT7YPo8Xobr +l+ad8Af4eB56T3T0jFzW4AXKcZbOwcCRa30yFGretSBlkuqp6jzUSMaC+g0RH7va +H/Whb0p0YDy/T2p4GRajr9sSfq6gMpSaM16AHc9AVJ6nj0FZQTe8eI5jjd1tcNhw +4iWq3aVTPzUpI5SRl2Zt5syEmKWARPZKE2sZyX0qL5R8WL0B0Og1V/s97ElDdlNz +w9jhySBPiYgvdGI29o2aW30heO8iJrKenCR5TVfWISkb519MGak= +=lnPa +-----END PGP SIGNATURE----- diff --git a/aubio.changes b/aubio.changes index 7cfad83..f655257 100644 --- a/aubio.changes +++ b/aubio.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Fri May 26 09:56:11 UTC 2017 - jengelh@inai.de diff --git a/aubio.spec b/aubio.spec index 78a4720..8505e64 100644 --- a/aubio.spec +++ b/aubio.spec @@ -1,7 +1,7 @@ # # spec file for package aubio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ BuildRequires: libsamplerate-devel BuildRequires: libsndfile-devel BuildRequires: pkg-config BuildRequires: python-devel -Version: 0.4.5 +Version: 0.4.6 Release: 0 Source: http://aubio.org/pub/%{name}-%{version}.tar.bz2 Source1: http://aubio.org/pub/%{name}-%{version}.tar.bz2.asc diff --git a/python-aubio.changes b/python-aubio.changes index ac17c78..04fa994 100644 --- a/python-aubio.changes +++ b/python-aubio.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/python-aubio.spec b/python-aubio.spec index 40f750c..2dbed3c 100644 --- a/python-aubio.spec +++ b/python-aubio.spec @@ -1,7 +1,7 @@ # # spec file for package python-aubio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-aubio -Version: 0.4.5 +Version: 0.4.6 Release: 0 Summary: A collection of tools for music analysis License: GPL-3.0+