From 06c915a8470a645f597f439b1a11875df1ef21c8 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 14 Dec 2015 12:53:02 +0300 Subject: [PATCH] mpv: bump version --- media-video/mpv/{mpv-0.11.0.recipe => mpv-0.14.0.recipe} | 9 +++++---- .../{mpv_x86-0.11.0.patchset => mpv_x86-0.14.0.patchset} | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename media-video/mpv/{mpv-0.11.0.recipe => mpv-0.14.0.recipe} (89%) rename media-video/mpv/patches/{mpv_x86-0.11.0.patchset => mpv_x86-0.14.0.patchset} (100%) diff --git a/media-video/mpv/mpv-0.11.0.recipe b/media-video/mpv/mpv-0.14.0.recipe similarity index 89% rename from media-video/mpv/mpv-0.11.0.recipe rename to media-video/mpv/mpv-0.14.0.recipe index 2f60dcd4a..4bd500d58 100644 --- a/media-video/mpv/mpv-0.11.0.recipe +++ b/media-video/mpv/mpv-0.14.0.recipe @@ -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 } diff --git a/media-video/mpv/patches/mpv_x86-0.11.0.patchset b/media-video/mpv/patches/mpv_x86-0.14.0.patchset similarity index 100% rename from media-video/mpv/patches/mpv_x86-0.11.0.patchset rename to media-video/mpv/patches/mpv_x86-0.14.0.patchset