Magellan Linux

Annotation of /trunk/extras/libao/libao-0.8.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2969 - (hide annotations) (download)
Thu Jul 16 15:39:59 2009 UTC (14 years, 11 months ago) by niro
File size: 984 byte(s)
auto added: ver bump to 0.8.8-r2
1 niro 2969 # $Id$
2    
3     PNAME="libao"
4     PVER="0.8.8"
5     PBUILD="r2"
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.19
15     >= media-libs/nas-1.9"
16    
17     SDEPEND=">= media-sound/esound-0.2.41"
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     mconfigure \
39     --enable-alsa09 \
40     --enable-alsa09-mmap \
41     --enable-esd \
42     --enable-nas \
43     --enable-shared \
44     --disable-static \
45     ${myconf} \
46     || die
47    
48     # does not like optimations > -j1
49     mmake -j1 || die
50     }

Properties

Name Value
svn:keywords Id