Added dependencies for sdl-mixer and flac.

This commit is contained in:
Scott McCreary
2010-08-29 21:11:31 +00:00
parent 148283a3fa
commit 80b2406d55
2 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ SRC_URI="http://downloads.sourceforge.net/project/flac/flac-src/flac-1.2.1-src/f
CHECKSUM_MD5="153c8b15a54da428d1f0fadc756c22c7"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="gettext >= 0.17"
BUILD {
cd flac-1.2.1
libtoolize --force --copy --install

View File

@@ -4,7 +4,13 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.g
CHECKSUM_MD5="65ada3d997fe85109191a5fb083f248c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="libsdl >= 1.2.14
flac >= 1.2.1
libmad >= 0.15.1
libvorbis >= 1.3.1
libmikmod >= 3.1.11
libogg >= 1.2.0
smpeg >= 0.4.5"
BUILD {
cd SDL_mixer-1.2.11
libtoolize --force --copy --install