aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc/README
diff options
context:
space:
mode:
authorSteven Voges <svoges.sbo@gmail.com>2024-02-02 08:14:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-02 10:22:44 +0700
commit700812540525bbc2c7a81d290f7c89d2ff2b13e9 (patch)
tree4bb571989067e2f3c7c9534cfa72971f118cb7b6 /multimedia/vlc/README
parent37eb08f509d38e19e250120263b3dd68aa460a43 (diff)
multimedia/vlc: Updated for version 3.0.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/vlc/README')
-rw-r--r--multimedia/vlc/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README
index a9aeeda526..b823fbc0f4 100644
--- a/multimedia/vlc/README
+++ b/multimedia/vlc/README
@@ -14,7 +14,8 @@ continue to build with a reduced feature set.
Support for Wayland is a special case. It is not supported by default
but can be enabled setting the WAYLAND environment variable to "yes"
-when running the SlackBuild e.g. WAYLAND=yes sh vlc.SlackBuild
+when running the SlackBuild e.g.
+ WAYLAND=yes sh vlc.SlackBuild
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
@@ -26,9 +27,10 @@ multimedia/aom or libraries/dav1d packages is detected when vlc
is built. One of these is expected to become required in a future
release. Some versions of the automatically detected optional aom
package are incompatible with this version of vlc and in this case
-the build will fai. This can be avoided by setting the AOM environment
+the build will fail. This can be avoided by setting the AOM environment
variable to "no" e.g.
AOM=no sh vlc.SlackBuild
-Please advise the maintainer to suggest support for any further
-options.
+You may disable LUA support by setting the LUA environment variable.
+This will remove the lua dependency e.g.
+ LUA=no sh vlc.SlackBuild