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: sound-juicer-3.5.1_pre20130826.ebuild ChangeLog
Date: Mon, 26 Aug 2013 21:59:38
Message-Id: 20130826215927.A44E520047@flycatcher.gentoo.org
1 eva 13/08/26 21:59:27
2
3 Modified: ChangeLog
4 Added: sound-juicer-3.5.1_pre20130826.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.228 media-sound/sound-juicer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.228&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.228&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.227&r2=1.228
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
20 retrieving revision 1.227
21 retrieving revision 1.228
22 diff -u -r1.227 -r1.228
23 --- ChangeLog 29 Mar 2013 23:19:32 -0000 1.227
24 +++ ChangeLog 26 Aug 2013 21:59:27 -0000 1.228
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/sound-juicer
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.227 2013/03/29 23:19:32 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.228 2013/08/26 21:59:27 eva Exp $
30 +
31 +*sound-juicer-3.5.1_pre20130826 (26 Aug 2013)
32 +
33 + 26 Aug 2013; Gilles Dartiguelongue <eva@g.o>
34 + +sound-juicer-3.5.1_pre20130826.ebuild:
35 + Version bump.
36
37 29 Mar 2013; Gilles Dartiguelongue <eva@g.o>
38 -sound-juicer-3.4.0.ebuild:
39
40
41
42 1.1 media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sound-juicer-3.5.1_pre20130826.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.5.1_pre20130826.ebuild,v 1.1 2013/08/26 21:59:27 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="yes"
55 #GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="CD ripper for GNOME"
60 HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
61 SRC_URI="http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.bz2"
62
63 LICENSE="GPL-2+"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
66 IUSE="flac test vorbis"
67
68 COMMON_DEPEND="
69 app-text/iso-codes
70 >=dev-libs/glib-2.32:2
71 >=x11-libs/gtk+-3.2:3
72 media-libs/libcanberra[gtk3]
73 >=app-cdr/brasero-2.90
74 >=gnome-base/gconf-2:2
75 sys-apps/dbus
76
77 media-libs/libdiscid
78 >=media-libs/musicbrainz-5.0.1:5
79
80 media-libs/gstreamer:1.0
81 media-libs/gst-plugins-base:1.0[vorbis?]
82 flac? ( media-plugins/gst-plugins-flac:1.0 )
83 "
84 RDEPEND="${COMMON_DEPEND}
85 gnome-base/gvfs[cdda,udev]
86 || (
87 media-plugins/gst-plugins-cdparanoia:1.0
88 media-plugins/gst-plugins-cdio:1.0 )
89 media-plugins/gst-plugins-meta:1.0
90 "
91 DEPEND="${COMMON_DEPEND}
92 >=dev-util/intltool-0.40
93 >=app-text/scrollkeeper-0.3.5
94 app-text/gnome-doc-utils
95 virtual/pkgconfig
96 test? ( ~app-text/docbook-xml-dtd-4.3 )"
97
98 # Upstream did not do a post-release version bump.
99 S="${WORKDIR}/${PN}-3.5.0"
100
101 src_prepare() {
102 gnome2_src_prepare
103
104 # FIXME: gst macros does not take GST_INSPECT override anymore but we need a
105 # way to disable inspection due to gst-clutter always creating a GL context
106 # which is forbidden in sandbox since it needs write access to
107 # /dev/card*/dri
108 sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \
109 -i configure || die
110 }
111
112 pkg_postinst() {
113 gnome2_pkg_postinst
114 ewarn "If ${PN} does not rip to some music format, please check your USE flags"
115 ewarn "on media-libs/libgnome-media-profiles and media-plugins/gst-plugins-meta"
116 ewarn
117 ewarn "The list of audio encoding profiles in ${P} is non-customizable."
118 ewarn "A possible workaround is to rip to flac using ${PN}, and convert to"
119 ewarn "your desired format using a separate tool."
120 }