Skip to content

Commit

Permalink
[rtaudio] update to 6.0.1 (microsoft#35520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W authored Dec 7, 2023
1 parent 916929b commit 5ed66ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 26 deletions.
19 changes: 0 additions & 19 deletions ports/rtaudio/fix-alsa.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/rtaudio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO thestk/rtaudio
REF 46b01b5b134f33d8ddc3dab76829d4b1350e0522
SHA512 f26f64fe77aa18c9adf401a720fc3d929af8655827f2c149539a1b73736efb3757ac2eaf5a6535a3c801df13e5f49728a49b6ffe5c01c2f91ab23e145bad5355
REF ${VERSION}
SHA512 085feb2673185460717ba45fc87254961e477823759e11281092c1ba13301303de1cd36aa9efeba0710cbf2c70f2e2f7f9e41173cf372ded528c41612b19acd5
HEAD_REF master
PATCHES fix-alsa.patch
)

string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" RTAUDIO_STATIC_MSVCRT)
Expand Down
3 changes: 1 addition & 2 deletions ports/rtaudio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "rtaudio",
"version-date": "2021-11-16",
"port-version": 2,
"version": "6.0.1",
"description": "A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.",
"homepage": "https://github.com/thestk/rtaudio",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7573,8 +7573,8 @@
"port-version": 3
},
"rtaudio": {
"baseline": "2021-11-16",
"port-version": 2
"baseline": "6.0.1",
"port-version": 0
},
"rtlsdr": {
"baseline": "2020-04-16",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rtaudio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b97a9859776e7d23b21a9660e9b31e69fdb84185",
"version": "6.0.1",
"port-version": 0
},
{
"git-tree": "989c7dceafbd4ea849445d86bdc1b4bbf7133960",
"version-date": "2021-11-16",
Expand Down

0 comments on commit 5ed66ab

Please sign in to comment.