Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: sound-juicer-3.12.0.ebuild ChangeLog
Date: Sat, 31 May 2014 11:45:21
Message-Id: 20140531114517.2E62E2004E@flycatcher.gentoo.org
1 pacho 14/05/31 11:45:17
2
3 Modified: ChangeLog
4 Added: sound-juicer-3.12.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.235 media-sound/sound-juicer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.235&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.235&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.234&r2=1.235
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
20 retrieving revision 1.234
21 retrieving revision 1.235
22 diff -u -r1.234 -r1.235
23 --- ChangeLog 27 Apr 2014 17:36:12 -0000 1.234
24 +++ ChangeLog 31 May 2014 11:45:17 -0000 1.235
25 @@ -1,6 +1,11 @@
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.234 2014/04/27 17:36:12 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.235 2014/05/31 11:45:17 pacho Exp $
30 +
31 +*sound-juicer-3.12.0 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o> +sound-juicer-3.12.0.ebuild:
34 + Version bump
35
36 *sound-juicer-3.11.90 (27 Apr 2014)
37
38
39
40
41 1.1 media-sound/sound-juicer/sound-juicer-3.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sound-juicer-3.12.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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-3.12.0.ebuild,v 1.1 2014/05/31 11:45:17 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit gnome2
56
57 DESCRIPTION="CD ripper for GNOME"
58 HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="flac test vorbis"
64
65 COMMON_DEPEND="
66 app-text/iso-codes
67 >=dev-libs/glib-2.32:2
68 >=x11-libs/gtk+-3.2:3
69 media-libs/libcanberra[gtk3]
70 >=app-cdr/brasero-2.90
71 sys-apps/dbus
72 gnome-base/gsettings-desktop-schemas
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 }