diff options
author | John J. Ellis <jje@gentoo.org> | 2003-03-15 11:14:46 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-03-15 11:14:46 +0000 |
commit | f4d8c962f25bbf523eaf3fb320ac41f2f1206b39 (patch) | |
tree | 48283b323974e1e762f5077117ceff2746f76b39 /media-plugins/swh-plugins | |
parent | Updated ebuild. Closes #17425 (diff) | |
download | gentoo-2-f4d8c962f25bbf523eaf3fb320ac41f2f1206b39.tar.gz gentoo-2-f4d8c962f25bbf523eaf3fb320ac41f2f1206b39.tar.bz2 gentoo-2-f4d8c962f25bbf523eaf3fb320ac41f2f1206b39.zip |
Version bump.
Diffstat (limited to 'media-plugins/swh-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/swh-plugins/files/digest-swh-plugins-0.3.7 | 1 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.3.7.ebuild | 28 |
3 files changed, 35 insertions, 1 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index ff55e280983f..22e837757a37 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/swh-plugins # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.7 2003/02/12 07:19:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.8 2003/03/15 11:14:46 jje Exp $ + +*swh-plugins-0.3.7 (15 Mar 2003) + + 15 Mar 2003; jje <jje@gentoo.org> swh-plugins-0.3.7.ebuild: + Version bumps. *swh-plugins-0.3.6 (24 Jan 2003) diff --git a/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.7 b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.7 new file mode 100644 index 000000000000..fea5c0516250 --- /dev/null +++ b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.7 @@ -0,0 +1 @@ +MD5 3c7dd6dcd67ea738efa27c55c67967bd swh-plugins-0.3.7.tar.gz 644839 diff --git a/media-plugins/swh-plugins/swh-plugins-0.3.7.ebuild b/media-plugins/swh-plugins/swh-plugins-0.3.7.ebuild new file mode 100644 index 000000000000..3d1825c84dc8 --- /dev/null +++ b/media-plugins/swh-plugins/swh-plugins-0.3.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.3.7.ebuild,v 1.1 2003/03/15 11:14:46 jje Exp $ + +IUSE="" +DESCRIPTION="Cool GPL'd audio plugins/effects for use with ALSA and LADSPA" +HOMEPAGE="http://plugin.org.uk" +SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="alsa? ( media-sound/alsa-driver ) + dev-libs/fftw" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog COPYING README TODO || die +} + +pkg_postinst() { + ewarn "WARNING: You have to be careful when using the " + ewarn "swh plugins. Be sure to lower your sound volume " + ewarn "and then play around a bit with the plugins so " + ewarn "you get a feeling for it. Otherwise your speakers" + ewarn "won't like that. " +} |