Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.24.0.ebuild
Date: Sat, 11 Oct 2008 22:52:12
Message-Id: E1KonJh-0006ae-3U@stork.gentoo.org
1 eva 08/10/11 22:52:09
2
3 Modified: ChangeLog
4 Added: sound-juicer-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24. Port to GIO.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.152 media-sound/sound-juicer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.152&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.152&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.151&r2=1.152
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
19 retrieving revision 1.151
20 retrieving revision 1.152
21 diff -u -r1.151 -r1.152
22 --- ChangeLog 25 Sep 2008 15:48:19 -0000 1.151
23 +++ ChangeLog 11 Oct 2008 22:52:09 -0000 1.152
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/sound-juicer
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.151 2008/09/25 15:48:19 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.152 2008/10/11 22:52:09 eva Exp $
29 +
30 +*sound-juicer-2.24.0 (11 Oct 2008)
31 +
32 + 11 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +sound-juicer-2.24.0.ebuild:
34 + New version for GNOME 2.24. Port to GIO.
35
36 25 Sep 2008; Jeroen Roovers <jer@g.o>
37 sound-juicer-2.22.0-r1.ebuild:
38
39
40
41 1.1 media-sound/sound-juicer/sound-juicer-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sound-juicer-2.24.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.24.0.ebuild,v 1.1 2008/10/11 22:52:09 eva Exp $
51
52 EAPI="1"
53
54 inherit eutils gnome2
55
56 DESCRIPTION="CD ripper for GNOME 2"
57 HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~x86-fbsd"
62 IUSE="test"
63
64 RDEPEND=">=dev-libs/glib-2.16
65 >=gnome-extra/nautilus-cd-burner-2.15.3
66 >=x11-libs/gtk+-2.12
67 >=gnome-base/libglade-2
68 >=gnome-base/gconf-2
69 >=gnome-base/libgnomeui-2.13
70 dev-libs/dbus-glib
71 >=media-libs/gstreamer-0.10.5
72 >=gnome-extra/gnome-media-2.11.91
73 >=media-libs/musicbrainz-2.1.3:1
74 >=dev-libs/libcdio-0.70
75 media-libs/taglib
76 >=media-libs/gst-plugins-base-0.10
77 >=media-plugins/gst-plugins-gconf-0.10
78 >=media-plugins/gst-plugins-gio-0.10
79 || (
80 >=media-plugins/gst-plugins-cdparanoia-0.10
81 >=media-plugins/gst-plugins-cdio-0.10
82 )
83
84 >=media-plugins/gst-plugins-meta-0.10-r2:0.10"
85
86 DEPEND="${RDEPEND}
87 >=dev-util/pkgconfig-0.9
88 >=dev-util/intltool-0.40
89 >=app-text/scrollkeeper-0.3.5
90 app-text/gnome-doc-utils
91 test? ( ~app-text/docbook-xml-dtd-4.3 )"
92
93 DOCS="AUTHORS ChangeLog NEWS README TODO"
94
95 # needed to get around some sandboxing checks
96 export GST_INSPECT=/bin/true
97
98 pkg_setup() {
99 G2CONF="${G2CONF} --disable-scrollkeeper"
100 }
101
102 pkg_postinst() {
103 gnome2_pkg_postinst
104 ewarn
105 ewarn "If ${PN} does not rip to some music format, please check your"
106 ewarn "USE flags on media-plugins/gst-plugins-meta"
107 ewarn
108 }