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: metadata.xml mpd-0.17.ebuild ChangeLog mpd-9999.ebuild
Date: Mon, 02 Jul 2012 15:19:01
Message-Id: 20120702151851.10DB12004B@flycatcher.gentoo.org
1 angelos 12/07/02 15:18:51
2
3 Modified: metadata.xml mpd-0.17.ebuild ChangeLog
4 Removed: mpd-9999.ebuild
5 Log:
6 Update 0.17 ebuild and remove outdated live ebuild
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 media-sound/mpd/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/metadata.xml?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/metadata.xml?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/metadata.xml?r1=1.20&r2=1.21
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/metadata.xml,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- metadata.xml 17 Jul 2011 16:08:37 -0000 1.20
24 +++ metadata.xml 2 Jul 2012 15:18:50 -0000 1.21
25 @@ -25,6 +25,8 @@
26 <flag name="network">Enables network streaming support</flag>
27 <flag name="pipe">Support writing audio to a pipe</flag>
28 <flag name="sid">Build with SID (Commodore 64 Audio) support</flag>
29 + <flag name="soundcloud">Build plugin to access soundcloud</flag>
30 + <flag name="soup">Use <pkg>net-libs/libsoup</pkg> for HTTP streaming</flag>
31 <flag name="wildmidi">Enable MIDI support via wildmidi</flag>
32 <flag name="zip">Support for ZIP files</flag>
33 </use>
34
35
36
37 1.2 media-sound/mpd/mpd-0.17.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.17.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.17.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.17.ebuild?r1=1.1&r2=1.2
42
43 Index: mpd-0.17.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- mpd-0.17.ebuild 27 Jun 2012 18:16:37 -0000 1.1
50 +++ mpd-0.17.ebuild 2 Jul 2012 15:18:50 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.ebuild,v 1.1 2012/06/27 18:16:37 hwoarang Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.ebuild,v 1.2 2012/07/02 15:18:50 angelos Exp $
56
57 EAPI=4
58 inherit eutils flag-o-matic linux-info multilib systemd user
59 @@ -11,11 +11,12 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos"
64 -IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug +fifo +ffmpeg flac
65 -fluidsynth profile +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate
66 -+mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
67 -sndfile sqlite tcpd twolame unicode vorbis wavpack wildmidi zeroconf zip"
68 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
69 +IUSE="aac +alsa ao audiofile bzip2 cdio +curl debug +fifo +ffmpeg flac
70 +fluidsynth +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate +mad
71 +mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
72 +sndfile soundcloud soup sqlite tcpd twolame unicode vorbis wavpack wildmidi
73 +zeroconf zip"
74
75 REQUIRED_USE="|| ( alsa ao fifo jack network openal oss pipe pulseaudio )
76 || ( aac audiofile ffmpeg flac fluidsynth mad mikmod modplug mpg123 musepack
77 @@ -32,7 +33,6 @@
78 audiofile? ( media-libs/audiofile )
79 bzip2? ( app-arch/bzip2 )
80 cdio? ( dev-libs/libcdio[-minimal] )
81 - cue? ( media-libs/libcue )
82 curl? ( net-misc/curl )
83 ffmpeg? ( virtual/ffmpeg )
84 flac? ( media-libs/flac[ogg?] )
85 @@ -54,6 +54,8 @@
86 pulseaudio? ( media-sound/pulseaudio )
87 sid? ( media-libs/libsidplay:2 )
88 sndfile? ( media-libs/libsndfile )
89 + soundcloud? ( >=dev-libs/yajl-2 )
90 + soup? ( net-libs/libsoup:2.4 )
91 sqlite? ( dev-db/sqlite:3 )
92 tcpd? ( sys-apps/tcp-wrappers )
93 twolame? ( media-sound/twolame )
94 @@ -84,9 +86,10 @@
95 }
96
97 src_configure() {
98 - local mpdconf="--enable-tcp --enable-un --disable-documentation
99 - --disable-ffado --disable-gme --enable-largefile
100 - --disable-mvp --docdir=${EPREFIX}/usr/share/doc/${PF}"
101 + local mpdconf="--disable-despotify --disable-documentation --disable-ffado
102 + --disable-gme --disable-mvp --disable-roar --enable-largefile
103 + --enable-recorder-output --enable-tcp --enable-un
104 + --docdir=${EPREFIX}/usr/share/doc/${PF}"
105
106 if use network; then
107 mpdconf+=" --enable-shout $(use_enable vorbis vorbis-encoder)
108 @@ -99,12 +102,6 @@
109 --disable-twolame-encoder --disable-wave-encoder"
110 fi
111
112 - if use flac && use ogg; then
113 - mpdconf+=" --enable-oggflac"
114 - else
115 - mpdconf+=" --disable-oggflac"
116 - fi
117 -
118 append-lfs-flags
119 append-ldflags "-L/usr/$(get_libdir)/sidplay/builders"
120
121 @@ -114,8 +111,8 @@
122 $(use_enable ao) \
123 $(use_enable audiofile) \
124 $(use_enable bzip2) \
125 + $(use_enable cdio cdio-paranoia) \
126 $(use_enable cdio iso9660) \
127 - $(use_enable cue) \
128 $(use_enable curl) \
129 $(use_enable debug) \
130 $(use_enable ffmpeg) \
131 @@ -127,20 +124,21 @@
132 $(use_enable ipv6) \
133 $(use_enable jack) \
134 $(use_enable lastfmradio lastfm) \
135 - $(use_enable mms) \
136 $(use_enable libsamplerate lsr) \
137 $(use_enable mad) \
138 $(use_enable mikmod) \
139 + $(use_enable mms) \
140 $(use_enable modplug) \
141 $(use_enable mpg123) \
142 $(use_enable musepack mpc) \
143 $(use_enable openal) \
144 $(use_enable oss) \
145 $(use_enable pipe pipe-output) \
146 - $(use_enable profile gprof) \
147 $(use_enable pulseaudio pulse) \
148 $(use_enable sid sidplay) \
149 $(use_enable sndfile sndfile) \
150 + $(use_enable soundcloud) \
151 + $(use_enable soup) \
152 $(use_enable sqlite) \
153 $(use_enable tcpd libwrap) \
154 $(use_enable vorbis) \
155
156
157
158 1.286 media-sound/mpd/ChangeLog
159
160 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.286&view=markup
161 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.286&content-type=text/plain
162 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.285&r2=1.286
163
164 Index: ChangeLog
165 ===================================================================
166 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
167 retrieving revision 1.285
168 retrieving revision 1.286
169 diff -u -r1.285 -r1.286
170 --- ChangeLog 27 Jun 2012 18:16:37 -0000 1.285
171 +++ ChangeLog 2 Jul 2012 15:18:50 -0000 1.286
172 @@ -1,6 +1,10 @@
173 # ChangeLog for media-sound/mpd
174 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
175 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.285 2012/06/27 18:16:37 hwoarang Exp $
176 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.286 2012/07/02 15:18:50 angelos Exp $
177 +
178 + 02 Jul 2012; Christoph Mende <angelos@g.o> -mpd-9999.ebuild,
179 + metadata.xml, mpd-0.17.ebuild:
180 + Update 0.17 ebuild and remove outdated live ebuild
181
182 *mpd-0.17 (27 Jun 2012)