This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Multimedia > mpv (0.10.0)

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.

optional: docutils, lua, libquvi, lirc, libbluray, libdvdnav, enca, ladspa_sdk,
SDL2, jack-audio-connection-kit, pulseaudio, OpenAL, wayland, vdpau,
oss, libbs2b, portaudio, libfdk-acc

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.

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).

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. e.g.:

~# NUMJOBS=2 sh mpv.SlackBuild

or, if you use fakeroot to build packages:

~# fakeroot env NUMJOBS=2 sh mpv.SlackBuild

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" sh mpv.SlackBuild

or, if you use fakeroot to build packages:

~$ 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

This requires: docutils, libass, ffmpeg

Maintained by: John Vogel
Keywords: mpv,media player
ChangeLog: mpv

Homepage:
http://mpv.io

Source Downloads:
v0.10.0.tar.gz (e81a975e4fa17f500dc2e7ea3d3ecf25)
waf-1.8.12 (cef4ee82206b1843db082d0b0506bf71)

Download SlackBuild:
mpv.tar.gz
mpv.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
mpv.SlackBuild
mpv.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds