Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -17,7 +17,6 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
gst_plugins_bad${secondaryArchSuffix} = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
gst_plugins_base${secondaryArchSuffix}
@@ -38,6 +37,14 @@ REQUIRES="
lib:liborc_0.4$secondaryArchSuffix
"
PROVIDES_devel="
gst_plugins_bad${secondaryArchSuffix}_devel = $portVersion
"
REQUIRES_devel="
haiku$secondaryArchSuffix
gst_plugins_bad${secondaryArchSuffix}
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
gst_plugins_base${secondaryArchSuffix}_devel
@@ -55,7 +62,6 @@ BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
devel:liborc_0.4$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -73,15 +79,6 @@ BUILD_PREREQUIRES="
cmd:which
"
PROVIDES_devel="
gst_plugins_bad${secondaryArchSuffix}_devel = $portVersion
"
REQUIRES_devel="
haiku$secondaryArchSuffix
gst_plugins_bad${secondaryArchSuffix}
"
BUILD()
{
runConfigure ./configure --disable-examples --disable-debug --disable-nls \