From 71e15f6e3dd716806bab42fd0eca2f2106cbafc8 Mon Sep 17 00:00:00 2001 From: Andrew Weaver Date: Fri, 3 Apr 2026 10:16:56 -0700 Subject: [PATCH 1/3] update mpv instructions --- Resources/Documentation/linux_installation.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Resources/Documentation/linux_installation.md b/Resources/Documentation/linux_installation.md index 5499d92e..76b25dbc 100644 --- a/Resources/Documentation/linux_installation.md +++ b/Resources/Documentation/linux_installation.md @@ -12,13 +12,6 @@ The following instructions aim to minimize use of Homebrew installs for packages * Download and install the latest version of the [QCTools CLI tool](https://mediaarea.net/QCTools/Download/Ubuntu) from the MediaArea website * Optional: If DV wrapping and splitting is desired, download and install [DVRescue](https://mediaarea.net/DVRescue) from the MediaArea website. -### Programs to be installed via PPA - -* Install MPV with the following steps: - - Add the MPV PPA with: `sudo add-apt-repository ppa:mc3man/mpv-tests` - - Update package manager with: `sudo apt-get update` - - Install MPV with `sudo apt-get install mpv` - ### Programs to be installed via standard package manager * Use the following commands to install additional dependencies for full vrecord use: @@ -27,6 +20,7 @@ The following instructions aim to minimize use of Homebrew installs for packages - `sudo apt-get install xmlstarlet` - `sudo apt-get install mkvtoolnix` - `sudo apt-get install mediaconch` + - `sudo apt-get install mpv` * Install the following dependencies for enabling DV capture in vrecord's FFmpeg build: - `sudo apt-get install libiec61883-dev` - `sudo apt-get install libraw1394-dev` From 14e5dcadaac0eed0ea2a6284eaae621e2be4b007 Mon Sep 17 00:00:00 2001 From: Andrew Weaver Date: Fri, 3 Apr 2026 10:17:45 -0700 Subject: [PATCH 2/3] add bison to install docs --- Resources/Documentation/linux_installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Documentation/linux_installation.md b/Resources/Documentation/linux_installation.md index 76b25dbc..9eeef7e9 100644 --- a/Resources/Documentation/linux_installation.md +++ b/Resources/Documentation/linux_installation.md @@ -21,6 +21,7 @@ The following instructions aim to minimize use of Homebrew installs for packages - `sudo apt-get install mkvtoolnix` - `sudo apt-get install mediaconch` - `sudo apt-get install mpv` + - `sudo apt-get install bison` * Install the following dependencies for enabling DV capture in vrecord's FFmpeg build: - `sudo apt-get install libiec61883-dev` - `sudo apt-get install libraw1394-dev` From dff9b0889269a22a1ffb7bfd64821da345786b52 Mon Sep 17 00:00:00 2001 From: Andrew Weaver Date: Fri, 3 Apr 2026 10:18:35 -0700 Subject: [PATCH 3/3] remove-sdl2-instructions --- Resources/Documentation/linux_installation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Resources/Documentation/linux_installation.md b/Resources/Documentation/linux_installation.md index 9eeef7e9..cdc457f2 100644 --- a/Resources/Documentation/linux_installation.md +++ b/Resources/Documentation/linux_installation.md @@ -53,10 +53,6 @@ The following instructions aim to minimize use of Homebrew installs for packages * `brew install decklinksdk && brew install ffmpeg-ma --with-iec61883 && brew install gtkdialog` _Note:_ Some users on Ubuntu have reported installation problems with `gtkdialog` at step. See [this note](https://github.com/amiaopensource/homebrew-amiaos/blob/master/TROUBLESHOOTING.md#vrecord) at the AMIA Open Source Homebrew repository for a possible fix. * `brew install vrecord` -### Fix conflicting SDL2 dependencies -* `brew uninstall --ignore-dependencies sdl2` -* `sudo apt install libsdl2-dev` -* This step may not be required if Brew has been configured lower in $PATH than standard system directories. # Instructions/Tips for other Linux Distributions ## Linux Mint