Accepting request 742737 from multimedia:libs
- 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/request/show/742737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtaudio?expand=0&rev=2
This commit is contained in:
commit
62cbd32b16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:799deae1192da52cc2c15a078ed3b42449580be7d096fe9bc841c5bba0289c57
|
||||
size 615284
|
3
rtaudio-5.1.0.tar.gz
Normal file
3
rtaudio-5.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
|
||||
size 655613
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 19:28:17 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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
|
||||
|
||||
|
12
rtaudio.spec
12
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user