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