Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/wavegain: ChangeLog wavegain-1.3.1.ebuild
Date: Thu, 22 Dec 2011 12:51:39
Message-Id: 20111222125129.21FEA2004B@flycatcher.gentoo.org
1 aballier 11/12/22 12:51:29
2
3 Modified: ChangeLog
4 Added: wavegain-1.3.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 media-sound/wavegain/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavegain/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavegain/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavegain/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/wavegain/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 18 Dec 2011 20:20:34 -0000 1.11
24 +++ ChangeLog 22 Dec 2011 12:51:29 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/wavegain
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/wavegain/ChangeLog,v 1.11 2011/12/18 20:20:34 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/wavegain/ChangeLog,v 1.12 2011/12/22 12:51:29 aballier Exp $
30 +
31 +*wavegain-1.3.1 (22 Dec 2011)
32 +
33 + 22 Dec 2011; Alexis Ballier <aballier@g.o> +wavegain-1.3.1.ebuild:
34 + version bump
35
36 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@g.o> wavegain-1.3.0.ebuild:
37 x86 stable wrt bug #393727
38
39
40
41 1.1 media-sound/wavegain/wavegain-1.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavegain/wavegain-1.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavegain/wavegain-1.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wavegain-1.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/wavegain/wavegain-1.3.1.ebuild,v 1.1 2011/12/22 12:51:29 aballier Exp $
51
52 EAPI=4
53
54 inherit toolchain-funcs
55
56 DESCRIPTION="ReplayGain for WAVE audio files"
57 HOMEPAGE="http://www.rarewares.org/files/others/"
58 SRC_URI="http://www.rarewares.org/files/others/${P}srcs.zip"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 app-arch/unzip"
68
69 S=${WORKDIR}/${P/wavegain/WaveGain}
70
71 src_compile(){
72 $(tc-getCC) ${LDFLAGS} ${CFLAGS} *.c -o ${PN} \
73 -DHAVE_CONFIG_H -lm || die "build failed"
74 }
75
76 src_install(){
77 dobin ${PN}
78 }