docs: Add instructions for Solus

This commit is contained in:
robxnano
2023-10-21 17:43:20 +01:00
committed by Bradley Sepos
parent a21cb624cc
commit 8e8600ca9f
3 changed files with 91 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ Dependency installation instructions are available for the following distributio
- [Gentoo](install-dependencies-gentoo.html)
- [Mageia](install-dependencies-mageia.html)
- [OpenSUSE](install-dependencies-opensuse.html)
- [Solus](install-dependencies-solus.html)
- [Ubuntu](install-dependencies-ubuntu.html)
- [Void](install-dependencies-void.html)

View File

@@ -0,0 +1,89 @@
---
Type: article
Title: Installing dependencies on Solus
Project: HandBrake
Project_URL: https://handbrake.fr/
Project_Version: Latest
Language: English
Language_Code: en
Authors: [ Rob (robxnano) ]
Copyright: 2023 HandBrake Team
License: Creative Commons Attribution-ShareAlike 4.0 International
License_Abbr: CC BY-SA 4.0
License_URL: https://handbrake.fr/docs/license.html
---
Installing dependencies on Solus
================================
The following instructions are for [Solus](https://getsol.us) 4.4.
Basic requirements to run commands:
- sudo (for normal user accounts)
Dependencies:
- autoconf
- automake
- binutils
- bzip2-devel
- cargo
- cargo-c
- cmake
- g++
- gcc
- git
- glibc-devel
- lame-devel
- libass-devel
- libjpeg-turbo-devel
- libogg-devel
- libtheora-devel
- libtool-devel
- libspeex-devel
- libvorbis-devel
- libvpx-devel
- libxml2-devel
- linux-headers
- m4
- make
- meson
- nasm
- ninja
- numactl-devel
- opus-devel
- patch
- pkg-config
- rust
- x264-devel
- xz-devel
- zlib-devel
Intel Quick Sync Video dependencies (optional):
- libva-devel
- libdrm-devel
Graphical interface dependencies:
- appstream
- desktop-file-utils
- gstreamer-1.0-plugins-good
- gstreamer-1.0-libav
- gstreamer-1.0-plugins-base-devel
- libgtk-3-devel
Install dependencies.
sudo eopkg install autoconf automake binutils bzip2-devel cargo cargo-c cmake g++ gcc git glibc-devel lame-devel libass-devel libjpeg-turbo-devel libogg-devel libtheora-devel libtool-devel libspeex-devel libvorbis-devel libvpx-devel libxml2-devel linux-headers m4 make meson nasm ninja numactl-devel opus-devel patch pkg-config rust x264-devel xz-devel zlib-devel
To build with Intel Quick Sync Video support, install the QSV dependencies.
sudo eopkg install libva-devel libdrm-devel
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo eopkg install appstream desktop-file-utils gstreamer-1.0-plugins-good gstreamer-1.0-libav gstreamer-1.0-plugins-base-devel libgtk-3-devel
Solus is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.

View File

@@ -162,7 +162,7 @@ Table of contents
- [Building HandBrake for BSD](developer/build-bsd.html)
- Installing dependencies on [FreeBSD](developer/install-dependencies-freebsd.html) / [NetBSD](developer/install-dependencies-netbsd.html) / [OpenBSD](developer/install-dependencies-openbsd.html)
- [Building HandBrake for Linux](developer/build-linux.html)
- Installing dependencies on [Alpine](developer/install-dependencies-alpine.html) / [Arch](developer/install-dependencies-arch.html) / [CentOS](developer/install-dependencies-centos.html) / [Clear](developer/install-dependencies-clear.html) / [Debian](developer/install-dependencies-debian.html) / [Fedora](developer/install-dependencies-fedora.html) / [Gentoo](developer/install-dependencies-gentoo.html) / [Mageia](developer/install-dependencies-mageia.html) / [OpenSUSE](developer/install-dependencies-opensuse.html) / [Ubuntu](developer/install-dependencies-ubuntu.html) / [Void](developer/install-dependencies-void.html)
- Installing dependencies on [Alpine](developer/install-dependencies-alpine.html) / [Arch](developer/install-dependencies-arch.html) / [CentOS](developer/install-dependencies-centos.html) / [Clear](developer/install-dependencies-clear.html) / [Debian](developer/install-dependencies-debian.html) / [Fedora](developer/install-dependencies-fedora.html) / [Gentoo](developer/install-dependencies-gentoo.html) / [Mageia](developer/install-dependencies-mageia.html) / [OpenSUSE](developer/install-dependencies-opensuse.html) / [Solus](developer/install-dependencies-solus.html) / [Ubuntu](developer/install-dependencies-ubuntu.html) / [Void](developer/install-dependencies-void.html)
- [Building HandBrake for Mac](developer/build-mac.html)
- [Building HandBrake for Windows](developer/build-windows.html)
- Packaging HandBrake