diff options
author | Tobias Eichert <viz@gentoo.org> | 2002-12-24 15:47:45 +0000 |
---|---|---|
committer | Tobias Eichert <viz@gentoo.org> | 2002-12-24 15:47:45 +0000 |
commit | 2795cd0361da2f889df43fc0b3e6326244fb1f24 (patch) | |
tree | e78187fc2e2ebcfa1b2c3b6dc5b72f24860a9b26 /media-plugins | |
parent | added einfo to pkg_postinst (diff) | |
download | gentoo-2-2795cd0361da2f889df43fc0b3e6326244fb1f24.tar.gz gentoo-2-2795cd0361da2f889df43fc0b3e6326244fb1f24.tar.bz2 gentoo-2-2795cd0361da2f889df43fc0b3e6326244fb1f24.zip |
version bump.
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/swh-plugins/files/digest-swh-plugins-0.3.3 | 1 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index 05427409e0b1..1c6aaf8178e3 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.2 2002/11/30 20:35:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.3 2002/12/24 15:47:45 viz Exp $ + +*swh-plugins-0.3.3 (24 Dec 2002) + + 24 Dec 2002; Tobias Eichert <viz@gentoo.org> swh-plugins-0.3.3.ebuild + files/digest-swh-plugins-0.3.0 : + + Version bump, thanks to ashura666@mac.com for pointing me to + this update; closes bug #12296. *swh-plugins-0.3.0 (30 Nov 2002) diff --git a/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.3 b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.3 new file mode 100644 index 000000000000..5f7705281b28 --- /dev/null +++ b/media-plugins/swh-plugins/files/digest-swh-plugins-0.3.3 @@ -0,0 +1 @@ +MD5 211318807010c2e1041cb405af578977 swh-plugins-0.3.3.tar.gz 623326 diff --git a/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild b/media-plugins/swh-plugins/swh-plugins-0.3.3.ebuild new file mode 100644 index 000000000000..5b12c286db9a --- /dev/null +++ b/media-plugins/swh-plugins/swh-plugins-0.3.3.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.3.ebuild,v 1.1 2002/12/24 15:47:45 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="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. " +} |