diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-07 13:26:08 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-07 13:26:08 +0000 |
commit | e5d8f55b4c8d67b7efbd0cfc86ec356a85bb2b32 (patch) | |
tree | 741765422d50a63c91fe57300845ff6d21c35ef2 /media-sound | |
parent | 64bit compilation fixes; bug 133872; thanks to Denis Gubanov for the initial ... (diff) | |
download | gentoo-2-e5d8f55b4c8d67b7efbd0cfc86ec356a85bb2b32.tar.gz gentoo-2-e5d8f55b4c8d67b7efbd0cfc86ec356a85bb2b32.tar.bz2 gentoo-2-e5d8f55b4c8d67b7efbd0cfc86ec356a85bb2b32.zip |
Depend on >=flac-1.1.1. Fixes bug #149738, reported by Bill Skellenger <william at skellenger.net>.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpd/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.12.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index 6267d70f2c1b..35f6b6d7969e 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.82 2006/10/03 19:26:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.83 2006/10/07 13:26:08 ticho Exp $ + + 07 Oct 2006; Andrej Kacian <ticho@gentoo.org> mpd-0.12.0.ebuild: + Depend on >=flac-1.1.1. Fixes bug #149738, reported by Bill Skellenger + <william at skellenger.net>. 03 Oct 2006; Andrej Kacian <ticho@gentoo.org> files/mpd-0.12.rc6: Added optional dependency on pulseaudio to the init script. Suggested by diff --git a/media-sound/mpd/mpd-0.12.0.ebuild b/media-sound/mpd/mpd-0.12.0.ebuild index 51362281b2bc..d275866b965c 100644 --- a/media-sound/mpd/mpd-0.12.0.ebuild +++ b/media-sound/mpd/mpd-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0.ebuild,v 1.1 2006/09/22 18:35:44 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0.ebuild,v 1.2 2006/10/07 13:26:08 ticho Exp $ inherit eutils @@ -22,7 +22,7 @@ DEPEND="dev-util/gperf alsa? ( media-sound/alsa-utils ) ao? ( >=media-libs/libao-0.8.4 ) audiofile? ( media-libs/audiofile ) - flac? ( >=media-libs/flac-1.1.0 ) + flac? ( >=media-libs/flac-1.1.1 ) icecast? ( media-libs/libshout ) mp3? ( media-libs/libmad media-libs/libid3tag ) |