Magellan Linux

Annotation of /branches/magellan-next/core/libsndfile/libsndfile-1.0.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8173 - (hide annotations) (download)
Tue Jul 12 22:40:47 2011 UTC (12 years, 10 months ago) by niro
File size: 724 byte(s)
auto added: ver bump to 1.0.24-r1
1 niro 8173 # $Id$
2    
3     PNAME="libsndfile"
4     PVER="1.0.24"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8    
9     DESCRIPTION="libsndfile is a library for reading and writing files containing sampled sound."
10     HOMEPAGE="http://www.mega-nerd.com/libsndfile/"
11    
12     DEPEND=">= media-libs/flac-1.2.1
13     >= media-libs/alsa-lib-1.0.24"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild multilib
19    
20     SRC_URI=(
21     http://www.mega-nerd.com/${PNAME}/files/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
26    
27     src_compile()
28     {
29     mconfigure \
30     --disable-werror \
31     --disable-gcc-pipe \
32     --disable-dependency-tracking \
33     --disable-sqlite \
34     --enable-flac \
35     --enable-alsa \
36     || die
37    
38     mmake || die
39     }