diff --git a/source/docs/en/latest/developer/install-dependencies-debian.markdown b/source/docs/en/latest/developer/install-dependencies-debian.markdown index f6aa75a4..5ec2fd30 100644 --- a/source/docs/en/latest/developer/install-dependencies-debian.markdown +++ b/source/docs/en/latest/developer/install-dependencies-debian.markdown @@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html Installing dependencies on Debian ================================= -The following instructions are for [Debian](https://www.debian.org) 11 Bullseye. +The following instructions are for [Debian](https://www.debian.org) 11 Bullseye and 12 Bookworm. Basic requirements to run commands: @@ -25,16 +25,14 @@ Basic requirements to run commands: Dependencies: -- appstream - autoconf - automake -- autopoint - build-essential - cmake - git - libass-dev - libbz2-dev -- libfontconfig1-dev +- libfontconfig-dev - libfreetype6-dev - libfribidi-dev - libharfbuzz-dev @@ -44,7 +42,7 @@ Dependencies: - libnuma-dev - libogg-dev - libopus-dev -- libsamplerate-dev +- libsamplerate0-dev - libspeex-dev - libtheora-dev - libtool @@ -61,7 +59,7 @@ Dependencies: - ninja-build - patch - pkg-config -- python +- python3 - tar - zlib1g-dev @@ -72,21 +70,18 @@ Intel Quick Sync Video dependencies (optional): Graphical interface dependencies: -- intltool -- libappindicator-dev -- libdbus-glib-1-dev -- libglib2.0-dev -- libgstreamer1.0-dev +- appstream +- desktop-file-utils +- gettext +- gstreamer1.0-libav +- gstreamer1.0-plugins-good - libgstreamer-plugins-base1.0-dev - libgtk-3-dev -- libgudev-1.0-dev -- libnotify-dev -- libwebkit2gtk-4.0-dev Install dependencies. sudo apt-get update - sudo apt-get install appstream autoconf automake autopoint 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 build-essential cmake git libass-dev libbz2-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate0-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 python3 pkg-config tar zlib1g-dev To build with Intel Quick Sync Video support, install the QSV dependencies. @@ -94,6 +89,6 @@ To build with Intel Quick Sync Video support, install the QSV dependencies. To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies. - sudo apt-get install intltool libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkit2gtk-4.0-dev + sudo apt-get install appstream desktop-file-utils gettext gstreamer1.0-libav gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev libgtk-3-dev Debian is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.