From 68f9137714a53bf1b8d2a454c926ed2e07a15bc1 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 9 Oct 2022 19:30:26 -0400 Subject: [PATCH] docs: en: Update for OpenBSD 7.2. --- .../latest/developer/install-dependencies-openbsd.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/docs/en/latest/developer/install-dependencies-openbsd.markdown b/source/docs/en/latest/developer/install-dependencies-openbsd.markdown index c3e13bab..71b17c5b 100644 --- a/source/docs/en/latest/developer/install-dependencies-openbsd.markdown +++ b/source/docs/en/latest/developer/install-dependencies-openbsd.markdown @@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html Installing dependencies on OpenBSD ================================= -The following instructions are for [OpenBSD](https://www.openbsd.org/) 7.1. +The following instructions are for [OpenBSD](https://www.openbsd.org/) 7.2. Basic requirements to run commands: @@ -25,7 +25,7 @@ Basic requirements to run commands: Dependencies: - autoconf 2.71 -- automake 1.16.3 +- automake 1.16.5 - bash - bzip2 - cmake @@ -78,7 +78,7 @@ Graphical interface dependencies: Install dependencies. - sudo pkg_add autoconf-2.71 automake-1.16.3 bash bzip2 cmake flac fribidi git gmake gpatch gtar-- harfbuzz jansson jpeg lame libass libiconv libogg libsamplerate libtheora libtool libvorbis libvpx libxml m4 meson nasm ninja opus pkgconf python3 speex x264 xz + sudo pkg_add autoconf-2.71 automake-1.16.5 bash bzip2 cmake flac fribidi git gmake gpatch gtar-- harfbuzz jansson jpeg lame libass libiconv libogg libsamplerate libtheora libtool libvorbis libvpx libxml m4 meson nasm ninja opus pkgconf python3 speex x264 xz To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.