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="
|
DESCRIPTION="
|
||||||
sdl2_mixer is a simple multi-channel audio mixer library. It supports any \
|
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 \
|
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/"
|
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||||
LICENSE="Zlib"
|
LICENSE="Zlib"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
|
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f"
|
CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f"
|
||||||
SOURCE_DIR="SDL2_mixer-$portVersion"
|
SOURCE_DIR="SDL2_mixer-$portVersion"
|
||||||
@@ -23,9 +23,10 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libSDL2_2.0$secondaryArchSuffix
|
lib:libgl$secondaryArchSuffix
|
||||||
|
lib:libsdl2_2.0$secondaryArchSuffix
|
||||||
lib:libogg$secondaryArchSuffix
|
lib:libogg$secondaryArchSuffix
|
||||||
lib:libFLAC$secondaryArchSuffix
|
lib:libflac$secondaryArchSuffix
|
||||||
lib:libfluidsynth$secondaryArchSuffix
|
lib:libfluidsynth$secondaryArchSuffix
|
||||||
lib:libmad$secondaryArchSuffix
|
lib:libmad$secondaryArchSuffix
|
||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis$secondaryArchSuffix
|
||||||
@@ -66,7 +67,7 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
libtoolize --force --copy --install
|
libtoolize -fci
|
||||||
aclocal --force --install -I acinclude
|
aclocal --force --install -I acinclude
|
||||||
autoconf
|
autoconf
|
||||||
runConfigure ./configure
|
runConfigure ./configure
|
||||||
|
|||||||
Reference in New Issue
Block a user