Magellan Linux

Contents of /smage/trunk/extras/libsamplerate/libsamplerate-0.1.9-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11787 - (show annotations) (download)
Fri Jan 12 10:19:21 2018 UTC (6 years, 3 months ago) by niro
File size: 736 byte(s)
auto added: ver bump to 0.1.9-r4
1 # $Id$
2
3 PNAME="libsamplerate"
4 PVER="0.1.9"
5 PBUILD="r4"
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.26"
13 ALX_DEV_DEPEND=">= media-libs/libsndfile-dev-1.0.26"
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 ${ALX_DEV_DEPEND}"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21 sminclude multilib mbuild alx-split
22
23 SRC_URI=(
24 http://www.mega-nerd.com/SRC/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd ${HOMEPAGE}download.html | lasttarball gz"
29
30 src_compile()
31 {
32 mconfigure --enable-sndfile --disable-fftw || die
33 mmake || die
34 }