From 30d88b0a4bbb8d7b1d88f056887c677916cd0d3b Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Wed, 18 Sep 2019 17:52:19 -0400 Subject: [PATCH] docs: Update Gentoo dependencies. --- .../latest/developer/install-dependencies-gentoo.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/docs/en/latest/developer/install-dependencies-gentoo.markdown b/source/docs/en/latest/developer/install-dependencies-gentoo.markdown index 8da58f31..2b6b2717 100644 --- a/source/docs/en/latest/developer/install-dependencies-gentoo.markdown +++ b/source/docs/en/latest/developer/install-dependencies-gentoo.markdown @@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html Installing dependencies on Gentoo ================================= -The following instructions are for [Gentoo](https://gentoo.org) profile `default/linux/amd64/17.0` with Portage snapshot 20180520 (HandBrake [CLI](abbr:Command Line Interface) only). +The following instructions are for [Gentoo](https://gentoo.org) profile `default/linux/amd64/17.1` with Portage snapshot 20190915 (HandBrake [CLI](abbr:Command Line Interface) only). Basic requirements to run commands: @@ -34,8 +34,11 @@ Dependencies[^rebuild]: - libsamplerate - libtheora - libvorbis +- libvpx - app-arch/lzma +- meson - nasm +- ninja - numactl - opus - speex @@ -43,7 +46,7 @@ Dependencies[^rebuild]: Install dependencies. - sudo emerge --ask fribidi dev-vcs/git harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis app-arch/lzma nasm numactl opus speex x264 + sudo emerge --ask fribidi dev-vcs/git harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis libvpx app-arch/lzma meson nasm ninja numactl opus speex x264 Gentoo is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.