summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-28 08:13:33 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-28 08:13:33 +0000
commit5d5a4f47278d94d867e6dfe13532c7d0a14daa6b (patch)
tree8c32196887e57aeb929c7978e972caba03cb3402 /media-sound/mpd
parentremove old (diff)
downloadgentoo-2-5d5a4f47278d94d867e6dfe13532c7d0a14daa6b.tar.gz
gentoo-2-5d5a4f47278d94d867e6dfe13532c7d0a14daa6b.tar.bz2
gentoo-2-5d5a4f47278d94d867e6dfe13532c7d0a14daa6b.zip
Changed ffmpeg to virtual/ffmpeg and some minor cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/ChangeLog5
-rw-r--r--media-sound/mpd/mpd-0.16.2.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 76c61d61da6f..6e71d6f9ecac 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.243 2011/03/22 18:12:53 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.244 2011/03/28 08:13:33 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> mpd-0.16.2.ebuild:
+ Changed ffmpeg to virtual/ffmpeg and some minor cleanup
22 Mar 2011; Christoph Mende <angelos@gentoo.org> mpd-0.16.2.ebuild:
lastfmradio's dependency on curl is already enforced by REQUIRED_USE, so
diff --git a/media-sound/mpd/mpd-0.16.2.ebuild b/media-sound/mpd/mpd-0.16.2.ebuild
index af59cf4a5952..f297596ea2a4 100644
--- a/media-sound/mpd/mpd-0.16.2.ebuild
+++ b/media-sound/mpd/mpd-0.16.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild,v 1.2 2011/03/22 18:12:53 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild,v 1.3 2011/03/28 08:13:33 angelos Exp $
EAPI=4
inherit eutils flag-o-matic linux-info multilib
@@ -33,7 +33,7 @@ RDEPEND="!sys-cluster/mpich2
cdio? ( dev-libs/libcdio )
cue? ( media-libs/libcue )
curl? ( net-misc/curl )
- ffmpeg? ( media-video/ffmpeg )
+ ffmpeg? ( virtual/ffmpeg )
flac? ( media-libs/flac[ogg?] )
fluidsynth? ( media-sound/fluidsynth )
network? ( >=media-libs/libshout-2
@@ -107,8 +107,6 @@ src_configure() {
append-lfs-flags
append-ldflags "-L/usr/$(get_libdir)/sidplay/builders"
- cd "${S}"
-
econf \
$(use_enable aac) \
$(use_enable alsa) \
@@ -153,7 +151,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
insinto /etc
newins doc/mpdconf.example mpd.conf