public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.14.ebuild
@ 2008-12-29 18:04 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2008-12-29 18:04 UTC (permalink / raw
  To: gentoo-commits

angelos     08/12/29 18:04:10

  Modified:             ChangeLog mpd-0.14.ebuild
  Log:
  Also ship the default mpd.conf
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.146                media-sound/mpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	26 Dec 2008 19:20:18 -0000	1.145
+++ ChangeLog	29 Dec 2008 18:04:10 -0000	1.146
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.145 2008/12/26 19:20:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.146 2008/12/29 18:04:10 angelos Exp $
+
+  29 Dec 2008; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
+  Also ship the default mpd.conf
 
 *mpd-0.14 (26 Dec 2008)
 



1.2                  media-sound/mpd/mpd-0.14.ebuild

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

Index: mpd-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd-0.14.ebuild	26 Dec 2008 19:20:18 -0000	1.1
+++ mpd-0.14.ebuild	29 Dec 2008 18:04:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.1 2008/12/26 19:20:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.2 2008/12/29 18:04:10 angelos Exp $
 
 EAPI=2
 
@@ -53,6 +53,7 @@
 }
 
 src_prepare() {
+	cp doc/mpdconf.example doc/mpdconf.dist
 	epatch "${FILESDIR}"/mpdconf1.patch
 }
 
@@ -109,7 +110,8 @@
 	rm -rf "${D}"/usr/share/doc/mpd/
 
 	dodoc AUTHORS NEWS README TODO UPGRADING
-	use doc && dodoc doc/protocol.html
+	dodoc doc/mpdconf.dist
+	use doc && dohtml doc/protocol.html
 
 	insinto /etc
 	newins doc/mpdconf.example mpd.conf






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.14.ebuild
@ 2009-01-12 21:08 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2009-01-12 21:08 UTC (permalink / raw
  To: gentoo-commits

angelos     09/01/12 21:08:22

  Modified:             ChangeLog mpd-0.14.ebuild
  Log:
  Add use_enable for lame, bug 254545
  (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)

Revision  Changes    Path
1.148                media-sound/mpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	30 Dec 2008 21:14:47 -0000	1.147
+++ ChangeLog	12 Jan 2009 21:08:22 -0000	1.148
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.147 2008/12/30 21:14:47 angelos Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.148 2009/01/12 21:08:22 angelos Exp $
+
+  12 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
+  Add use_enable for lame, bug 254545
 
   30 Dec 2008; Christoph Mende <angelos@gentoo.org> mpd-0.13.2.ebuild,
   mpd-0.14.ebuild:



1.4                  media-sound/mpd/mpd-0.14.ebuild

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

Index: mpd-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpd-0.14.ebuild	30 Dec 2008 21:14:47 -0000	1.3
+++ mpd-0.14.ebuild	12 Jan 2009 21:08:22 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.14.ebuild,v 1.3 2008/12/30 21:14:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.4 2009/01/12 21:08:22 angelos Exp $
 
 EAPI=2
 
@@ -62,9 +62,10 @@
 
 	if use icecast; then
 		myconf+=" $(use_enable vorbis shout_ogg) $(use_enable lame shout_mp3)
-			$(use_enable lame lametest)"
+			$(use_enable lame lametest) $(use_enable lame)"
 	else
-		myconf+=" --disable-shout_ogg --disable-shout_mp3"
+		myconf+=" --disable-shout_ogg --disable-shout_mp3 --disable-lametest
+			--disable-lame"
 	fi
 
 	if use ogg && use flac; then






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.14.ebuild
@ 2009-01-12 23:38 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2009-01-12 23:38 UTC (permalink / raw
  To: gentoo-commits

angelos     09/01/12 23:38:52

  Modified:             ChangeLog mpd-0.14.ebuild
  Log:
  die if no audio outputs were enabled, bug 254731
  (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)

Revision  Changes    Path
1.149                media-sound/mpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	12 Jan 2009 21:08:22 -0000	1.148
+++ ChangeLog	12 Jan 2009 23:38:52 -0000	1.149
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.148 2009/01/12 21:08:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.149 2009/01/12 23:38:52 angelos Exp $
+
+  12 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
+  die if no audio outputs were enabled, bug 254731
 
   12 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
   Add use_enable for lame, bug 254545



1.5                  media-sound/mpd/mpd-0.14.ebuild

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

Index: mpd-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpd-0.14.ebuild	12 Jan 2009 21:08:22 -0000	1.4
+++ mpd-0.14.ebuild	12 Jan 2009 23:38:52 -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.14.ebuild,v 1.4 2009/01/12 21:08:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.5 2009/01/12 23:38:52 angelos Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="aac alsa ao audiofile curl debug doc ffmpeg flac icecast id3 ipv6 jack lame libsamplerate mad mikmod musepack ogg oss pulseaudio +sysvipc unicode vorbis wavpack zeroconf"
+IUSE="aac +alsa ao audiofile curl debug doc ffmpeg flac icecast id3 ipv6 jack lame libsamplerate mad mikmod musepack ogg oss pulseaudio +sysvipc unicode vorbis wavpack zeroconf"
 
 RDEPEND="!sys-cluster/mpich2
 	>=dev-libs/glib-2.4:2
@@ -48,7 +48,7 @@
 		ewarn "USE=icecast enabled but lame and vorbis disabled,"
 		ewarn "disabling icecast"
 	fi
-
+	
 	enewuser mpd "" "" "/var/lib/mpd" audio
 }
 
@@ -60,6 +60,20 @@
 src_configure() {
 	local myconf=""
 
+
+	if ! use alsa && ! use ao && ! use icecast && ! use jack && ! use oss && \
+		! use pulseaudio; then
+		eerror "You did not enable any output backend."
+		einfo "Please enable one of the following USE flags:"
+		einfo "USE=alsa - output via ALSA"
+		einfo "USE=ao - output via media-libs/libao"
+		einfo "USE=icecast - output via net-misc/icecast"
+		einfo "USE=jack - output via media-sound/jack-audio-connection-kit"
+		einfo "USE=oss - output via OSS"
+		einfo "USE=pulseaudio - output via media-sound/pulseaudio"
+		die "No audio output enabled"
+	fi
+		
 	if use icecast; then
 		myconf+=" $(use_enable vorbis shout_ogg) $(use_enable lame shout_mp3)
 			$(use_enable lame lametest) $(use_enable lame)"






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.14.ebuild
@ 2009-01-14 18:21 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2009-01-14 18:21 UTC (permalink / raw
  To: gentoo-commits

angelos     09/01/14 18:21:34

  Modified:             ChangeLog mpd-0.14.ebuild
  Log:
  Removed sysvipc USE flag, always enabled now, bug 254911
  (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)

Revision  Changes    Path
1.150                media-sound/mpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	12 Jan 2009 23:38:52 -0000	1.149
+++ ChangeLog	14 Jan 2009 18:21:34 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.149 2009/01/12 23:38:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.150 2009/01/14 18:21:34 angelos Exp $
+
+  14 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
+  Removed sysvipc USE flag, always enabled now, bug 254911
 
   12 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
   die if no audio outputs were enabled, bug 254731



1.7                  media-sound/mpd/mpd-0.14.ebuild

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

Index: mpd-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpd-0.14.ebuild	12 Jan 2009 23:41:36 -0000	1.6
+++ mpd-0.14.ebuild	14 Jan 2009 18:21:34 -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.14.ebuild,v 1.6 2009/01/12 23:41:36 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.7 2009/01/14 18:21:34 angelos Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="aac +alsa ao audiofile curl debug doc ffmpeg flac icecast id3 ipv6 jack lame libsamplerate mad mikmod musepack ogg oss pulseaudio +sysvipc unicode vorbis wavpack zeroconf"
+IUSE="aac +alsa ao audiofile curl debug doc ffmpeg flac icecast id3 ipv6 jack lame libsamplerate mad mikmod musepack ogg oss pulseaudio unicode vorbis wavpack zeroconf"
 
 RDEPEND="!sys-cluster/mpich2
 	>=dev-libs/glib-2.4:2
@@ -107,7 +107,7 @@
 		$(use_enable musepack mpc) \
 		$(use_enable oss) \
 		$(use_enable pulseaudio pulse) \
-		$(use_enable sysvipc un) \
+		--enable-un \
 		$(use_enable vorbis oggvorbis) \
 		$(use_enable wavpack) \
 		$(use_with zeroconf zeroconf avahi) \






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

end of thread, other threads:[~2009-01-14 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 23:38 [gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.14.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-14 18:21 Christoph Mende (angelos)
2009-01-12 21:08 Christoph Mende (angelos)
2008-12-29 18:04 Christoph Mende (angelos)

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