From c3d9a1ff0d895456b087154c561349841b021f014fef976af144b93c463398db Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 9 Jun 2019 19:36:36 +0000 Subject: [PATCH] - update to version 5.1.0: * new C API wrapper * new static functions to get API names * many WASAPI updates (thanks to Marcus Tomlinson) * miscellaneous build system updates * bug fix for stream ticking in CoreAudio if using two devices for duplex * ALSA stream handle bug fixes * see git history for complete list of changes OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rtaudio?expand=0&rev=4 --- rtaudio-5.1.0.tar.gz | 3 +++ rtaudio.changes | 12 ++++++++++++ rtaudio.spec | 12 ++++++------ 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 rtaudio-5.1.0.tar.gz diff --git a/rtaudio-5.1.0.tar.gz b/rtaudio-5.1.0.tar.gz new file mode 100644 index 0000000..34a84ff --- /dev/null +++ b/rtaudio-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09 +size 655613 diff --git a/rtaudio.changes b/rtaudio.changes index 3f926d2..d51e912 100644 --- a/rtaudio.changes +++ b/rtaudio.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 9 19:28:17 UTC 2019 - Sebastian Wagner + +- update to version 5.1.0: + * new C API wrapper + * new static functions to get API names + * many WASAPI updates (thanks to Marcus Tomlinson) + * miscellaneous build system updates + * bug fix for stream ticking in CoreAudio if using two devices for duplex + * ALSA stream handle bug fixes + * see git history for complete list of changes + ------------------------------------------------------------------- Mon Jan 22 12:17:07 UTC 2018 - jengelh@inai.de diff --git a/rtaudio.spec b/rtaudio.spec index 82914ba..c94afce 100644 --- a/rtaudio.spec +++ b/rtaudio.spec @@ -1,7 +1,7 @@ # # spec file for package rtaudio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 6 Name: rtaudio -Version: 5.0.0 +Version: 5.1.0 Release: 0 Summary: Real-time Audio I/O Library License: MIT Group: Development/Libraries/C and C++ URL: http://www.music.mcgill.ca/~gary/rtaudio/ -Source0: http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-5.0.0.tar.gz +Source0: http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-%{version}.tar.gz BuildRequires: alsa-lib-devel BuildRequires: automake BuildRequires: gcc-c++ @@ -66,7 +66,7 @@ rm -r include/ tests/Windows # remove all hidden files find . -name ".*" -delete # extract livense from readme -sed -n '/license/,$p' readme > COPYING +sed -n '/license/,$p' README.md > COPYING %build %configure --with-jack --with-alsa --with-pulse --disable-static --disable-silent-rules @@ -80,7 +80,7 @@ rm %{buildroot}%{_libdir}/lib%{name}.la %postun -n librtaudio%{sover} -p /sbin/ldconfig %files -n librtaudio%{sover} -%doc readme doc/release.txt +%doc README.md doc/release.txt %{_libdir}/lib%{name}.so.* %license COPYING