Magellan Linux

Annotation of /branches/R11-unstable/extras/libsamplerate/libsamplerate-0.1.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32641 - (hide annotations) (download)
Mon Apr 29 13:19:40 2019 UTC (5 years, 1 month ago) by niro
File size: 610 byte(s)
-release branches/R11-unstable
1 niro 28526 # $Id$
2    
3     PNAME="libsamplerate"
4     PVER="0.1.9"
5     PBUILD="r1"
6    
7     PCAT="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     mconfigure --enable-sndfile --disable-fftw || die
30     mmake || die
31     }