mpv: bump version

This commit is contained in:
Sergei Reznikov
2015-12-14 12:53:02 +03:00
parent fd5b4a646c
commit 06c915a847
2 changed files with 5 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.zip" SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.zip"
CHECKSUM_SHA256="2cd3353d13991154cc81a1fa78c4e62c3a3844ae4372ee3ad77bf56ec3fd3b59" CHECKSUM_SHA256="853ab70c756db6a7f0bc639390f13768c171f3aed5a295c46f4fcb2262568295"
SOURCE_DIR="mpv-$portVersion" SOURCE_DIR="mpv-$portVersion"
PATCHES="mpv_x86-$portVersion.patchset" PATCHES="mpv_x86-$portVersion.patchset"
@@ -21,7 +21,7 @@ PROVIDES="
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libass$secondaryArchSuffix # lib:libass$secondaryArchSuffix
lib:libavdevice$secondaryArchSuffix >= 56 lib:libavdevice$secondaryArchSuffix >= 56
lib:libavutil$secondaryArchSuffix >= 54 lib:libavutil$secondaryArchSuffix >= 54
lib:libavcodec$secondaryArchSuffix >= 56 lib:libavcodec$secondaryArchSuffix >= 56
@@ -40,7 +40,7 @@ REQUIRES="
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
devel:libass$secondaryArchSuffix # devel:libass$secondaryArchSuffix
devel:libavutil$secondaryArchSuffix >= 54 devel:libavutil$secondaryArchSuffix >= 54
devel:libbluray$secondaryArchSuffix devel:libbluray$secondaryArchSuffix
devel:libdvdcss$secondaryArchSuffix devel:libdvdcss$secondaryArchSuffix
@@ -75,7 +75,8 @@ BUILD()
{ {
python bootstrap.py python bootstrap.py
export LDFLAGS=-lnetwork export LDFLAGS=-lnetwork
waf configure --enable-sdl2 --bindir=$binDir --confdir=$settingsDir/mpv # --datadir=$dataDir waf configure --disable-libass --enable-sdl2 --bindir=$binDir \
--confdir=$settingsDir/mpv # --datadir=$dataDir
waf build waf build
} }