diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-18 22:08:08 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-18 22:08:08 +0000 |
commit | c4de695de3bba7fd369c7fd5ab9d34c6db305b91 (patch) | |
tree | 1e3edeaf4da04393872a365308a8aa04df8bb60f /media-plugins/swh-plugins | |
parent | x86 stable and drop old, bug #217302 (diff) | |
download | gentoo-2-c4de695de3bba7fd369c7fd5ab9d34c6db305b91.tar.gz gentoo-2-c4de695de3bba7fd369c7fd5ab9d34c6db305b91.tar.bz2 gentoo-2-c4de695de3bba7fd369c7fd5ab9d34c6db305b91.zip |
amd64/x86 stable and remove old, bug #217520
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'media-plugins/swh-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.14.ebuild | 48 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild | 4 |
3 files changed, 7 insertions, 51 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index 24377a262bcb..4afbb19c38cd 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/swh-plugins # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.35 2008/01/31 21:05:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.36 2008/04/18 22:08:08 maekke Exp $ + + 18 Apr 2008; Markus Meier <maekke@gentoo.org> -swh-plugins-0.4.14.ebuild, + swh-plugins-0.4.15.ebuild: + amd64/x86 stable and remove old, bug #217520 31 Jan 2008; Fabian Groffen <grobian@gentoo.org> swh-plugins-0.4.14.ebuild, swh-plugins-0.4.15.ebuild: diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.14.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.14.ebuild deleted file mode 100644 index fe0b6dbe8713..000000000000 --- a/media-plugins/swh-plugins/swh-plugins-0.4.14.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.14.ebuild,v 1.4 2008/01/31 21:05:04 grobian Exp $ - -inherit flag-o-matic eutils - -IUSE="" -DESCRIPTION="Large collection of LADSPA audio plugins/effects" -HOMEPAGE="http://plugin.org.uk" -SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" - -DEPEND="media-libs/ladspa-sdk - dev-util/pkgconfig - sci-libs/fftw - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} || die - - use amd64 && append-flags -fPIC - use ppc && append-flags -fPIC - - cd ${S} - sed -i '/MACHINE=/s/.*/MACHINE=""/' configure - sed -i -r "s/(^plugindir.*)(lib)/\1$(get_libdir)/g" Makefile.in -} - -src_compile() { - econf ${myconf} || die "configure failed" - make || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog 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." -} diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild index 91ef720a2117..33ec825e56ef 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v 1.3 2008/01/31 21:05:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v 1.4 2008/04/18 22:08:08 maekke Exp $ WANT_AUTOMAKE="1.8" @@ -12,7 +12,7 @@ SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="3dnow nls sse" RDEPEND="media-libs/ladspa-sdk |