media-video: code style.

This commit is contained in:
Jerome Duval
2018-08-03 15:02:09 +02:00
parent 2cde3ec3eb
commit bb14fa0831
10 changed files with 30 additions and 30 deletions

View File

@@ -9,14 +9,16 @@ REVISION="1"
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="aada14e025317b5b3e8e58ffaf7902e8b6e4ec347a93d25a7c10d3579426d795"
SOURCE_FILENAME="mpv-$portVersion.tar.gz"
SOURCE_FILENAME_2="waf-1.9.12"
SOURCE_URI_2="https://waf.io/$SOURCE_FILENAME_2#noarchive
http://www.freehackers.org/~tnagy/release/$SOURCE_FILENAME_2#noarchive"
CHECKSUM_SHA256_2="66f3983fcc6dc0d17393514b2b52063702004800428327db3597754dd05c3fbc"
SOURCE_FILENAME_2="waf-1.9.12"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
GLOBAL_WRITABLE_FILES="settings/mpv/encoding-profiles.conf keep-old"
PROVIDES="
mpv$secondaryArchSuffix = $portVersion
cmd:mpv$secondaryArchSuffix
@@ -88,8 +90,6 @@ BUILD_PREREQUIRES="
cmd:yasm
"
GLOBAL_WRITABLE_FILES="settings/mpv/encoding-profiles.conf keep-old"
BUILD()
{
# Do not call "python bootstrap.py" as it (only) downloads waf.