Magellan Linux

Contents of /trunk/extras/sdl-sound/sdl-sound-1.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5027 - (show annotations) (download)
Mon Mar 1 16:46:04 2010 UTC (14 years, 2 months ago) by niro
File size: 996 byte(s)
auto added: ver bump to 1.0.3-r1
1 # $Id$
2
3 PNAME="sdl-sound"
4 PVER="1.0.3"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="SDL_sound is a library that handles the decoding of several sound file formats, such as .wav and .mp3."
11 HOMEPAGE="http://icculus.org/SDL_sound/"
12
13 DEPEND=">= media-libs/libsdl-1.2.14
14 >= media-libs/libogg-1.1.4
15 >= media-libs/libvorbis-1.2.3
16 >= media-libs/flac-1.2.1
17 >= media-libs/speex-1.2"
18
19 SRCFILE="SDL_sound-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/SDL_sound-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://icculus.org/SDL_sound/downloads/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE}'/downloads/?C=M;O=A' | grep SDL_sound-[0-9] | lasttarball gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 # disabled smpeg support, we drop this old stuff sooner or later!
36 mconfigure \
37 --enable-midi \
38 --enable-mpglib \
39 --enable-flac \
40 --enable-speex \
41 --enable-ogg \
42 --disable-mikmod \
43 --disable-modplug \
44 --disable-physfs \
45 --disable-smpeg \
46 || die
47
48 mmake || die
49 }

Properties

Name Value
svn:keywords Id