Magellan Linux

Contents of /trunk/extras/libsoundtouch/libsoundtouch-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4537 - (show annotations) (download)
Thu Dec 24 23:58:02 2009 UTC (14 years, 5 months ago) by niro
File size: 947 byte(s)
auto added: ver bump to 1.4.0-r1
1 # $Id$
2
3 PNAME="libsoundtouch"
4 PVER="1.4.0"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="SoundTouch is a audio processing library for modifing audio streams."
11 HOMEPAGE="http://www.surina.net/soundtouch/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME/lib/}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.surina.net/${PNAME/lib/}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-1.3.1-cflags.patch
24 mirror://${PNAME}/${PNAME}-1.3.1-doc-3.patch
25 mirror://${PNAME}/${PNAME}-1.3.1-am-fixes.patch
26 )
27
28 UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME/lib/} | lasttarball gz"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fix CFLAGS
36 mpatch ${PNAME}-1.3.1-cflags.patch || die
37
38 # fix doc dir
39 mpatch ${PNAME}-1.3.1-doc-3.patch || die
40
41 # autotools fixes
42 mpatch ${PNAME}-1.3.1-am-fixes.patch || die
43
44 autoreconf --install --force || die
45 }

Properties

Name Value
svn:keywords Id