mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
sdl_sound: fix provides.
This commit is contained in:
@@ -5,7 +5,7 @@ playback tasks simpler."
|
||||
HOMEPAGE="http://www.icculus.org/SDL_sound"
|
||||
COPYRIGHT="2001-2009 Ryan C. Gordon"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="hg+http://hg.icculus.org/icculus/SDL_sound#release-1.0.3"
|
||||
SOURCE_DIR="SDL_sound-$portVersion"
|
||||
|
||||
@@ -14,10 +14,10 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl_sound$secondaryArchSuffix = $portVersion
|
||||
cmd:playsound$secondaryArchSuffix = $portVersion compat >= 2
|
||||
cmd:playsound_simple$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libSDL_sound$secondaryArchSuffix = 1.0_0.8.0 compat >= 1.0_0
|
||||
lib:libSDL_sound_1.0$secondaryArchSuffix = 0.8.0 compat >= 1.0
|
||||
cmd:playsound$secondaryArchSuffix = $portVersion compat >= 1
|
||||
cmd:playsound_simple$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libSDL_sound$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
lib:libSDL_sound_1.0$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,10 +36,9 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl_sound${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
|
||||
devel:SDL_sound$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
devel:libSDL_sound$secondaryArchSuffix = 1.0_0.8.0 compat >= 1.0_0
|
||||
devel:libSDL_sound_1.0$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
sdl_sound${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libsdl_sound$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
devel:libsdl_sound_1.0$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sdl_sound$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user