summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-12-05 14:51:29 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-12-05 14:51:29 +0300
commit996875d88ef4de394eddd49a140858a25f6a5a4b (patch)
tree33b432eda8fcadff8718014774aa5aa85f2806cf /media-sound/brutefir
parentmedia-sound/brutefir: mark stable (diff)
downloadgentoo-996875d88ef4de394eddd49a140858a25f6a5a4b.tar.gz
gentoo-996875d88ef4de394eddd49a140858a25f6a5a4b.tar.bz2
gentoo-996875d88ef4de394eddd49a140858a25f6a5a4b.zip
media-sound/brutefir: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r--media-sound/brutefir/brutefir-1.0k-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/media-sound/brutefir/brutefir-1.0k-r1.ebuild b/media-sound/brutefir/brutefir-1.0k-r1.ebuild
deleted file mode 100644
index 1ec006053754..000000000000
--- a/media-sound/brutefir/brutefir-1.0k-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Software convolution engine for applying long FIR filters"
-HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html"
-SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib
- media-sound/jack-audio-connection-kit
- sci-libs/fftw:3.0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ld.patch
-}
-
-src_compile() {
- tc-export AS CC
- emake || die "emake failed"
-}
-
-src_install() {
- emake LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" \
- install || die "emake install failed"
- dodoc CHANGES README
-
- insinto /usr/share/${PN}
- doins xtc_config directpath.txt crosspath.txt massive_config \
- bench1_config bench2_config bench3_config bench4_config \
- bench5_config || die "doins failed"
-}
-
-pkg_postinst() {
- elog "Brutefir is a complicated piece of software. Please"
- elog "read the documentation first! You can find"
- elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
- elog "Example config files are in /usr/share/brutefir"
-}