Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Use master PortAudio + fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnErrupTion committed Dec 11, 2021
1 parent dda77f6 commit c4101df
Show file tree
Hide file tree
Showing 127 changed files with 5,661 additions and 6,231 deletions.
270 changes: 0 additions & 270 deletions lib-src/audacity-patches.txt

This file was deleted.

5 changes: 5 additions & 0 deletions lib-src/portaudio-v19/.github/asiosdk-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
GitHub Actions uses the hash of this file as the cache key for the ASIO SDK.
Update this file when a new version of the ASIO SDK is released to trigger
a new download on GitHub Actions instead of using the old cache.

asiosdk_2.3.3_2019-06-14.zip
12 changes: 6 additions & 6 deletions lib-src/portaudio-v19/.github/workflows/MSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: ./build/msvc/portaudio.sln
VCPROJ_FILE_PATH: ./build/msvc/portaudio.vcproj
VCXPROJ_FILE_PATH: ./build/msvc/portaudio.vcxproj
VCXPROJ_FILTERS_FILE_PATH: ./build/msvc/portaudio.vcxproj.filters
VCXPROJ_USER_FILE_PATH: ./build/msvc/portaudio.vcxproj.user
DEF_FILE_PATH: ./build/msvc/portaudio.def
SOLUTION_FILE_PATH: ./msvc/portaudio.sln
VCPROJ_FILE_PATH: ./msvc/portaudio.vcproj
VCXPROJ_FILE_PATH: ./msvc/portaudio.vcxproj
VCXPROJ_FILTERS_FILE_PATH: ./msvc/portaudio.vcxproj.filters
VCXPROJ_USER_FILE_PATH: ./msvc/portaudio.vcxproj.user
DEF_FILE_PATH: ./msvc/portaudio.def

jobs:
build:
Expand Down
20 changes: 20 additions & 0 deletions lib-src/portaudio-v19/.github/workflows/autotools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: autotools build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build-autotools:

runs-on: ubuntu-latest
name: Ubuntu

steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
54 changes: 0 additions & 54 deletions lib-src/portaudio-v19/.github/workflows/c-cpp.yml

This file was deleted.

Loading

0 comments on commit c4101df

Please sign in to comment.