diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-09-13 21:15:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-16 07:14:54 +0700 |
commit | ee59a3efb27ee71d3b92f1fc0e7af381fb19787c (patch) | |
tree | 85c343d98d32b20fcda0e3983bc682ed2e77beef /multimedia/mpv/README | |
parent | 9564e92c68c66254928164d348df614d186d4369 (diff) | |
download | slackbuilds-ee59a3efb27ee71d3b92f1fc0e7af381fb19787c.tar.gz |
multimedia/mpv: Updated for version 0.27.0 + update README.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'multimedia/mpv/README')
-rw-r--r-- | multimedia/mpv/README | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index 88fdc366f0..2c8d71006b 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -1,36 +1,35 @@ mpv === -mpv is a movie player based on MPlayer and mplayer2. It shares some features -with the former projects while introducing many more. It supports a wide -variety of video file formats, audio and video codecs, and subtitle types. +mpv is a movie player based on MPlayer and mplayer2. It shares some +features with the former projects while introducing many more. It +supports a wide variety of video file formats, audio and video codecs, +and subtitle types. -optional: docutils, lua, libquvi, lirc, libbluray, libdvdnav, enca, ladspa_sdk, - SDL2, jack-audio-connection-kit, OpenAL, wayland, vdpau, oss, libbs2b, - portaudio, libfdk-acc +optional: docutils, lua, libbluray, libdvdnav, SDL2, OpenAL, oss, vdpau, + jack-audio-connection-kit, libfdk-aac, libuchardet, wayland, + youtube-dl If docutils is not installed, the man pages will not be built/installed. This is the reason I have included docutils in both the `required` and `optional` lists. If you don't concider the man pages required, then the -docutils package is optional, too. Building the man pages is recommended. +docutils package is optional, too. Building the man pages is +recommended. -Dependencies are autodetected. Some optional dependencies are disabled by -default and may be enabled (see BUILD_OPTS). Optional dependencies that are -enabled by default may be disabled (see BUILD_OPTS). +Dependencies are autodetected. Some optional dependencies are disabled +by default and may be enabled (see BUILD_OPTS). Optional dependencies +that are enabled by default may be disabled (see BUILD_OPTS). BUILD_OPTS: -To override the default for build options, set the shell variable BUILD_OPTS -prior to or at build time. For example, to enable cdda and openal, which are -disabled by default, and to build with four jobs in parallel, you could use the -following: +To override the default for build options, set the shell variable +BUILD_OPTS prior to or at build time. For example, to enable cdda and +openal, which are disabled by default, and to build with four jobs in +parallel, you could use the following: ~# BUILD_OPTS="--enable-cdda --enable-openal --jobs=4" sh mpv.SlackBuild -or, if you use fakeroot to build packages: +The following list is meant as a note to myself of build options or +optional dependencies currently unavailable via full Slackware +installation and from SBo: -~$ fakeroot env BUILD_OPTS="--enable-cdda --enable-openal" sh mpv.SlackBuild - -The following list is meant as a note to myself of build options or optional -dependencies currently unavailable via full Slackware installation and from SBo: - -vaapi, vapoursynth, libguess, libiconv, rsound +vapoursynth, rsound |