public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.15_beta2.ebuild ChangeLog
@ 2009-05-20 15:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-20 15:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/20 15:15:14

  Modified:             mpd-0.15_beta2.ebuild ChangeLog
  Log:
  append-ldflags "-L/usr/$(get_libdir)/sidplay/builders" to be sure the correct libraries are found for libsidplay.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/mpd/mpd-0.15_beta2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?r1=1.2&r2=1.3

Index: mpd-0.15_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd-0.15_beta2.ebuild	17 May 2009 07:37:18 -0000	1.2
+++ mpd-0.15_beta2.ebuild	20 May 2009 15:15:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v 1.2 2009/05/17 07:37:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v 1.3 2009/05/20 15:15:14 ssuominen Exp $
 
 EAPI=2
 inherit eutils flag-o-matic
@@ -12,16 +12,16 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug doc +fifo +ffmpeg flac
-fluidsynth profile icecast +id3 ipv6 jack lame lastfmradio libmms libsamplerate +mad
-mikmod modplug musepack network ogg oss pipe pulseaudio sid sqlite unicode
-vorbis wavpack zeroconf zip"
+IUSE="aac +alsa ao audiofile avahi bzip2 cdio cue +curl debug doc +fifo +ffmpeg flac
+fluidsynth profile +id3 ipv6 jack lame lastfmradio libmms libsamplerate +mad
+mikmod modplug musepack +network ogg oss pipe pulseaudio sid sqlite unicode
+vorbis wavpack zip"
 
 RDEPEND="!sys-cluster/mpich2
 	>=dev-libs/glib-2.4:2
 	aac? ( >=media-libs/faad2-2 )
 	alsa? ( media-sound/alsa-utils )
-	ao? ( >=media-libs/libao-0.8.4 )
+	ao? ( >=media-libs/libao-0.8.4[alsa?,pulseaudio?] )
 	audiofile? ( media-libs/audiofile )
 	bzip2? ( app-arch/bzip2 )
 	cdio? ( dev-libs/libcdio )
@@ -33,7 +33,7 @@
 	network? ( >=media-libs/libshout-2 )
 	id3? ( media-libs/libid3tag )
 	jack? ( media-sound/jack-audio-connection-kit )
-	lame? ( icecast? ( media-sound/lame ) )
+	lame? ( network? ( media-sound/lame ) )
 	libmms? ( >=media-libs/libmms-0.4 )
 	libsamplerate? ( media-libs/libsamplerate )
 	mad? ( media-libs/libmad )
@@ -46,7 +46,7 @@
 	sqlite? ( dev-db/sqlite:3 )
 	vorbis? ( media-libs/libvorbis )
 	wavpack? ( media-sound/wavpack )
-	zeroconf? ( net-dns/avahi )
+	avahi? ( net-dns/avahi )
 	zip? ( dev-libs/zziplib )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
@@ -56,14 +56,9 @@
 S=${WORKDIR}/${P/_/\~}
 
 pkg_setup() {
-	if ! use network; then
-		ewarn "Icecast and Shoutcast HTTP streaming needs network."
-	fi
-
-	if use lastfmradio && ! use curl; then
-		eerror "Cannot enable lastfmradio without curl."
-	fi
-
+	use profile && ewarn "Profiling is only for developers, please don't
+	enable at random. Performance is poor with it."
+	use network || ewarn "Icecast and Shoutcast streaming needs networking."
 	use fluidsynth && ewarn "Using fluidsynth is discouraged by upstream."
 
 	enewuser mpd "" "" "/var/lib/mpd" audio
@@ -93,12 +88,13 @@
 	fi
 
 	append-lfs-flags
+	append-ldflags "-L/usr/$(get_libdir)/sidplay/builders"
 
 	cd "${S}"
 
 	econf \
 		$(use_enable ipv6) $(use_enable cue) \
-		$(use_enable sqlite sqlite) $(use_enable curl) \
+		$(use_enable sqlite) $(use_enable curl) \
 		$(use_enable lastfmradio lastfm) $(use_enable libmms mms) \
 		$(use_enable bzip2) $(use_enable zip) \
 		$(use_enable cdio iso9660) $(use_enable id3) \
@@ -113,7 +109,7 @@
 		$(use_enable jack) $(use_enable oss) \
 		$(use_enable pulseaudio pulse) $(use_enable aac) \
 		$(use_enable doc documentation) $(use_enable debug) \
-		$(use_enable profile gprof) $(use_with zeroconf zeroconf avahi) \
+		$(use_enable profile gprof) $(use_with avahi zeroconf avahi) \
 		${mpdconf}
 }
 



1.167                media-sound/mpd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	17 May 2009 14:40:21 -0000	1.166
+++ ChangeLog	20 May 2009 15:15:14 -0000	1.167
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/mpd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.166 2009/05/17 14:40:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.167 2009/05/20 15:15:14 ssuominen Exp $
+
+  20 May 2009; Samuli Suominen <ssuominen@gentoo.org> mpd-0.15_beta2.ebuild:
+  append-ldflags "-L/usr/$(get_libdir)/sidplay/builders" to be sure the
+  correct libraries are found for libsidplay.
 
   17 May 2009; Raúl Porcel <armin76@gentoo.org> mpd-0.14.2.ebuild:
   arm/sh/sparc stable wrt #262680






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.15_beta2.ebuild ChangeLog
@ 2009-05-20 19:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-20 19:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/20 19:42:24

  Modified:             mpd-0.15_beta2.ebuild ChangeLog
  Log:
  Raise libsidplay once more to get LDPATH for resid builders.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/mpd/mpd-0.15_beta2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?r1=1.4&r2=1.5

Index: mpd-0.15_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpd-0.15_beta2.ebuild	20 May 2009 17:44:54 -0000	1.4
+++ mpd-0.15_beta2.ebuild	20 May 2009 19:42:24 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v 1.4 2009/05/20 17:44:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v 1.5 2009/05/20 19:42:24 ssuominen Exp $
 
 EAPI=2
 inherit eutils flag-o-matic multilib
@@ -42,7 +42,7 @@
 	musepack? ( media-libs/libmpcdec )
 	ogg? ( media-libs/libogg )
 	pulseaudio? ( media-sound/pulseaudio )
-	sid? ( >=media-libs/libsidplay-2.1.1-r1:2 )
+	sid? ( >=media-libs/libsidplay-2.1.1-r2:2 )
 	sqlite? ( dev-db/sqlite:3 )
 	vorbis? ( media-libs/libvorbis )
 	wavpack? ( media-sound/wavpack )



1.169                media-sound/mpd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.169&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.169&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.168&r2=1.169

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	20 May 2009 16:23:45 -0000	1.168
+++ ChangeLog	20 May 2009 19:42:24 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.168 2009/05/20 16:23:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.169 2009/05/20 19:42:24 ssuominen Exp $
+
+  20 May 2009; Samuli Suominen <ssuominen@gentoo.org> mpd-0.15_beta2.ebuild:
+  Raise libsidplay once more to get LDPATH for resid builders.
 
   20 May 2009; Samuli Suominen <ssuominen@gentoo.org> mpd-0.14.2.ebuild:
   Database update warning by Oliver Schinagl wrt #265663.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.15_beta2.ebuild ChangeLog
@ 2009-05-22 11:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-22 11:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/22 11:49:36

  Modified:             mpd-0.15_beta2.ebuild ChangeLog
  Log:
  Doxygen doesn't do much of anything in this beta release wrt #270812, thanks to Emil Karlson.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-sound/mpd/mpd-0.15_beta2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild?r1=1.6&r2=1.7

Index: mpd-0.15_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpd-0.15_beta2.ebuild	21 May 2009 14:05:15 -0000	1.6
+++ mpd-0.15_beta2.ebuild	22 May 2009 11:49:36 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v 1.6 2009/05/21 14:05:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15_beta2.ebuild,v 1.7 2009/05/22 11:49:36 ssuominen Exp $
 
 EAPI=2
 inherit eutils flag-o-matic multilib
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="aac +alsa ao audiofile avahi bzip2 cdio cue +curl debug doc +fifo +ffmpeg flac
+IUSE="aac +alsa ao audiofile avahi bzip2 cdio cue +curl debug +fifo +ffmpeg flac
 fluidsynth profile +id3 ipv6 jack lame lastfmradio libmms libsamplerate +mad
 mikmod modplug musepack +network ogg oss pipe pulseaudio sid sqlite unicode
 vorbis wavpack zip"
@@ -49,9 +49,7 @@
 	avahi? ( net-dns/avahi )
 	zip? ( dev-libs/zziplib )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	doc? ( app-doc/doxygen
-		app-text/xmlto )"
+	dev-util/pkgconfig"
 
 S=${WORKDIR}/${P/_/\~}
 
@@ -71,7 +69,7 @@
 
 src_configure() {
 	local mpdconf="--enable-tcp --enable-un --disable-wildmidi
-		--disable-libOggFLACtest"
+		--disable-libOggFLACtest --disable-documentation"
 
 	if use network; then
 		mpdconf+=" --enable-shout $(use_enable vorbis vorbis-encoder)
@@ -108,8 +106,8 @@
 		$(use_enable fifo) $(use_enable pipe pipe-output) \
 		$(use_enable jack) $(use_enable oss) \
 		$(use_enable pulseaudio pulse) $(use_enable aac) \
-		$(use_enable doc documentation) $(use_enable debug) \
-		$(use_enable profile gprof) $(use_with avahi zeroconf avahi) \
+		$(use_enable debug) $(use_enable profile gprof) \
+		$(use_with avahi zeroconf avahi) \
 		${mpdconf}
 }
 
@@ -122,9 +120,7 @@
 	emake DESTDIR="${D}" install || die "emake install failed"
 	rm -rf "${D}"/usr/share/doc/mpd
 
-	dodoc AUTHORS NEWS README UPGRADING
-	dodoc doc/mpdconf.dist
-	use doc && dohtml doc/protocol.html
+	dodoc AUTHORS NEWS README UPGRADING doc/mpdconf.dist
 
 	insinto /etc
 	newins doc/mpdconf.example mpd.conf



1.170                media-sound/mpd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	20 May 2009 19:42:24 -0000	1.169
+++ ChangeLog	22 May 2009 11:49:36 -0000	1.170
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/mpd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.169 2009/05/20 19:42:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.170 2009/05/22 11:49:36 ssuominen Exp $
+
+  22 May 2009; Samuli Suominen <ssuominen@gentoo.org> mpd-0.15_beta2.ebuild:
+  Doxygen doesn't do much of anything in this beta release wrt #270812,
+  thanks to Emil Karlson.
 
   20 May 2009; Samuli Suominen <ssuominen@gentoo.org> mpd-0.15_beta2.ebuild:
   Raise libsidplay once more to get LDPATH for resid builders.






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-22 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 19:42 [gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.15_beta2.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-22 11:49 Samuli Suominen (ssuominen)
2009-05-20 15:15 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox