diff options
Diffstat (limited to 'multimedia')
-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="" |