Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/qtgain: qtgain-0.9.5.ebuild ChangeLog
Date: Fri, 03 Feb 2012 12:22:33
Message-Id: 20120203122221.A361A2004B@flycatcher.gentoo.org
1 johu 12/02/03 12:22:21
2
3 Modified: ChangeLog
4 Added: qtgain-0.9.5.ebuild
5 Log:
6 Version bump by Ben 'yngwin' de Groot <yngwin@×××××.com> wrt bug #370139.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-sound/qtgain/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtgain/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtgain/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtgain/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 23 Dec 2009 21:57:04 -0000 1.1
24 +++ ChangeLog 3 Feb 2012 12:22:21 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/qtgain
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.1 2009/12/23 21:57:04 ssuominen Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.2 2012/02/03 12:22:21 johu Exp $
31 +
32 +*qtgain-0.9.5 (03 Feb 2012)
33 +
34 + 03 Feb 2012; Johannes Huber <johu@g.o> +qtgain-0.9.5.ebuild:
35 + Version bump by Ben 'yngwin' de Groot <yngwin@×××××.com> wrt bug #370139.
36
37 *qtgain-0.8.0 (23 Dec 2009)
38
39
40
41
42 1.1 media-sound/qtgain/qtgain-0.9.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtgain/qtgain-0.9.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtgain/qtgain-0.9.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qtgain-0.9.5.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/qtgain-0.9.5.ebuild,v 1.1 2012/02/03 12:22:21 johu Exp $
52
53 EAPI=4
54
55 MY_PN="QtGain"
56 inherit qt4-r2
57
58 DESCRIPTION="A simple frontend to mp3gain, vorbisgain and metaflac"
59 HOMEPAGE="http://www.qt-apps.org/content/show.php/QtGain?content=56842"
60 SRC_URI="http://www.qt-apps.org/CONTENT/content-files/56842-${MY_PN}.tar.lzma
61 -> ${P}.tar.lzma"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="flac mp3 mp4 vorbis"
67
68 DEPEND="x11-libs/qt-gui:4"
69 RDEPEND="${DEPEND}
70 flac? ( media-libs/flac )
71 mp3? ( media-sound/mp3gain )
72 mp4? ( media-sound/aacgain )
73 vorbis? ( media-sound/vorbisgain )
74 media-sound/id3v2"
75
76 S="${WORKDIR}/${MY_PN}"
77
78 src_install() {
79 dobin bin/${PN}
80 newicon Icons/lsongs.png ${PN}.png
81 make_desktop_entry ${PN} ${MY_PN}
82 }