diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-16 21:11:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-16 21:11:44 +0000 |
commit | 39e1a660b65d0ba0ca59fda45c99a312184bf1ba (patch) | |
tree | 4ba84ca255710c7a57696512420fe697b5c0c3ee /media-sound/mpd/ChangeLog | |
parent | Clean out old versions. (diff) | |
download | historical-39e1a660b65d0ba0ca59fda45c99a312184bf1ba.tar.gz historical-39e1a660b65d0ba0ca59fda45c99a312184bf1ba.tar.bz2 historical-39e1a660b65d0ba0ca59fda45c99a312184bf1ba.zip |
Modify installed initscript to need alsasound if alsa USE flag is set. Closes bug #99969 by Mike Kelly <pioto01 at gmail.com>. Change ogg USE flag to vorbis, bug #101877. Removed conditional dependency on libogg, as libvorbis itself depends on it. 'use netmount' in initscript depend(), closes bug #103458, by Nikolay Pashenkov <wildfire at ufanet.ru>.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'media-sound/mpd/ChangeLog')
-rw-r--r-- | media-sound/mpd/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index a823e783381b..0eecbd2b9b1a 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,10 +1,16 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.59 2005/10/16 20:28:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.60 2005/10/16 21:11:44 ticho Exp $ - 16 Oct 2005; Andrej Kacian <ticho@gentoo.org> files/mpd.rc6, metadata.xml: - Use 'after alsasound' instead of 'use alsasound' in the initscript. Closes - bug #99969, reported by Mike Kelly <pioto01 at gmail.com>. +*mpd-0.11.5-r1 (16 Oct 2005) + + 16 Oct 2005; Andrej Kacian <ticho@gentoo.org> files/mpd.rc6, + mpd-0.11.5.ebuild, +mpd-0.11.5-r1.ebuild: + Modify installed initscript to need alsasound if alsa USE flag is set. + Closes bug #99969 by Mike Kelly <pioto01 at gmail.com>. Change ogg USE flag + to vorbis, bug #101877. Removed conditional dependency on libogg, as + libvorbis itself depends on it. 'use netmount' in initscript depend(), + closes bug #103458, by Nikolay Pashenkov <wildfire at ufanet.ru>. 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org> -mpd-0.11.4.ebuild, -mpd-0.11.4-r1.ebuild, -mpd-0.11.4-r2.ebuild, mpd-0.11.5.ebuild: |