From 888ebaaadc15ef1ff559d6d2b9aa043e0e76f186 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sat, 11 Jun 2022 23:41:40 -0400 Subject: [PATCH] docs: en: Add Ubuntu 22.04 Jammy Jellyfish and remove python dependency. Python 3 is still a dependency, albeit bundled with the default system installation. This mostly solves the error that is presented when attempting to install the oldschool python package. --- .../en/1.5.0/developer/install-dependencies-ubuntu.markdown | 5 ++--- .../en/latest/developer/install-dependencies-ubuntu.markdown | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/source/docs/en/1.5.0/developer/install-dependencies-ubuntu.markdown b/source/docs/en/1.5.0/developer/install-dependencies-ubuntu.markdown index 7656aa31..c2007d0b 100644 --- a/source/docs/en/1.5.0/developer/install-dependencies-ubuntu.markdown +++ b/source/docs/en/1.5.0/developer/install-dependencies-ubuntu.markdown @@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html Installing dependencies on Ubuntu ================================= -The following instructions are for [Ubuntu](https://www.ubuntu.com) 20.04 (Focal Fossa). +The following instructions are for [Ubuntu](https://www.ubuntu.com) 22.04 (Jammy Jellyfish) and 20.04 (Focal Fossa). Basic requirements to run commands: @@ -60,7 +60,6 @@ Dependencies: - ninja-build - patch - pkg-config -- python - tar - zlib1g-dev @@ -86,7 +85,7 @@ Graphical interface dependencies: Install dependencies. sudo apt-get update - sudo apt-get install autoconf automake autopoint appstream build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config python tar zlib1g-dev + sudo apt-get install autoconf automake autopoint appstream build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config tar zlib1g-dev To build with Intel Quick Sync Video support, install the QSV dependencies. diff --git a/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown b/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown index 7348284c..0fb9140e 100644 --- a/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown +++ b/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown @@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html Installing dependencies on Ubuntu ================================= -The following instructions are for [Ubuntu](https://www.ubuntu.com) 20.04 (Focal Fossa). +The following instructions are for [Ubuntu](https://www.ubuntu.com) 22.04 (Jammy Jellyfish) and 20.04 (Focal Fossa). Basic requirements to run commands: @@ -60,7 +60,6 @@ Dependencies: - ninja-build - patch - pkg-config -- python - tar - zlib1g-dev @@ -86,7 +85,7 @@ Graphical interface dependencies: Install dependencies. sudo apt-get update - sudo apt-get install autoconf automake autopoint appstream build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config python tar zlib1g-dev + sudo apt-get install autoconf automake autopoint appstream build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config tar zlib1g-dev To build with Intel Quick Sync Video support, install the QSV dependencies.