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: mpd-0.14.ebuild
Date: Mon, 12 Jan 2009 23:41:37
Message-Id: E1LMWPY-0004xM-3B@stork.gentoo.org
1 angelos 09/01/12 23:41:36
2
3 Modified: mpd-0.14.ebuild
4 Log:
5 Whitespace fixes
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)
7
8 Revision Changes Path
9 1.6 media-sound/mpd/mpd-0.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild?r1=1.5&r2=1.6
14
15 Index: mpd-0.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- mpd-0.14.ebuild 12 Jan 2009 23:38:52 -0000 1.5
22 +++ mpd-0.14.ebuild 12 Jan 2009 23:41:36 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.5 2009/01/12 23:38:52 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.6 2009/01/12 23:41:36 angelos Exp $
28
29 EAPI=2
30
31 @@ -48,7 +48,7 @@
32 ewarn "USE=icecast enabled but lame and vorbis disabled,"
33 ewarn "disabling icecast"
34 fi
35 -
36 +
37 enewuser mpd "" "" "/var/lib/mpd" audio
38 }
39
40 @@ -60,7 +60,6 @@
41 src_configure() {
42 local myconf=""
43
44 -
45 if ! use alsa && ! use ao && ! use icecast && ! use jack && ! use oss && \
46 ! use pulseaudio; then
47 eerror "You did not enable any output backend."
48 @@ -73,7 +72,7 @@
49 einfo "USE=pulseaudio - output via media-sound/pulseaudio"
50 die "No audio output enabled"
51 fi
52 -
53 +
54 if use icecast; then
55 myconf+=" $(use_enable vorbis shout_ogg) $(use_enable lame shout_mp3)
56 $(use_enable lame lametest) $(use_enable lame)"