diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-30 23:05:32 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-30 23:05:32 +0000 |
commit | ae04e822c1317765c395b9a370a08b63635e97cb (patch) | |
tree | 661e4163d555055f2f93ea8a82176291a3e88580 /media-plugins/xmms-crossfade | |
parent | Don't allow to enable hal, as it anyways does not work fine and has bad behav... (diff) | |
download | gentoo-2-ae04e822c1317765c395b9a370a08b63635e97cb.tar.gz gentoo-2-ae04e822c1317765c395b9a370a08b63635e97cb.tar.bz2 gentoo-2-ae04e822c1317765c395b9a370a08b63635e97cb.zip |
Added info about arts output plugin on the ebuild to warn users about how to use it. Thanks to Ricardo Cordeiro <Ricardo.Cordeiro@iscte.pt>.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'media-plugins/xmms-crossfade')
-rw-r--r-- | media-plugins/xmms-crossfade/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild | 10 |
2 files changed, 14 insertions, 3 deletions
diff --git a/media-plugins/xmms-crossfade/ChangeLog b/media-plugins/xmms-crossfade/ChangeLog index 9520ece4c245..cab3703ffc5d 100644 --- a/media-plugins/xmms-crossfade/ChangeLog +++ b/media-plugins/xmms-crossfade/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/xmms-crossfade # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/ChangeLog,v 1.18 2005/06/17 20:18:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/ChangeLog,v 1.19 2005/10/30 23:05:32 metalgod Exp $ + + 30 Oct 2005; Luis Medinas <metalgod@gentoo.org> + xmms-crossfade-0.3.8.ebuild: + Added info about arts output plugin on the ebuild to warn users about how to + use it. Thanks to Ricardo Cordeiro <Ricardo.Cordeiro@iscte.pt>. 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> xmms-crossfade-0.3.8.ebuild: diff --git a/media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild b/media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild index 8cbbc9392393..369048086dce 100644 --- a/media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild +++ b/media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild,v 1.3 2005/06/17 20:18:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/xmms-crossfade-0.3.8.ebuild,v 1.4 2005/10/30 23:05:32 metalgod Exp $ IUSE="" DESCRIPTION="XMMS Plugin for crossfading, and continuous output." -SRC_URI="http://www.eisenlohr.org/${PN}/${P}.tar.gz" HOMEPAGE="http://www.eisenlohr.org/${PN}/index.html" +SRC_URI="http://www.eisenlohr.org/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" @@ -23,3 +23,9 @@ src_install () { make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO } +pkg_postinst () { + ewarn "If you're using the ARTS output plugin, set the 'Limit OP buffer" + ewarn "usage' to 400ms in the 'Advanced' tab of XMMS-crossfade's" + ewarn "configuration dialog. This will eliminate the worst" + ewarn "of the distorted/skipped output." +} |