mpv: bump version.

This commit is contained in:
Jerome Duval
2019-11-05 18:10:19 +01:00
parent d6d292301f
commit 87dc44328e
2 changed files with 7 additions and 8 deletions

View File

@@ -5,9 +5,9 @@ types."
HOMEPAGE="https://mpv.io/"
COPYRIGHT="2013-2018 MPV Developers"
LICENSE="GNU GPL v2"
REVISION="5"
REVISION="1"
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623"
CHECKSUM_SHA256="33a1bcb7e74ff17f070e754c15c52228cf44f2cefbfd8f34886ae81df214ca35"
SOURCE_FILENAME="mpv-$portVersion.tar.gz"
wafVersion="2.0.11"
SOURCE_URI_2="https://waf.io/waf-$wafVersion#noarchive"
@@ -22,8 +22,8 @@ GLOBAL_WRITABLE_FILES="settings/mpv/encoding-profiles.conf keep-old"
PROVIDES="
mpv$secondaryArchSuffix = $portVersion
cmd:mpv$secondaryArchSuffix = $portVersion compat >= 0.29
lib:libmpv$secondaryArchSuffix = 1.101.0 compat >= 1
cmd:mpv$secondaryArchSuffix = $portVersion compat >= 0.30
lib:libmpv$secondaryArchSuffix = 1.106.0 compat >= 1
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -50,8 +50,8 @@ REQUIRES="
"
PROVIDES_devel="
mpv${secondaryArchSuffix}_devel = $portVersion compat >= 0.29
devel:libmpv$secondaryArchSuffix = 1.101.0 compat >= 1
mpv${secondaryArchSuffix}_devel = $portVersion compat >= 0.30
devel:libmpv$secondaryArchSuffix = 1.106.0 compat >= 1
"
REQUIRES_devel="
haiku$secondaryArchSuffix
@@ -59,6 +59,7 @@ REQUIRES_devel="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libass$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix
devel:libavfilter$secondaryArchSuffix
@@ -89,7 +90,6 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:perl
cmd:pkg_config$secondaryArchSuffix
@@ -108,7 +108,6 @@ BUILD()
export LDFLAGS=-lnetwork
waf configure \
--enable-dvdread \
--enable-dvdnav \
--enable-libsmbclient \
--disable-libavdevice \