Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331211 | Differences between
and this patch

Collapse All | Expand All

(-)mp3gain-1.5.2.ebuild (-8 / +3 lines)
Lines 6-15 Link Here
6
inherit toolchain-funcs
6
inherit toolchain-funcs
7
7
8
MY_P=${P//./_}
8
MY_P=${P//./_}
9
MY_P=${MY_P/_p*}
10
PLEVEL=${PV/*p}
9
11
10
DESCRIPTION="A program to analyze and adjust MP3 files to same volume"
12
DESCRIPTION="A program to analyze and adjust MP3 files to same volume"
11
HOMEPAGE="http://mp3gain.sourceforge.net/"
13
HOMEPAGE="http://mp3gain.sourceforge.net/"
12
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip"
14
SRC_URI="mirror://sourceforge/${PN}/${MY_P}_r2-src.zip"
13
15
14
LICENSE="LGPL-2.1"
16
LICENSE="LGPL-2.1"
15
SLOT="0"
17
SLOT="0"
Lines 21-33 Link Here
21
23
22
S=${WORKDIR}
24
S=${WORKDIR}
23
25
24
src_prepare() {
25
	sed -i \
26
		-e 's:CFLAGS= -Wall -O2:CFLAGS+= -Wall:' \
27
		-e 's:$(CC) -o:$(CC) $(LDFLAGS) -o:' \
28
		Makefile || die
29
}
30
31
src_compile() {
26
src_compile() {
32
	emake CC="$(tc-getCC)" || die
27
	emake CC="$(tc-getCC)" || die
33
}
28
}

Return to bug 331211