README 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. mpv is a movie player based on MPlayer and mplayer2. It shares some
  2. features with the former projects while introducing many more. It
  3. supports a wide variety of video file formats, audio and video codecs,
  4. and subtitle types.
  5. optional: docutils, lua, libass, libbluray, enca, libplacebo,
  6. libuchardet, rubberband, jack-audio-connection-kit, OpenAL,
  7. oss, shaderc, wayland
  8. If docutils is not installed, the man pages will not be built. This is
  9. the reason docutils is included in both the 'required' and 'optional'
  10. lists. If you don't concider the man pages required, then the docutils
  11. package is optional. Building the man pages is recommended.
  12. Dependencies are autodetected. Some optional dependencies are disabled
  13. by default and may be enabled (see BUILD_OPTS). Optional dependencies
  14. that are enabled by default may be disabled (see BUILD_OPTS).
  15. BUILD_OPTS:
  16. To override the default for build options, set the shell variable
  17. BUILD_OPTS prior to or at build time.
  18. # BUILD_OPTS='--disable-cdda --enable-openal' ./mpv.SlackBuild
  19. or, if you use fakeroot to build packages:
  20. $ fakeroot env BUILD_OPTS='--disable-cdda --enable-openal' ./mpv.SlackBuild
  21. The following list is meant as a note to myself of build options or
  22. optional dependencies currently unavailable via full Slackware
  23. installation and from SBo:
  24. libiconv, vapoursynth, libguess, rsound, sndio