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.15.9.ebuild
Date: Wed, 26 May 2010 17:49:58
Message-Id: 20100526174955.3CE0F2CEEE@corvid.gentoo.org
1 angelos 10/05/26 17:49:54
2
3 Modified: mpd-0.15.9.ebuild
4 Log:
5 Minor improvements
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/mpd/mpd-0.15.9.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild?r1=1.1&r2=1.2
14
15 Index: mpd-0.15.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mpd-0.15.9.ebuild 1 May 2010 11:20:43 -0000 1.1
22 +++ mpd-0.15.9.ebuild 26 May 2010 17:49:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.15.9.ebuild,v 1.1 2010/05/01 11:20:43 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild,v 1.2 2010/05/26 17:49:54 angelos Exp $
28
29 EAPI=2
30 inherit eutils flag-o-matic multilib
31 @@ -18,7 +18,7 @@
32 vorbis wavpack zip"
33
34 RDEPEND="!sys-cluster/mpich2
35 - >=dev-libs/glib-2.4:2
36 + >=dev-libs/glib-2.6:2
37 aac? ( >=media-libs/faad2-2 )
38 alsa? ( media-sound/alsa-utils )
39 ao? ( >=media-libs/libao-0.8.4[alsa?,pulseaudio?] )
40 @@ -65,8 +65,9 @@
41 }
42
43 src_configure() {
44 - local mpdconf="--enable-tcp --enable-un --disable-wildmidi
45 - --disable-libOggFLACtest --disable-documentation"
46 + local mpdconf="--disable-dependency-tracking --enable-tcp --enable-un
47 + --disable-wildmidi --disable-libOggFLACtest --disable-documentation
48 + --docdir=${EPREFIX}/usr/share/doc/${PF}"
49
50 if use network; then
51 mpdconf+=" --enable-shout $(use_enable vorbis vorbis-encoder)
52 @@ -119,9 +120,6 @@
53 keepdir /var/run/mpd
54
55 emake DESTDIR="${D}" install || die "emake install failed"
56 - rm -rf "${D}"/usr/share/doc/mpd
57 -
58 - dodoc AUTHORS NEWS README UPGRADING doc/mpdconf.dist
59
60 insinto /etc
61 newins doc/mpdconf.example mpd.conf