diff options
author | John Vogel <jvogel4@stny.rr.com> | 2014-11-04 22:29:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:30:07 +0700 |
commit | 25c648458dbfdcef851d169f17110f5b0f26aff9 (patch) | |
tree | 5310b30e39798388071e8907747ee1d04bb9eba3 /multimedia/mpv/README | |
parent | d258335d875ebc9a81c080df2df4290c67895286 (diff) | |
download | slackbuilds-25c648458dbfdcef851d169f17110f5b0f26aff9.tar.gz |
multimedia/mpv: Added (MPlayer fork).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mpv/README')
-rw-r--r-- | multimedia/mpv/README | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README new file mode 100644 index 0000000000..36bfb45d7f --- /dev/null +++ b/multimedia/mpv/README @@ -0,0 +1,38 @@ +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 homepage: http://mpv.io/ + +optional: lua, libquvi, lirc, libbluray, libdvdnav, enca, ladspa_sdk, + SDL2, jack-audio-connection-kit, pulseaudio, OpenAL, wayland, vdpau, + oss, libbs2b, portaudio + +Dependancies are autodetected. Some optional dependencies are disabled by +default and may be enabled (see BUILD_OPTS). Optional dependancies that are +enabled by default may be disabled (see BUILD_OPTS). + +NUMJOBS: +The default number of jobs to be run during the build process is set to 1; +To override, set NUMJOBS to your preference prior to or at build time. If +you run into suspected bugs with mpv, I recommend first building and installing +mpv with NUMJOBS set to the default of 1. + +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, you could use the following: + +~# BUILD_OPTS="--enable-cdda --enable-openal" ./mpv.SlackBuild + +or, if you use fakeroot to build packages: + +~$ fakeroot env BUILD_OPTS="--enable-cdda --enable-openal" ./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: + +libfdk-aac, vapoursynth, libguess, libiconv, rsound |