multimedia/mpv: Updated for version 0.29.1.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-11-03 00:16:23 +01:00 committed by Willy Sudiarto Raharjo
parent b4ed22e15a
commit aad9a5eb7a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 12 additions and 9 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpv
VERSION=${VERSION:-0.27.2}
VERSION=${VERSION:-0.29.1}
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
cp $CWD/waf-1.9.8 $PRGNAM-$VERSION/waf
cp $CWD/waf-2.0.9 $PRGNAM-$VERSION/waf
chmod +x $PRGNAM-$VERSION/waf
cd $PRGNAM-$VERSION
chown -R root:root .
@ -73,12 +73,15 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
DOCS="Copyright LICENSE README.md RELEASE_NOTES"
DOCS="Copyright LICENSE.GPL LICENSE.LGPL README.md RELEASE_NOTES VERSION"
MANUAL="DOCS/*.md DOCS/*.rst DOCS/*.txt"
# This leaves an opening for build options.
BUILD_OPTS=${BUILD_OPTS:-""}
PKG_CONFIG_PATH="/usr/lib${LIBDIRSUFFIX}/ffmpeg4/pkgconfig"
export PKG_CONFIG_PATH
# Setting CFLAGS and CXXFLAGS breaks configure.
./waf configure \
--prefix=/usr \

View file

@ -1,12 +1,12 @@
PRGNAM="mpv"
VERSION="0.27.2"
VERSION="0.29.1"
HOMEPAGE="https://mpv.io/"
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.27.2/mpv-0.27.2.tar.gz \
https://waf.io/waf-1.9.8"
MD5SUM="8cfb48e921e58c0d9d181d96d4809beb \
fbb646eafa430f959743010c85e269be"
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.29.1/mpv-0.29.1.tar.gz \
https://waf.io/waf-2.0.9"
MD5SUM="2cd070c6aed980786177b7cb5b73664b \
3bc28bcd4868999798a6d2675211e23f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docutils ffmpeg libass lua"
REQUIRES="docutils ffmpeg4 lua"
MAINTAINER="Andreas Guldstrand"
EMAIL="andreas.guldstrand@gmail.com"