Magellan Linux

Annotation of /trunk/extras/normalize/normalize-0.7.7-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2970 - (hide annotations) (download)
Thu Jul 16 15:41:34 2009 UTC (14 years, 10 months ago) by niro
File size: 688 byte(s)
auto added: ver bump to 0.7.7-r3
1 niro 2970 # $Id$
2    
3     PNAME="normalize"
4     PVER="0.7.7"
5     PBUILD="r3"
6    
7     PCATEGORIE="media-sound"
8     STATE="unstable"
9    
10     DESCRIPTION="normalize is a tool for adjusting the volume of audio files to a standard level."
11     HOMEPAGE="http://normalize.nongnu.org/"
12    
13     DEPEND=">= media-libs/libmad-0.15
14     >= media-libs/audiofile-0.2"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     http://savannah.nongnu.org/download/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd 'http://savannah.nongnu.org/download/${PNAME}/?C=M;O=A' | lasttarball"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --disable-xmms --with-mad --with-audiofile || die
33     mmake || die
34     }

Properties

Name Value
svn:keywords Id