mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
docs: Add libjpeg-turbo to remaining BSD/Linux build guides.
This commit is contained in:
parent
4012fac23b
commit
5ac50acd9b
@ -42,6 +42,7 @@ Dependencies:
|
||||
- lame (source port)
|
||||
- libass
|
||||
- libiconv
|
||||
- libjpeg-turbo
|
||||
- libogg
|
||||
- libsamplerate
|
||||
- libtheora
|
||||
@ -86,7 +87,7 @@ Graphical interface dependencies:
|
||||
|
||||
Install dependencies.
|
||||
|
||||
sudo pkg install autoconf automake bash bzip2 cmake flac fontconfig freetype2 fribidi gcc git lzma gmake gtar harfbuzz jansson libass libiconv libogg libsamplerate libtheora libtool libvorbis libvpx libx264 libxml2 m4 meson nasm ninja opus patch pkgconf python speex
|
||||
sudo pkg install autoconf automake bash bzip2 cmake flac fontconfig freetype2 fribidi gcc git lzma gmake gtar harfbuzz jansson libass libiconv libjpeg-turbo libogg libsamplerate libtheora libtool libvorbis libvpx libx264 libxml2 m4 meson nasm ninja opus patch pkgconf python speex
|
||||
|
||||
Build and install the `lame` source port.
|
||||
|
||||
|
||||
@ -30,6 +30,7 @@ Dependencies[^rebuild]:
|
||||
- jansson
|
||||
- lame
|
||||
- libass
|
||||
- libjpeg-turbo
|
||||
- libogg
|
||||
- libsamplerate
|
||||
- libtheora
|
||||
@ -46,7 +47,7 @@ Dependencies[^rebuild]:
|
||||
|
||||
Install dependencies.
|
||||
|
||||
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
|
||||
sudo emerge --ask fribidi dev-vcs/git harfbuzz jansson lame libass libjpeg-turbo 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.
|
||||
|
||||
|
||||
@ -43,6 +43,7 @@ Dependencies:
|
||||
- lame
|
||||
- libass
|
||||
- libiconv
|
||||
- libjpeg-turbo
|
||||
- libogg
|
||||
- libopus
|
||||
- libsamplerate
|
||||
@ -85,7 +86,7 @@ Graphical interface dependencies:
|
||||
|
||||
Install dependencies.
|
||||
|
||||
sudo pkgin install autoconf automake bash bzip2 cmake flac fontconfig freetype2 fribidi git gmake gtar-base harfbuzz jansson lame libass libiconv libogg libopus libsamplerate libtheora libtool-base libvorbis libvpx libxml2 lzmalib m4 meson nasm ninja-build patch pkgconf python37 speex x264-devel
|
||||
sudo pkgin install autoconf automake bash bzip2 cmake flac fontconfig freetype2 fribidi git gmake gtar-base harfbuzz jansson lame libass libiconv libjpeg-turbo libogg libopus libsamplerate libtheora libtool-base libvorbis libvpx libxml2 lzmalib m4 meson nasm ninja-build patch pkgconf python37 speex x264-devel
|
||||
|
||||
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
|
||||
|
||||
|
||||
@ -39,6 +39,7 @@ Dependencies:
|
||||
- lbzip2
|
||||
- libass-devel
|
||||
- libflac-devel
|
||||
- libjpeg-turbo
|
||||
- liblzma-devel
|
||||
- libnuma-devel
|
||||
- libogg-devel
|
||||
@ -81,7 +82,7 @@ Graphical interface dependencies:
|
||||
Install dependencies.
|
||||
|
||||
sudo xbps-install -S
|
||||
sudo xbps-install autoconf automake bzip2-devel cmake fontconfig-devel freetype-devel fribidi-devel git gcc harfbuzz-devel jansson-devel lame-devel lbzip2 libass-devel libflac-devel liblzma-devel libnuma-devel libogg-devel libsamplerate-devel libtheora-devel libtool libvorbis-devel libvpx-devel libxml2-devel m4 make meson nasm ninja opus-devel patch pkg-config python3 speex-devel x264-devel
|
||||
sudo xbps-install autoconf automake bzip2-devel cmake fontconfig-devel freetype-devel fribidi-devel git gcc harfbuzz-devel jansson-devel lame-devel lbzip2 libass-devel libflac-devel libjpeg-turbo liblzma-devel libnuma-devel libogg-devel libsamplerate-devel libtheora-devel libtool libvorbis-devel libvpx-devel libxml2-devel m4 make meson nasm ninja opus-devel patch pkg-config python3 speex-devel x264-devel
|
||||
|
||||
To build with Intel Quick Sync Video support, install the QSV dependencies.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user