diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 13:53:56 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 13:53:56 +0000 |
commit | 36a9400f1a1d3a7be89ebb6520726fa76cce33d1 (patch) | |
tree | 5a447f060de1a3ad77efe7ae8656a46e3e6b2b28 /media-plugins/swh-plugins | |
parent | Add Prefix keywords (diff) | |
download | gentoo-2-36a9400f1a1d3a7be89ebb6520726fa76cce33d1.tar.gz gentoo-2-36a9400f1a1d3a7be89ebb6520726fa76cce33d1.tar.bz2 gentoo-2-36a9400f1a1d3a7be89ebb6520726fa76cce33d1.zip |
remove old
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
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.15-r1.ebuild | 72 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild | 65 |
3 files changed, 5 insertions, 138 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index 97c1758cb32b..4e7674cbc8bd 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/swh-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.48 2013/06/25 18:42:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.49 2013/06/27 13:53:56 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> -swh-plugins-0.4.15.ebuild, + -swh-plugins-0.4.15-r1.ebuild: + remove old 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> swh-plugins-0.4.15-r2.ebuild: Stable for amd64, wrt bug #474256 diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild deleted file mode 100644 index cd233c00d239..000000000000 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2013 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-r1.ebuild,v 1.6 2013/05/08 12:06:39 aballier Exp $ - -inherit eutils autotools - -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 ~amd64-linux ~x86-linux" -IUSE="3dnow nls sse" - -RDEPEND="media-libs/ladspa-sdk - media-sound/gsm - >=sci-libs/fftw-3" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-pic.patch" - epatch "${FILESDIR}/${P}-plugindir.patch" - epatch "${FILESDIR}/${P}-riceitdown.patch" - epatch "${FILESDIR}/${P}-gettext.patch" - - # Use system libgsm, bug #252890 - rm -rf gsm - epatch "${FILESDIR}/${P}-system_gsm.patch" - - # This is to update gettext macros, otherwise they are incompatible with - # recent libtools, bug #231767 - autopoint -f || die - - # it doesn't get updated otherwise - rm -f missing - - # Fix build with automake 1.13 - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die - - eautoreconf - elibtoolize -} - -src_compile() { - econf ${myconf} \ - $(use_enable sse) \ - $(use_enable 3dnow) \ - $(use_enable nls) \ - $(use_enable userland_Darwin darwin) \ - --enable-fast-install \ - --disable-dependency-tracking || die "econf failed" - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README TODO -} - -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 deleted file mode 100644 index fd55fc719026..000000000000 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 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.8 2012/05/05 08:27:15 jdhore Exp $ - -inherit eutils autotools - -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" -IUSE="3dnow nls sse" - -RDEPEND="media-libs/ladspa-sdk - >=sci-libs/fftw-3" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-vcs/cvs - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-pic.patch" - epatch "${FILESDIR}/${P}-plugindir.patch" - epatch "${FILESDIR}/${P}-riceitdown.patch" - epatch "${FILESDIR}/${P}-gettext.patch" - - # This is to update gettext macros, otherwise they are incompatible with - # recent libtools, bug #231767 - autopoint -f || die - - # it doesn't get updated otherwise - rm -f missing - - eautoreconf - elibtoolize -} - -src_compile() { - econf ${myconf} \ - $(use_enable sse) \ - $(use_enable 3dnow) \ - $(use_enable nls) \ - $(use_enable userland_Darwin darwin) \ - --enable-fast-install \ - --disable-dependency-tracking || die "econf failed" - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README TODO -} - -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." -} |