mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
committed by
Augustin Cavalier
parent
87a3f50ee8
commit
ebab482438
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Simple Direct Layer Mixer Library"
|
||||
SUMMARY="SDL2 mixing library"
|
||||
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 \
|
||||
@@ -7,7 +7,7 @@ Ogg Vorbis, and SMPEG MP3 libraries."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f"
|
||||
SOURCE_DIR="SDL2_mixer-$portVersion"
|
||||
@@ -23,9 +23,10 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libSDL2_2.0$secondaryArchSuffix
|
||||
lib:libgl$secondaryArchSuffix
|
||||
lib:libsdl2_2.0$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libFLAC$secondaryArchSuffix
|
||||
lib:libflac$secondaryArchSuffix
|
||||
lib:libfluidsynth$secondaryArchSuffix
|
||||
lib:libmad$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
@@ -66,7 +67,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
libtoolize -fci
|
||||
aclocal --force --install -I acinclude
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user