diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-01-10 23:08:06 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:50 +0700 |
commit | cd84378d75facdeff8ec08369c4dd0b553ffcd2e (patch) | |
tree | e1ab46e88adc8974f725d851a80a4b2541782bb6 /multimedia/vlc/README | |
parent | c85ef937edde045b7df6bcdb606e9f4e80c7f0ba (diff) |
multimedia/vlc: Add RUNASROOT & LIBAOM options
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'multimedia/vlc/README')
-rw-r--r-- | multimedia/vlc/README | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README index 5490cd6e4c30e..0ac727b531d3d 100644 --- a/multimedia/vlc/README +++ b/multimedia/vlc/README @@ -28,10 +28,22 @@ This support also requires additional SBo packages wayland-egl and wayland-protocols. It also depends on the qt5 package having been built with wayland support i.e. wayland package was installed when the qt5 package was built. - + +By default, the vlc runtime is not able to be run as root. This +security feature may be side stepped by building vlc with the RUNASROOT +environment variable set e.g. + RUNASROOT=yes sh vlc.SlackBuild + +Some versions of the automatically deteced optional libaom package are +incompatible with this version of vlc (the build will fail with an +incompatible libaom). Such an incompatible libaom may be ignored +during building by setting the LIBAOM environmant variable to "no" +e.g. + LIBAOM=no sh vlc.SlackBuild Please advise the maintainer to suggest support for any further options. + *NOTES* - the qt4 interface seems not to be working ATM so the qt5 one is enabled by default: this means qt5 is a new mandatory dependency |