Magellan Linux

Contents of /trunk/extras/libao/libao-0.8.8-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3754 - (show annotations) (download)
Tue Nov 3 14:17:34 2009 UTC (14 years, 6 months ago) by niro
File size: 1017 byte(s)
auto added: ver bump to 0.8.8-r3
1 # $Id$
2
3 PNAME="libao"
4 PVER="0.8.8"
5 PBUILD="r3"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms."
11 HOMEPAGE="http://www.xiph.org/ao/"
12
13 DEPEND=">= virtual/glibc
14 >= media-libs/alsa-lib-1.0.21
15 >= media-libs/nas-1.9"
16
17 SDEPEND=""
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://downloads.xiph.org/releases/ao/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd http://downloads.xiph.org/releases/ao/ | lasttarball gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 # no arts support anymore -> using kde4-branch
36 local myconf="${myconf} --disable-arts"
37
38 # no esound support anymore -> gnome-2.28
39 myconf="${myconf} --disable-esd"
40
41 mconfigure \
42 --enable-alsa09 \
43 --enable-alsa09-mmap \
44 --enable-nas \
45 --enable-shared \
46 --disable-static \
47 ${myconf} \
48 || die
49
50 # does not like optimations > -j1
51 mmake -j1 || die
52 }

Properties

Name Value
svn:keywords Id