Magellan Linux

Annotation of /branches/magellan-next/core/libsamplerate/libsamplerate-0.1.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8937 - (hide annotations) (download)
Wed Aug 24 17:41:58 2011 UTC (12 years, 9 months ago) by niro
File size: 631 byte(s)
auto added: ver bump to 0.1.8-r1
1 niro 8937 # $Id$
2    
3     PNAME="libsamplerate"
4     PVER="0.1.8"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8    
9     DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio."
10     HOMEPAGE="http://www.mega-nerd.com/SRC/"
11    
12     DEPEND=">= media-libs/libsndfile-1.0.24"
13     SDEPEND=">= dev-util/pkgconfig-0.25"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude multilib
19    
20     SRC_URI=(
21     http://www.mega-nerd.com/SRC/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE}download.html | lasttarball gz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --enable-sndfile --disable-fftw || die
32     mmake || die
33     }