Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-sound/qtgain/
Date: Fri, 03 Feb 2012 05:12:59
Message-Id: 0b8485a65a3fb295e48c79615326708e9dca6468.yngwin@gentoo
1 commit: 0b8485a65a3fb295e48c79615326708e9dca6468
2 Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 3 05:12:35 2012 +0000
4 Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 3 05:12:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0b8485a6
7
8 media-sound/qtgain: version bump to 0.9.5 (bug #370139)
9
10 ---
11 media-sound/qtgain/Manifest | 2 ++
12 media-sound/qtgain/qtgain-0.9.5.ebuild | 32 ++++++++++++++++++++++++++++++++
13 2 files changed, 34 insertions(+), 0 deletions(-)
14
15 diff --git a/media-sound/qtgain/Manifest b/media-sound/qtgain/Manifest
16 new file mode 100644
17 index 0000000..ba09c3f
18 --- /dev/null
19 +++ b/media-sound/qtgain/Manifest
20 @@ -0,0 +1,2 @@
21 +DIST qtgain-0.9.5.tar.lzma 60433 RMD160 41bf29eaace424804c96385f6287b8965b1be8b9 SHA1 7bba9b661360529fc5a9cd869692e8a6982fe2a0 SHA256 4429bae7c034dd9d8fd263d7fe8eeb94a259617e5a8b8fccfe77a1e44fe07ac2
22 +EBUILD qtgain-0.9.5.ebuild 888 RMD160 845f918ad9d4b26a88098451c1b64c3519a51d5a SHA1 9ae08052a4de46f6384bb35d02c101a0f2168b26 SHA256 8dc7992a35e4507820728f19a069c1f71d2f12efe2f315fdbbe12fd553895a7d
23
24 diff --git a/media-sound/qtgain/qtgain-0.9.5.ebuild b/media-sound/qtgain/qtgain-0.9.5.ebuild
25 new file mode 100644
26 index 0000000..cfb556d
27 --- /dev/null
28 +++ b/media-sound/qtgain/qtgain-0.9.5.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 1999-2012 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/qtgain-0.8.0.ebuild,v 1.1 2009/12/23 21:57:04 ssuominen Exp $
33 +
34 +EAPI="4"
35 +inherit qt4-r2
36 +
37 +DESCRIPTION="A simple frontend to mp3gain, vorbisgain and metaflac"
38 +HOMEPAGE="http://www.qt-apps.org/content/show.php/QtGain?content=56842"
39 +SRC_URI="http://www.qt-apps.org/CONTENT/content-files/56842-QtGain.tar.lzma
40 + -> ${P}.tar.lzma"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE="flac mp3 mp4 vorbis"
46 +
47 +DEPEND="x11-libs/qt-gui:4"
48 +RDEPEND="${DEPEND}
49 + flac? ( media-libs/flac )
50 + mp3? ( media-sound/mp3gain )
51 + mp4? ( media-sound/aacgain )
52 + vorbis? ( media-sound/vorbisgain )
53 + media-sound/id3v2"
54 +
55 +S="${WORKDIR}/QtGain"
56 +
57 +src_install() {
58 + dobin bin/qtgain || die
59 + newicon Icons/lsongs.png qtgain.png
60 + make_desktop_entry qtgain QtGain
61 +}