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.28.0.ebuild
Date: Thu, 29 Oct 2009 22:28:15
Message-Id: E1N3dTY-0004de-V5@stork.gentoo.org
1 eva 09/10/29 22:28:12
2
3 Modified: ChangeLog
4 Added: sound-juicer-2.28.0.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.171 media-sound/sound-juicer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.171&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.171&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.170&r2=1.171
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
19 retrieving revision 1.170
20 retrieving revision 1.171
21 diff -u -r1.170 -r1.171
22 --- ChangeLog 24 Oct 2009 17:01:55 -0000 1.170
23 +++ ChangeLog 29 Oct 2009 22:28:12 -0000 1.171
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/sound-juicer
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.170 2009/10/24 17:01:55 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.171 2009/10/29 22:28:12 eva Exp $
29 +
30 +*sound-juicer-2.28.0 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +sound-juicer-2.28.0.ebuild:
34 + New version for GNOME 2.28.
35
36 24 Oct 2009; nixnut <nixnut@g.o> sound-juicer-2.26.1.ebuild:
37 ppc stable #281427
38
39
40
41 1.1 media-sound/sound-juicer/sound-juicer-2.28.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.28.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.28.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sound-juicer-2.28.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.28.0.ebuild,v 1.1 2009/10/29 22:28:12 eva Exp $
51
52 EAPI="2"
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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="test"
63
64 # FIXME: possibly automagic dual slot dep on musicbrainz
65 COMMON_DEPEND=">=dev-libs/glib-2.18
66 >=x11-libs/gtk+-2.14
67
68 >=gnome-base/libglade-2
69 >=gnome-base/gconf-2
70 media-libs/libcanberra[gtk]
71 dev-libs/dbus-glib
72
73 >=media-libs/musicbrainz-3.0.2:3
74 >=dev-libs/libcdio-0.70
75 >=gnome-extra/gnome-media-2.11.91
76 >=app-cdr/brasero-0.9.1
77
78 >=media-libs/gstreamer-0.10.15:0.10
79 >=media-libs/gst-plugins-base-0.10:0.10"
80
81 RDEPEND="${COMMON_DEPEND}
82 >=media-plugins/gst-plugins-gconf-0.10:0.10
83 >=media-plugins/gst-plugins-gio-0.10:0.10
84 || (
85 >=media-plugins/gst-plugins-cdparanoia-0.10:0.10
86 >=media-plugins/gst-plugins-cdio-0.10:0.10 )
87 >=media-plugins/gst-plugins-meta-0.10-r2:0.10"
88
89 DEPEND="${COMMON_DEPEND}
90 >=dev-util/pkgconfig-0.9
91 >=dev-util/intltool-0.40
92 >=app-text/scrollkeeper-0.3.5
93 app-text/gnome-doc-utils
94 test? ( ~app-text/docbook-xml-dtd-4.3 )"
95
96 DOCS="AUTHORS ChangeLog NEWS README TODO"
97
98 pkg_setup() {
99 G2CONF="${G2CONF} --disable-scrollkeeper"
100
101 # needed to get around some sandboxing checks
102 export GST_INSPECT=/bin/true
103 }
104
105 pkg_postinst() {
106 gnome2_pkg_postinst
107 ewarn
108 ewarn "If ${PN} does not rip to some music format, please check your"
109 ewarn "USE flags on media-plugins/gst-plugins-meta"
110 ewarn
111 }