Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 993 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/libao/libao-0.8.8-r1.smage2,v 1.1 2008/02/13 21:19:32 niro Exp $
2
3 PNAME="libao"
4 PVER="0.8.8"
5 PBUILD="r1"
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.16
15 >= media-libs/nas-1.9"
16
17 SDEPEND=">= media-sound/esound-0.2"
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 src_compile()
30 {
31 cd ${SRCDIR}
32
33 # no arts support anymore -> using kde4-branch
34 local myconf="${myconf} --disable-arts"
35
36 mconfigure \
37 --enable-alsa09 \
38 --enable-alsa09-mmap \
39 --enable-esd \
40 --enable-nas \
41 --enable-shared \
42 --disable-static \
43 ${myconf} \
44 || die
45
46 # does not like optimations > -j1
47 mmake -j1 || die
48 }

Properties

Name Value
svn:keywords Id