mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -3,8 +3,7 @@ DESCRIPTION="
|
||||
sdl2_mixer is a simple multi-channel audio mixer library. It supports any \
|
||||
number of simultaneously playing channels of 16 bit stereo audio, plus a \
|
||||
single channel of music, mixed by the popular FLAC, MikMoD MOD, Timidity MIDI, \
|
||||
Ogg Vorbis, and SMPEG MP3 libraries.
|
||||
"
|
||||
Ogg Vorbis, and SMPEG MP3 libraries."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
@@ -21,7 +20,7 @@ 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
|
||||
@@ -32,7 +31,7 @@ REQUIRES="
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
lib:libmikmod$secondaryArchSuffix # requires libSDL
|
||||
lib:libsmpeg$secondaryArchSuffix # requires libSDL
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
|
||||
Reference in New Issue
Block a user