mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
mpv: bump version
This commit is contained in:
@@ -8,7 +8,7 @@ LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
|
||||
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.zip"
|
||||
CHECKSUM_SHA256="2cd3353d13991154cc81a1fa78c4e62c3a3844ae4372ee3ad77bf56ec3fd3b59"
|
||||
CHECKSUM_SHA256="853ab70c756db6a7f0bc639390f13768c171f3aed5a295c46f4fcb2262568295"
|
||||
SOURCE_DIR="mpv-$portVersion"
|
||||
PATCHES="mpv_x86-$portVersion.patchset"
|
||||
|
||||
@@ -21,7 +21,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libass$secondaryArchSuffix
|
||||
# lib:libass$secondaryArchSuffix
|
||||
lib:libavdevice$secondaryArchSuffix >= 56
|
||||
lib:libavutil$secondaryArchSuffix >= 54
|
||||
lib:libavcodec$secondaryArchSuffix >= 56
|
||||
@@ -40,7 +40,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libass$secondaryArchSuffix
|
||||
# devel:libass$secondaryArchSuffix
|
||||
devel:libavutil$secondaryArchSuffix >= 54
|
||||
devel:libbluray$secondaryArchSuffix
|
||||
devel:libdvdcss$secondaryArchSuffix
|
||||
@@ -75,7 +75,8 @@ BUILD()
|
||||
{
|
||||
python bootstrap.py
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user