Magellan Linux

Annotation of /trunk/todo/libsoundtouch/libsoundtouch-1.3.1-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2450 - (hide annotations) (download)
Thu Jul 9 20:02:44 2009 UTC (14 years, 11 months ago) by niro
File size: 983 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/libsoundtouch/libsoundtouch-1.3.1-r5.smage2,v 1.1 2008/04/03 18:03:57 niro Exp $
2    
3     PNAME="libsoundtouch"
4     PVER="1.3.1"
5     PBUILD="r5"
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}-${PVER}-cflags.patch
24     mirror://${PNAME}/${PNAME}-${PVER}-doc-3.patch
25     mirror://${PNAME}/${PNAME}-${PVER}-am-fixes.patch
26     )
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fix CFLAGS
34     mpatch ${PNAME}-${PVER}-cflags.patch || die
35    
36     # fix doc dir
37     mpatch ${PNAME}-${PVER}-doc-3.patch || die
38    
39     # autotools fixes
40     mpatch ${PNAME}-${PVER}-am-fixes.patch || die
41    
42     autoreconf --install --force || die
43     }

Properties

Name Value
svn:keywords Id