multimedia/mpv: Updated for version 0.27.2, deps.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-02-10 18:04:36 +01:00 committed by Willy Sudiarto Raharjo
parent 7059c7a500
commit 1eb0d6754c
3 changed files with 15 additions and 10 deletions

View File

@ -6,16 +6,21 @@ 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, libbluray, libdvdnav, SDL2, OpenAL, oss, vdpau,
jack-audio-connection-kit, libfdk-aac, libuchardet, wayland,
youtube-dl
optional: docutils, jack-audio-connection-kit, libbluray, libdvdnav,
libfdk-aac, libuchardet, lOpenAL, lua, oss, rubberband, SDL2,
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
`optional` lists. If you don't consider the man pages required, then the
docutils package is optional, too. Building the man pages is
recommended.
If lua is not installed, much functionality will be lost. This is the
reason I have included lua in both the `required` and `optional` lists.
If you don't consider the functionality lua gives required, then the
lua package is optional, too. Building with lua support 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).
@ -32,4 +37,4 @@ 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:
vapoursynth, rsound
vapoursynth, rsound, mujs (too old version on SBo)

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpv
VERSION=${VERSION:-0.27.0}
VERSION=${VERSION:-0.27.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,12 +1,12 @@
PRGNAM="mpv"
VERSION="0.27.0"
VERSION="0.27.2"
HOMEPAGE="https://mpv.io/"
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.27.0/mpv-0.27.0.tar.gz \
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.27.2/mpv-0.27.2.tar.gz \
https://waf.io/waf-1.9.8"
MD5SUM="ec86f42b091d891f9a932de0f6e873ad \
MD5SUM="8cfb48e921e58c0d9d181d96d4809beb \
fbb646eafa430f959743010c85e269be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg libass docutils"
REQUIRES="docutils ffmpeg libass lua"
MAINTAINER="Andreas Guldstrand"
EMAIL="andreas.guldstrand@gmail.com"