README 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. VLC media player is a free and open source media player and multi-
  2. media framework written by the VideoLAN project. VLC is a portable
  3. multimedia player, encoder, and streamer supporting many audio and
  4. video codecs and file formats as well as DVDs, VCDs, and various
  5. streaming protocols. It is able to stream over networks and to
  6. transcode multimedia files and save them into various formats.
  7. This build aims to support as many options as possible using
  8. the SlackBuilds listed in the REQUIRES field of the vlc.info file.
  9. No script changes are necessary to include particular options; if they
  10. are detected at build time, they will be included. Conversely if
  11. optional packages are not available at build time, vlc will generally
  12. continue to build with a reduced feature set.
  13. Support for Wayland is a special case. It is not supported by default
  14. but can be enabled setting the WAYLAND environment variable to "yes"
  15. when running the SlackBuild e.g. WAYLAND=yes sh vlc.SlackBuild
  16. By default, the vlc runtime is not able to be run as root. This
  17. security feature may be side stepped by building vlc with the RUNASROOT
  18. environment variable set e.g.
  19. RUNASROOT=yes sh vlc.SlackBuild
  20. Playing of AV1 encoded video is supported when either of SBo's
  21. multimedia/aom or libraries/dav1d packages is detected when vlc
  22. is built. One of these is expected to become required in a future
  23. release. Some versions of the automatically detected optional aom
  24. package are incompatible with this version of vlc and in this case
  25. the build will fai. This can be avoided by setting the AOM environment
  26. variable to "no" e.g.
  27. AOM=no sh vlc.SlackBuild
  28. Please advise the maintainer to suggest support for any further
  29. options.