Accepting request 1140001 from multimedia:libs
- Update to Version 6.0.1: - soversion bump to 7 - update to version 6.0.0: - see git history for complete list of changes - major API changes concerning device selection / specification - major API changes concerning error handling ... C++ exceptions no longer used - rewrite of device querying code - 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/request/show/1140001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtaudio?expand=0&rev=3
This commit is contained in:
commit
27bb1262c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
|
|
||||||
size 655613
|
|
3
rtaudio-6.0.1.tar.gz
Normal file
3
rtaudio-6.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2161c8ba9e96ea64cc855724358bc5d90d9bbe13446e6e6b83ccdcbbb86789c0
|
||||||
|
size 738204
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 09:40:25 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
- Update to Version 6.0.1:
|
||||||
|
- soversion bump to 7
|
||||||
|
- update to version 6.0.0:
|
||||||
|
- see git history for complete list of changes
|
||||||
|
- major API changes concerning device selection / specification
|
||||||
|
- major API changes concerning error handling ... C++ exceptions no longer used
|
||||||
|
- rewrite of device querying code
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
10
rtaudio.spec
10
rtaudio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rtaudio
|
# spec file for package rtaudio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 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
|
||||||
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 6
|
%define sover 7
|
||||||
Name: rtaudio
|
Name: rtaudio
|
||||||
Version: 5.1.0
|
Version: 6.0.1
|
||||||
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
|
%autosetup
|
||||||
# remove proprietary content
|
# remove proprietary content
|
||||||
rm -r include/ tests/Windows
|
rm -r include/ tests/Windows
|
||||||
# remove all hidden files
|
# remove all hidden files
|
||||||
@ -75,6 +76,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/lib%{name}.la
|
rm %{buildroot}%{_libdir}/lib%{name}.la
|
||||||
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%post -n librtaudio%{sover} -p /sbin/ldconfig
|
%post -n librtaudio%{sover} -p /sbin/ldconfig
|
||||||
%postun -n librtaudio%{sover} -p /sbin/ldconfig
|
%postun -n librtaudio%{sover} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user