mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/mpv: Updated for version 0.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dfea0e186e
commit
6cf2fa4ed5
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue