Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.14.ebuild
Date: Mon, 12 Jan 2009 21:08:25
Message-Id: E1LMU1G-0002k9-A8@stork.gentoo.org
1 angelos 09/01/12 21:08:22
2
3 Modified: ChangeLog mpd-0.14.ebuild
4 Log:
5 Add use_enable for lame, bug 254545
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)
7
8 Revision Changes Path
9 1.148 media-sound/mpd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.148&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.148&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.147&r2=1.148
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
18 retrieving revision 1.147
19 retrieving revision 1.148
20 diff -u -r1.147 -r1.148
21 --- ChangeLog 30 Dec 2008 21:14:47 -0000 1.147
22 +++ ChangeLog 12 Jan 2009 21:08:22 -0000 1.148
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-sound/mpd
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.147 2008/12/30 21:14:47 angelos Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.148 2009/01/12 21:08:22 angelos Exp $
29 +
30 + 12 Jan 2009; Christoph Mende <angelos@g.o> mpd-0.14.ebuild:
31 + Add use_enable for lame, bug 254545
32
33 30 Dec 2008; Christoph Mende <angelos@g.o> mpd-0.13.2.ebuild,
34 mpd-0.14.ebuild:
35
36
37
38 1.4 media-sound/mpd/mpd-0.14.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild?r1=1.3&r2=1.4
43
44 Index: mpd-0.14.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- mpd-0.14.ebuild 30 Dec 2008 21:14:47 -0000 1.3
51 +++ mpd-0.14.ebuild 12 Jan 2009 21:08:22 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.3 2008/12/30 21:14:47 angelos Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.4 2009/01/12 21:08:22 angelos Exp $
58
59 EAPI=2
60
61 @@ -62,9 +62,10 @@
62
63 if use icecast; then
64 myconf+=" $(use_enable vorbis shout_ogg) $(use_enable lame shout_mp3)
65 - $(use_enable lame lametest)"
66 + $(use_enable lame lametest) $(use_enable lame)"
67 else
68 - myconf+=" --disable-shout_ogg --disable-shout_mp3"
69 + myconf+=" --disable-shout_ogg --disable-shout_mp3 --disable-lametest
70 + --disable-lame"
71 fi
72
73 if use ogg && use flac; then