Magellan Linux

Annotation of /branches/R11-stable/extras/libsndfile/libsndfile-1.0.25-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15239 - (hide annotations) (download)
Wed Jan 2 11:01:02 2013 UTC (11 years, 5 months ago) by niro
File size: 739 byte(s)
-release branches/R11-stable
1 niro 9801 # $Id$
2    
3     PNAME="libsndfile"
4     PVER="1.0.25"
5     PBUILD="r2"
6    
7 niro 10296 PCAT="media-libs"
8 niro 9801
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 niro 10297 msetfeature "!check"
20 niro 9801
21     SRC_URI=(
22     http://www.mega-nerd.com/${PNAME}/files/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
27    
28     src_compile()
29     {
30     mconfigure \
31     --disable-werror \
32     --disable-gcc-pipe \
33     --disable-dependency-tracking \
34     --disable-sqlite \
35     --enable-flac \
36     --enable-alsa \
37     || die
38    
39     mmake || die
40     }