diff options
author | John Vogel <jvogel4@stny.rr.com> | 2015-01-30 18:33:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-30 18:33:13 +0700 |
commit | 6cf2fa4ed5dcb3641d0f117ad53e115d31e08d45 (patch) | |
tree | 411037213f483f563c9385470c15883be09b752e /multimedia/mpv | |
parent | dfea0e186e5baf5dd2bc6371d20572fceed6c15a (diff) | |
download | slackbuilds-6cf2fa4ed5dcb3641d0f117ad53e115d31e08d45.tar.gz |
multimedia/mpv: Updated for version 0.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/README | 4 | ||||
-rw-r--r-- | multimedia/mpv/mpv.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/mpv/mpv.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index 4534f6cfaf..cf61c0dc2f 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -7,7 +7,7 @@ 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 + 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 @@ -38,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, vaapi, vapoursynth, libguess, libiconv, rsound +vaapi, vapoursynth, libguess, libiconv, rsound diff --git a/multimedia/mpv/mpv.SlackBuild b/multimedia/mpv/mpv.SlackBuild index 463f151d5c..69f361d9e5 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.7.2} +VERSION=${VERSION:-0.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/multimedia/mpv/mpv.info b/multimedia/mpv/mpv.info index d404f4e9a9..53b9bf2474 100644 --- a/multimedia/mpv/mpv.info +++ b/multimedia/mpv/mpv.info @@ -1,9 +1,9 @@ PRGNAM="mpv" -VERSION="0.7.2" +VERSION="0.7.3" HOMEPAGE="http://mpv.io" -DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.7.2.tar.gz +DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.7.3.tar.gz http://ftp.waf.io/pub/release/waf-1.8.4" -MD5SUM="5081934235bf1d531364f59e5f718024 +MD5SUM="894e712235574fb78077e388f10c1cdd cec616469f698d68cfd54125fa48f2a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |