Magellan Linux

Contents of /branches/branch-xorg18/extras/libsamplerate/libsamplerate-0.1.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 646 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="libsamplerate"
4 PVER="0.1.7"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio."
11 HOMEPAGE="http://www.mega-nerd.com/SRC/"
12
13 DEPEND=">= media-libs/libsndfile-0.1.20"
14 SDEPEND=">= dev-util/pkgconfig-0.23"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.mega-nerd.com/SRC/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}download.html | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --enable-sndfile --disable-fftw || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id