summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc/README
diff options
context:
space:
mode:
author Christoph Willing2018-02-19 06:03:28 +0100
committer Willy Sudiarto Raharjo2018-02-24 00:55:43 +0100
commitca86d831910c707a936b8f3eb053e05c6b2219c8 (patch)
tree289bf842e8e5e07a8f8a41f3ce3fdfacc574138f /multimedia/vlc/README
parente48a9b72e93f3996ad4d6697da3570ac2fab8760 (diff)
downloadslackbuilds-ca86d831910c707a936b8f3eb053e05c6b2219c8.tar.gz
multimedia/vlc: Temporarily remove default opencv support
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'multimedia/vlc/README')
-rw-r--r--multimedia/vlc/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README
index 1177672e27..d1ecfa9112 100644
--- a/multimedia/vlc/README
+++ b/multimedia/vlc/README
@@ -9,8 +9,16 @@ This build aims to support as many options as possible using
the SlackBuilds listed in the REQUIRES field of the vlc.info file.
No script changes are necessary to include particular options; if they
are detected at build time, they will be included. Conversely if
-optional packages are not available at build time, vlc will continue
-to build with a reduced feature set.
+optional packages are not available at build time, vlc will generally
+continue to build with a reduced feature set.
+
+Support for OpenCV is temporarily disabled by default due to build error.
+However it is possible to include opencv support using the somewhat
+older opencv-legacy SlackBuild rather than opencv. It then needs to
+be explicitly enabled by setting the the OPENCV environment variable
+to "yes" e.g.
+ OPENCV=yes sh vlc.SlackBuild
+This requires the opencv-legacy package to be installed at build time.
Support for Wayland is a special case. It is not supported by default
but can be enabled setting the WAYLAND environment variable to "yes"