Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/soundconverter: ChangeLog soundconverter-1.5.4.ebuild
Date: Thu, 27 Jan 2011 22:17:07
Message-Id: 20110127221656.1371C20054@flycatcher.gentoo.org
1 hanno 11/01/27 22:16:56
2
3 Modified: ChangeLog
4 Added: soundconverter-1.5.4.ebuild
5 Log:
6 soundconverter bump
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 media-sound/soundconverter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 21 Nov 2010 18:05:01 -0000 1.17
24 +++ ChangeLog 27 Jan 2011 22:16:55 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/soundconverter
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.17 2010/11/21 18:05:01 hanno Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.18 2011/01/27 22:16:55 hanno Exp $
31 +
32 +*soundconverter-1.5.4 (27 Jan 2011)
33 +
34 + 27 Jan 2011; Hanno Boeck <hanno@g.o> +soundconverter-1.5.4.ebuild:
35 + Version bump, set python active version, split gnome-python deps.
36
37 *soundconverter-1.5.3 (21 Nov 2010)
38
39
40
41
42 1.1 media-sound/soundconverter/soundconverter-1.5.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/soundconverter-1.5.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/soundconverter-1.5.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: soundconverter-1.5.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-1.5.4.ebuild,v 1.1 2011/01/27 22:16:55 hanno Exp $
52
53 PYTHON_DEPEND="2"
54
55 inherit gnome2 python
56
57 DESCRIPTION="A simple sound converter application for the GNOME environment."
58 HOMEPAGE="http://soundconverter.berlios.de"
59 SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="aac flac mp3 vorbis"
65
66 # upstream reported, please remove as soon as it's fixed
67 # http://developer.berlios.de/bugs/?func=detailbug&bug_id=17726&group_id=3213
68 RESTRICT="test"
69
70 RDEPEND=">=dev-python/pygtk-2.12
71 dev-python/pygobject
72 dev-python/gconf-python
73 dev-python/libgnome-python
74 dev-python/gnome-vfs-python
75 gnome-base/libglade
76 gnome-base/gconf
77 =dev-python/gst-python-0.10*
78 =media-plugins/gst-plugins-gnomevfs-0.10*
79 vorbis? (
80 =media-plugins/gst-plugins-vorbis-0.10*
81 =media-plugins/gst-plugins-ogg-0.10*
82 )
83 mp3? (
84 =media-plugins/gst-plugins-lame-0.10*
85 =media-plugins/gst-plugins-mad-0.10*
86 =media-plugins/gst-plugins-taglib-0.10*
87 )
88 flac? ( =media-plugins/gst-plugins-flac-0.10* )
89 aac? ( =media-plugins/gst-plugins-faac-0.10* )"
90
91 DEPEND="${RDEPEND}
92 dev-util/pkgconfig
93 sys-devel/gettext
94 dev-util/intltool"
95
96 pkg_setup() {
97 DOCS="AUTHORS ChangeLog README TODO"
98 python_set_active_version 2
99 }