summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Eichert <viz@gentoo.org>2003-01-24 23:56:03 +0000
committerTobias Eichert <viz@gentoo.org>2003-01-24 23:56:03 +0000
commit51f44d9330747d2460582f44a880148707f34187 (patch)
tree5c90fbf8f9e17ec433d05a5cee9e8f0fd2109f55 /media-plugins/swh-plugins
parenttouchups + fix for #14463 (diff)
downloadgentoo-2-51f44d9330747d2460582f44a880148707f34187.tar.gz
gentoo-2-51f44d9330747d2460582f44a880148707f34187.tar.bz2
gentoo-2-51f44d9330747d2460582f44a880148707f34187.zip
version bump. many bugfixes.
Diffstat (limited to 'media-plugins/swh-plugins')
-rw-r--r--media-plugins/swh-plugins/ChangeLog9
-rw-r--r--media-plugins/swh-plugins/files/digest-swh-plugins-0.3.61
-rw-r--r--media-plugins/swh-plugins/swh-plugins-0.3.6.ebuild28
3 files changed, 37 insertions, 1 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog
index 4f032490637f..d22bca54664c 100644
--- a/media-plugins/swh-plugins/ChangeLog
+++ b/media-plugins/swh-plugins/ChangeLog
@@ -1,6 +1,13 @@
# 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.5 2003/01/23 21:06:24 styx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.6 2003/01/24 23:56:03 viz Exp $
+
+*swh-plugins-0.3.6 (24 Jan 2003)
+
+ 24 Jan 2003; Tobias Eichert <viz@gentoo.org> swh-plugins-0.3.6.ebuild :
+
+ Version bump.
+ Lots of bugfixes and some new effects.
*swh-plugins-0.3.3 (24 Dec 2002)
diff --git a/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.6 b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.6
new file mode 100644
index 000000000000..aec59c4ee9cb
--- /dev/null
+++ b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.6
@@ -0,0 +1 @@
+MD5 35737aee36c32539d30bc2d80e6d716e swh-plugins-0.3.6.tar.gz 640722
diff --git a/media-plugins/swh-plugins/swh-plugins-0.3.6.ebuild b/media-plugins/swh-plugins/swh-plugins-0.3.6.ebuild
new file mode 100644
index 000000000000..bbb8309059d8
--- /dev/null
+++ b/media-plugins/swh-plugins/swh-plugins-0.3.6.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.6.ebuild,v 1.1 2003/01/24 23:56:03 viz 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. "
+}