summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/mpv/README15
-rw-r--r--multimedia/mpv/mpv.SlackBuild2
-rw-r--r--multimedia/mpv/mpv.info8
3 files changed, 15 insertions, 10 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README
index 2c8d71006b..eab2628ec1 100644
--- a/multimedia/mpv/README
+++ b/multimedia/mpv/README
@@ -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)
diff --git a/multimedia/mpv/mpv.SlackBuild b/multimedia/mpv/mpv.SlackBuild
index a267fbce76..484cf9486c 100644
--- a/multimedia/mpv/mpv.SlackBuild
+++ b/multimedia/mpv/mpv.SlackBuild
@@ -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}
diff --git a/multimedia/mpv/mpv.info b/multimedia/mpv/mpv.info
index 661332ec79..0b2ae11c9d 100644
--- a/multimedia/mpv/mpv.info
+++ b/multimedia/mpv/mpv.info
@@ -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"