mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Added dependencies for sdl-mixer and flac.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user