Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 731 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/normalize/normalize-0.7.7-r2.smage2,v 1.1 2008/04/05 09:14:50 niro Exp $
2
3 PNAME="normalize"
4 PVER="0.7.7"
5 PBUILD="r2"
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 SDEPEND=">= media-sound/xmms-1.2.10"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://savannah.nongnu.org/download/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --enable-xmms --with-mad --with-audiofile || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id