diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:34:32 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:34:32 +0000 |
commit | c602bda03c2d7897900102e62d98c0e6370ebf50 (patch) | |
tree | 2055b9c0d94204bf833fe15f1f14bd7046efce11 /media-plugins | |
parent | Remove old. (diff) | |
download | gentoo-2-c602bda03c2d7897900102e62d98c0e6370ebf50.tar.gz gentoo-2-c602bda03c2d7897900102e62d98c0e6370ebf50.tar.bz2 gentoo-2-c602bda03c2d7897900102e62d98c0e6370ebf50.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild | 74 |
2 files changed, 4 insertions, 75 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index e608c285b56f..5a0eca590c78 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/swh-plugins # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.54 2015/01/29 18:15:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.55 2015/04/29 20:34:32 mrueg Exp $ + + 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -swh-plugins-0.4.15-r2.ebuild: + Remove old. 29 Jan 2015; Michał Górny <mgorny@gentoo.org> swh-plugins-0.4.15-r2.ebuild, swh-plugins-0.4.15-r3.ebuild: diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild deleted file mode 100644 index 8778af731b36..000000000000 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2015 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-r2.ebuild,v 1.5 2015/01/29 18:15:52 mgorny 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="cpu_flags_x86_3dnow nls cpu_flags_x86_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" - epatch "${FILESDIR}/${P}-x86-asm-optional.patch" - epatch "${FILESDIR}/${P}-glibc-2.10.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 cpu_flags_x86_sse sse) \ - $(use_enable cpu_flags_x86_3dnow 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." -} |