summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author John Vogel <jvogel4@stny.rr.com>2014-11-29 02:32:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-29 02:32:31 +0700
commit04a5d45722663020c435a63b933d0ca5292d234a (patch)
tree076a3860b23438e3649180ee421f8fd07a378e88 /multimedia
parentd4c3076cb09b2c0366a29d9c9bbbc655424dcfca (diff)
downloadslackbuilds-04a5d45722663020c435a63b933d0ca5292d234a.tar.gz
slackbuilds-04a5d45722663020c435a63b933d0ca5292d234a.tar.xz
multimedia/mpv: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/README15
-rw-r--r--multimedia/mpv/mpv.SlackBuild4
-rw-r--r--multimedia/mpv/mpv.info10
3 files changed, 16 insertions, 13 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README
index 36bfb45d7f..4534f6cfaf 100644
--- a/multimedia/mpv/README
+++ b/multimedia/mpv/README
@@ -5,14 +5,17 @@ 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,
+optional: docutils, 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
+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:
@@ -35,4 +38,4 @@ 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:
-libfdk-aac, vapoursynth, libguess, libiconv, rsound
+libfdk-aac, vaapi, vapoursynth, libguess, libiconv, rsound
diff --git a/multimedia/mpv/mpv.SlackBuild b/multimedia/mpv/mpv.SlackBuild
index bfd4b15b02..747a34d6e9 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.6.2}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
-cp $CWD/waf-1.7.16 $PRGNAM-$VERSION/waf
+cp $CWD/waf-1.8.1 $PRGNAM-$VERSION/waf
chmod +x $PRGNAM-$VERSION/waf
cd $PRGNAM-$VERSION
chown -R root:root .
diff --git a/multimedia/mpv/mpv.info b/multimedia/mpv/mpv.info
index ded47cae34..1a99f6de60 100644
--- a/multimedia/mpv/mpv.info
+++ b/multimedia/mpv/mpv.info
@@ -1,10 +1,10 @@
PRGNAM="mpv"
-VERSION="0.6.2"
+VERSION="0.7.0"
HOMEPAGE="http://mpv.io"
-DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.6.2.tar.gz
- http://ftp.waf.io/pub/release/waf-1.7.16"
-MD5SUM="d0e25a26b6143b5e7d4ba354dd52f1b3
- c6011db1d5df113a9cff2cb7068a5a16"
+DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.7.0.tar.gz
+ http://ftp.waf.io/pub/release/waf-1.8.1"
+MD5SUM="ddb900d0f4e086734ccf2a775a15c859
+ 813926f279ed6f09b04b3048e27914ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg libass docutils"