- 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:
parent
c3d9a1ff0d
commit
46606bc64c
@ -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
3
rtaudio-5.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8520e98bd20b11a4520e0fd7e53e3cffb2e06a21fc929dc70a4e2624fb03452c
|
||||
size 681097
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 6
|
||||
Name: rtaudio
|
||||
Version: 5.1.0
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: Real-time Audio I/O Library
|
||||
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
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: jack-audio-connection-kit-devel
|
||||
BuildRequires: libpulse-devel
|
||||
@ -60,7 +61,7 @@ realtime audio input/output across different operating systems.
|
||||
This subpackage contains the headers for rtaudio.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -c
|
||||
# remove proprietary content
|
||||
rm -r include/ tests/Windows
|
||||
# remove all hidden files
|
||||
@ -71,6 +72,7 @@ sed -n '/license/,$p' README.md > COPYING
|
||||
%build
|
||||
%configure --with-jack --with-alsa --with-pulse --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user