Skip to content

Commit

Permalink
Update to commit c8b9dd2dfc1c12230f172876a0117f42d32e48b2 with all Mi…
Browse files Browse the repository at this point in the history
…xxx patches merged
  • Loading branch information
daschuer committed Apr 6, 2023
1 parent 9d78e70 commit 77d5446
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 517 deletions.
66 changes: 0 additions & 66 deletions overlay/ports/portaudio/enable_jack_on_windows.patch

This file was deleted.

65 changes: 0 additions & 65 deletions overlay/ports/portaudio/pa_initalize_recursive_guard.patch

This file was deleted.

8 changes: 2 additions & 6 deletions overlay/ports/portaudio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PortAudio/portaudio
REF 2dc8b6eb17ac5fda1f89722cfa0889bfc6e73434
SHA512 4fba8fa433f09fc742db7229607d56efbdac43adf1ca2e3c4bb095a0a09aa58783bf9cc3f390f3a0c2d3276ad6b002614d9f71efa830f737ecab4e3d63539934
PATCHES
enable_jack_on_windows.patch
pa_initalize_recursive_guard.patch
wasapi_loopback.patch
REF c8b9dd2dfc1c12230f172876a0117f42d32e48b2
SHA512 8aa489de52c40068dc87c7a6b89e5b2fd4d10f57f69b800796c6f5e2c0db71a8094a85a06b4168d6d164a79d868b28adfd525ca4e7a8d3a0193a94face569b65
)

string(COMPARE EQUAL ${VCPKG_LIBRARY_LINKAGE} dynamic PA_BUILD_SHARED)
Expand Down
3 changes: 1 addition & 2 deletions overlay/ports/portaudio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "portaudio",
"version": "19.7",
"port-version": 3,
"version-date": "2023-04-04",
"description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
"homepage": "https://app.assembla.com/spaces/portaudio/wiki",
"license": "MIT",
Expand Down
Loading

0 comments on commit 77d5446

Please sign in to comment.