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

@@ -6,24 +6,22 @@ single channel of music, mixed by the popular FLAC, MikMoD MOD, Timidity MIDI, \
Ogg Vorbis, and SMPEG MP3 libraries.
"
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
COPYRIGHT="1997-2012 Sam Lantinga"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f"
SOURCE_DIR="SDL2_mixer-$portVersion"
LICENSE="Zlib"
COPYRIGHT="1997-2012 Sam Lantinga"
REVISION="1"
PATCHES="sdl2_mixer-${portVersion}.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="sdl2_mixer-${portVersion}.patch"
PROVIDES="
sdl2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
@@ -36,6 +34,15 @@ REQUIRES="
lib:libsmpeg$secondaryArchSuffix # requires libSDL
"
PROVIDES_devel="
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
devel:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
"
REQUIRES_devel="
sdl2_mixer$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
devel:libsdl2$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
@@ -46,17 +53,6 @@ BUILD_REQUIRES="
devel:libmikmod$secondaryArchSuffix # requires libSDL
devel:libsmpeg$secondaryArchSuffix # requires libSDL
"
PROVIDES_devel="
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
devel:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
"
REQUIRES_devel="
sdl2_mixer$secondaryArchSuffix == $portVersion base
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal