Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/picard: picard-0.9.0_alpha14.ebuild ChangeLog
Date: Sun, 16 Sep 2007 21:51:11
Message-Id: E1IX1tu-0002Fn-7V@stork.gentoo.org
1 coldwind 07/09/16 21:43:34
2
3 Modified: picard-0.9.0_alpha14.ebuild ChangeLog
4 Log:
5 Fix ctypes dep, make cdaudio elog message more clear. bug #190258 thanks to René Necoro Neumann <necoro@××××××.net>.
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.3 media-sound/picard/picard-0.9.0_alpha14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/picard/picard-0.9.0_alpha14.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/picard/picard-0.9.0_alpha14.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/picard/picard-0.9.0_alpha14.ebuild?r1=1.2&r2=1.3
14
15 Index: picard-0.9.0_alpha14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/picard/picard-0.9.0_alpha14.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- picard-0.9.0_alpha14.ebuild 27 Aug 2007 16:57:41 -0000 1.2
22 +++ picard-0.9.0_alpha14.ebuild 16 Sep 2007 21:43:33 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-0.9.0_alpha14.ebuild,v 1.2 2007/08/27 16:57:41 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-0.9.0_alpha14.ebuild,v 1.3 2007/09/16 21:43:33 coldwind Exp $
28
29 inherit eutils distutils
30
31 @@ -16,11 +16,11 @@
32 IUSE="cdaudio ffmpeg nls"
33
34 RDEPEND=">=dev-lang/python-2.4
35 + || ( >=dev-lang/python-2.5 >=dev-python/ctypes-0.9 )
36 >=dev-python/PyQt4-4.1
37 >=x11-libs/qt-4.2
38 >=media-libs/mutagen-1.9
39 - cdaudio? ( >=media-libs/libdiscid-0.1.1
40 - || ( >=dev-lang/python-2.5 >=dev-python/ctypes-0.9 ) )
41 + cdaudio? ( >=media-libs/libdiscid-0.1.1 )
42 ffmpeg? ( >=media-video/ffmpeg-0.4.9
43 >=media-libs/libofa-0.9.2 )"
44
45 @@ -34,10 +34,6 @@
46 ewarn "The 'ffmpeg' USE flag is disabled. Acoustic fingerprinting and"
47 ewarn "recognition will not be available!"
48 fi
49 - if ! use cdaudio; then
50 - ewarn "The 'cdaudio' USE flag is disabled. CD index lookup and"
51 - ewarn "identification will be disabled."
52 - fi
53 }
54
55 src_unpack() {
56 @@ -69,4 +65,10 @@
57 echo
58 elog "You should set the environment variable BROWSER to something like"
59 elog "\"firefox '%s' &\" to let python know which browser to use."
60 + echo
61 + if ! use cdaudio; then
62 + ewarn "The 'cdaudio' USE flag is disabled. CD index lookup and"
63 + ewarn "identification won't be available unless you install"
64 + ewarn "media-libs/libdiscid"
65 + fi
66 }
67
68
69
70 1.3 media-sound/picard/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/picard/ChangeLog?rev=1.3&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/picard/ChangeLog?rev=1.3&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/picard/ChangeLog?r1=1.2&r2=1.3
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v
79 retrieving revision 1.2
80 retrieving revision 1.3
81 diff -u -r1.2 -r1.3
82 --- ChangeLog 27 Aug 2007 16:57:41 -0000 1.2
83 +++ ChangeLog 16 Sep 2007 21:43:33 -0000 1.3
84 @@ -1,6 +1,11 @@
85 # ChangeLog for media-sound/picard
86 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.2 2007/08/27 16:57:41 angelos Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.3 2007/09/16 21:43:33 coldwind Exp $
89 +
90 + 16 Sep 2007; Santiago M. Mola <coldwind@g.o>
91 + picard-0.9.0_alpha14.ebuild:
92 + Fix ctypes dep, make cdaudio elog message more clear. bug #190258 thanks to
93 + René Necoro Neumann <necoro@××××××.net>.
94
95 27 Aug 2007; Christoph Mende <angelos@g.o>
96 picard-0.9.0_alpha14.ebuild:
97
98
99
100 --
101 gentoo-commits@g.o mailing list