-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AFAICT, we didn't actually need this for anything... Closes #176
- Loading branch information
1 parent
be7b0c1
commit d2393e3
Showing
2 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ jobs: | |
export DEBIAN_FRONTEND=noninteractive | ||
apt-get update | ||
apt-get install --yes \ | ||
ffmpeg \ | ||
portaudio19-dev \ | ||
python3.8 \ | ||
python3.8-dev \ | ||
|
@@ -61,7 +60,6 @@ jobs: | |
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | ||
dnf --assumeyes update | ||
dnf --assumeyes install \ | ||
ffmpeg \ | ||
gcc \ | ||
portaudio-devel \ | ||
python3-devel \ | ||
|
@@ -84,7 +82,6 @@ jobs: | |
name: install system packages | ||
command: | | ||
brew install \ | ||
ffmpeg \ | ||
portaudio \ | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ You can have a look at our [UltraFest IX presentation](https://swatphonlab.githu | |
|
||
This tool requires the following system packages to be installed: | ||
|
||
* [`ffmpeg`](https://ffmpeg.org/) | ||
* [`portaudio`](http://www.portaudio.com/) | ||
* [`python3`](https://www.python.org/) (3.7 or later) | ||
|
||
|
@@ -45,7 +44,6 @@ Supported versions: 18.04, 20.04 | |
```sh | ||
$ apt-get update | ||
$ apt-get install --yes \ | ||
ffmpeg \ | ||
portaudio19-dev \ | ||
python3.8 \ | ||
python3.8-dev \ | ||
|
@@ -64,7 +62,6 @@ $ dnf --assumeyes install \ | |
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | ||
$ dnf --assumeyes update | ||
$ dnf --assumeyes install \ | ||
ffmpeg \ | ||
gcc \ | ||
portaudio-devel \ | ||
python3-devel \ | ||
|
@@ -81,7 +78,6 @@ These instructions use the [Homebrew](https://brew.sh) package manager. | |
```sh | ||
$ brew update | ||
$ brew install \ | ||
ffmpeg \ | ||
portaudio \ | ||
[email protected] | ||
``` | ||
|