mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
mpv: bump version.
This commit is contained in:
@@ -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 \
|
||||
Reference in New Issue
Block a user