docs: Update Gentoo dependencies.

This commit is contained in:
Bradley Sepos 2019-09-18 17:52:19 -04:00
parent e1164a00d1
commit 30d88b0a4b
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Installing dependencies on Gentoo 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: Basic requirements to run commands:
@ -34,8 +34,11 @@ Dependencies[^rebuild]:
- libsamplerate - libsamplerate
- libtheora - libtheora
- libvorbis - libvorbis
- libvpx
- app-arch/lzma - app-arch/lzma
- meson
- nasm - nasm
- ninja
- numactl - numactl
- opus - opus
- speex - speex
@ -43,7 +46,7 @@ Dependencies[^rebuild]:
Install dependencies. 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. Gentoo is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.