Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/easytag: easytag-2.1.5.ebuild ChangeLog
Date: Tue, 29 Apr 2008 13:45:27
Message-Id: E1Jqq96-0000GU-S0@stork.gentoo.org
1 drac 08/04/29 13:45:24
2
3 Modified: easytag-2.1.5.ebuild ChangeLog
4 Log:
5 Force --enable-ogg when USE speex is selected wrt #211086, thanks to Vasileios P. Lourdas for reporting.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 media-sound/easytag/easytag-2.1.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild?r1=1.1&r2=1.2
14
15 Index: easytag-2.1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- easytag-2.1.5.ebuild 27 Jan 2008 14:55:05 -0000 1.1
22 +++ easytag-2.1.5.ebuild 29 Apr 2008 13:45:24 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild,v 1.1 2008/01/27 14:55:05 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild,v 1.2 2008/04/29 13:45:24 drac Exp $
28
29 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
30 HOMEPAGE="http://easytag.sourceforge.net"
31 @@ -14,24 +14,32 @@
32 RDEPEND=">=x11-libs/gtk+-2.4.1
33 mp3? ( >=media-libs/id3lib-3.8.3-r6
34 media-libs/libid3tag )
35 - flac? ( >=media-libs/flac-1.1 >=media-libs/libvorbis-1 )
36 - vorbis? ( >=media-libs/libvorbis-1.0.1
37 - >=media-libs/libogg-1 )
38 + flac? ( media-libs/flac
39 + media-libs/libvorbis )
40 + vorbis? ( media-libs/libvorbis )
41 aac? ( media-libs/libmp4v2 )
42 wavpack? ( media-sound/wavpack )
43 - speex? ( media-libs/speex )"
44 + speex? ( media-libs/speex
45 + media-libs/libvorbis )"
46 DEPEND="${RDEPEND}
47 dev-util/pkgconfig
48 sys-devel/gettext"
49
50 src_compile() {
51 + local myconf
52 +
53 + # Speex support fails to build without vorbis wrt #211086
54 + use speex && myconf="--enable-ogg"
55 +
56 econf $(use_enable mp3) \
57 $(use_enable mp3 id3v23) \
58 $(use_enable vorbis ogg) \
59 $(use_enable flac) \
60 $(use_enable aac mp4) \
61 $(use_enable wavpack) \
62 - $(use_enable speex)
63 + $(use_enable speex) \
64 + ${myconf}
65 +
66 emake || die "emake failed."
67 }
68
69
70
71
72 1.114 media-sound/easytag/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.114&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.114&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.113&r2=1.114
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
81 retrieving revision 1.113
82 retrieving revision 1.114
83 diff -u -r1.113 -r1.114
84 --- ChangeLog 27 Jan 2008 14:55:05 -0000 1.113
85 +++ ChangeLog 29 Apr 2008 13:45:24 -0000 1.114
86 @@ -1,6 +1,10 @@
87 # ChangeLog for media-sound/easytag
88 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.113 2008/01/27 14:55:05 drac Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.114 2008/04/29 13:45:24 drac Exp $
91 +
92 + 29 Apr 2008; Samuli Suominen <drac@g.o> easytag-2.1.5.ebuild:
93 + Force --enable-ogg when USE speex is selected wrt #211086, thanks to
94 + Vasileios P. Lourdas for reporting.
95
96 *easytag-2.1.5 (27 Jan 2008)
97
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list