Magellan Linux

Contents of /trunk/extras/normalize/normalize-0.7.7-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3799 - (show annotations) (download)
Wed Nov 4 08:27:13 2009 UTC (14 years, 6 months ago) by niro
File size: 688 byte(s)
auto added: ver bump to 0.7.7-r4
1 # $Id$
2
3 PNAME="normalize"
4 PVER="0.7.7"
5 PBUILD="r4"
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