diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-30 20:35:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-30 20:35:29 +0000 |
commit | f0be2d63a28b41caa87f33e7b018ef849e7e26c2 (patch) | |
tree | 0a13d11a77037b5135110e75d2f394c459830f25 /media-plugins/swh-plugins | |
parent | Changed src_install () to src_install() (diff) | |
download | gentoo-2-f0be2d63a28b41caa87f33e7b018ef849e7e26c2.tar.gz gentoo-2-f0be2d63a28b41caa87f33e7b018ef849e7e26c2.tar.bz2 gentoo-2-f0be2d63a28b41caa87f33e7b018ef849e7e26c2.zip |
version bump
Diffstat (limited to 'media-plugins/swh-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/swh-plugins/files/digest-swh-plugins-0.3.0 | 1 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.3.0.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index e4b138780d63..05427409e0b1 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/swh-plugins # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.1 2002/11/07 21:46:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.2 2002/11/30 20:35:29 seemant Exp $ + +*swh-plugins-0.3.0 (30 Nov 2002) + + 30 Nov 2002; Seemant Kulleen <seemant@gentoo.org> swh-plugins-0.3.0.ebuild + files/digest-swh-plugins-0.3.0 : + + Version bump, thanks to: tobias@databoogie.net (Tobias Eichert) in bug + #11413. *swh-plugins-0.2.8 (07 Nov 2002) diff --git a/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.0 b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.0 new file mode 100644 index 000000000000..1f06c38492e8 --- /dev/null +++ b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.0 @@ -0,0 +1 @@ +MD5 c0cf09e9f143b79214a53087ed737919 swh-plugins-0.3.0.tar.gz 607334 diff --git a/media-plugins/swh-plugins/swh-plugins-0.3.0.ebuild b/media-plugins/swh-plugins/swh-plugins-0.3.0.ebuild new file mode 100644 index 000000000000..20f465a445b3 --- /dev/null +++ b/media-plugins/swh-plugins/swh-plugins-0.3.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 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.0.ebuild,v 1.1 2002/11/30 20:35:29 seemant 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="media-sound/alsa-driver + dev-libs/fftw" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS 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. " +} |