- Update to version 5.2.0:

- see git history for complete list of changes
 - update to audioprobe.cpp to list devices for all APIs
 - miscellaneous build system updates
 - PulseAudio device detection fixes
 - various WASAPI updates (thanks to Marcus Tomlinson)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rtaudio?expand=0&rev=6
This commit is contained in:
Sebastian Wagner 2021-11-16 20:06:47 +00:00 committed by Git OBS Bridge
parent c3d9a1ff0d
commit 46606bc64c
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
size 655613

3
rtaudio-5.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8520e98bd20b11a4520e0fd7e53e3cffb2e06a21fc929dc70a4e2624fb03452c
size 681097

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 16 17:35:10 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 5.2.0:
- see git history for complete list of changes
- update to audioprobe.cpp to list devices for all APIs
- miscellaneous build system updates
- PulseAudio device detection fixes
- various WASAPI updates (thanks to Marcus Tomlinson)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 9 19:28:17 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> Sun Jun 9 19:28:17 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rtaudio # spec file for package rtaudio
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define sover 6 %define sover 6
Name: rtaudio Name: rtaudio
Version: 5.1.0 Version: 5.2.0
Release: 0 Release: 0
Summary: Real-time Audio I/O Library Summary: Real-time Audio I/O Library
License: MIT License: MIT
@ -27,6 +27,7 @@ URL: http://www.music.mcgill.ca/~gary/rtaudio/
Source0: http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-%{version}.tar.gz Source0: http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-%{version}.tar.gz
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: automake BuildRequires: automake
BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: jack-audio-connection-kit-devel BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libpulse-devel BuildRequires: libpulse-devel
@ -60,7 +61,7 @@ realtime audio input/output across different operating systems.
This subpackage contains the headers for rtaudio. This subpackage contains the headers for rtaudio.
%prep %prep
%setup -q %setup -c
# remove proprietary content # remove proprietary content
rm -r include/ tests/Windows rm -r include/ tests/Windows
# remove all hidden files # remove all hidden files
@ -71,6 +72,7 @@ sed -n '/license/,$p' README.md > COPYING
%build %build
%configure --with-jack --with-alsa --with-pulse --disable-static --disable-silent-rules %configure --with-jack --with-alsa --with-pulse --disable-static --disable-silent-rules
make %{?_smp_mflags} make %{?_smp_mflags}
%fdupes %{buildroot}
%install %install
%make_install %make_install