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