summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-16 09:20:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-16 09:20:12 +0000
commit6ad2fdbe4ffa459c6342950d153d0dd831788c7d (patch)
tree0b837cdb12745e52481c3a9bdbd546482eeb0dba /media-sound/brutefir
parentBump. Performance tweaks, job control fixes, backtrace improvements, memory l... (diff)
downloadgentoo-2-6ad2fdbe4ffa459c6342950d153d0dd831788c7d.tar.gz
gentoo-2-6ad2fdbe4ffa459c6342950d153d0dd831788c7d.tar.bz2
gentoo-2-6ad2fdbe4ffa459c6342950d153d0dd831788c7d.zip
Drop old version and shorten description.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r--media-sound/brutefir/ChangeLog8
-rw-r--r--media-sound/brutefir/brutefir-1.0a.ebuild6
-rw-r--r--media-sound/brutefir/brutefir-1.0c.ebuild49
-rw-r--r--media-sound/brutefir/brutefir-1.0f.ebuild6
-rw-r--r--media-sound/brutefir/files/digest-brutefir-1.0c1
5 files changed, 12 insertions, 58 deletions
diff --git a/media-sound/brutefir/ChangeLog b/media-sound/brutefir/ChangeLog
index 4d77d7b69fbd..f067af9300bb 100644
--- a/media-sound/brutefir/ChangeLog
+++ b/media-sound/brutefir/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/brutefir
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.8 2005/10/18 22:37:56 chainsaw Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.9 2006/02/16 09:20:12 flameeyes Exp $
+
+ 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> brutefir-1.0a.ebuild,
+ -brutefir-1.0c.ebuild, brutefir-1.0f.ebuild:
+ Drop old version and shorten description.
*brutefir-1.0f (18 Oct 2005)
diff --git a/media-sound/brutefir/brutefir-1.0a.ebuild b/media-sound/brutefir/brutefir-1.0a.ebuild
index 1650ad23923f..3f85da410c93 100644
--- a/media-sound/brutefir/brutefir-1.0a.ebuild
+++ b/media-sound/brutefir/brutefir-1.0a.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0a.ebuild,v 1.7 2005/01/22 11:53:26 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0a.ebuild,v 1.8 2006/02/16 09:20:12 flameeyes Exp $
IUSE=""
inherit eutils
-DESCRIPTION="BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime."
+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"
diff --git a/media-sound/brutefir/brutefir-1.0c.ebuild b/media-sound/brutefir/brutefir-1.0c.ebuild
deleted file mode 100644
index 2cede8e669b0..000000000000
--- a/media-sound/brutefir/brutefir-1.0c.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0c.ebuild,v 1.3 2005/07/09 19:12:58 swegener Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime."
-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="~x86 ~amd64 ~ppc"
-
-DEPEND=">=media-libs/alsa-lib-0.9.1
- media-sound/jack-audio-connection-kit
- >=sci-libs/fftw-3.0.0"
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
-
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/lib/brutefir
-
- einstall DESTDIR=${D} \
- INSTALL_PREFIX=${D}/usr || die "make install failed"
-
- if [ "$(get_libdir)" != "lib" ]; then
- mv ${D}/usr/lib ${D}/usr/$(get_libdir)
- fi
-
- dodoc CHANGES README LICENSE
-
- insinto usr/share/brutefir
- doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config
-}
-
-pkg_postinst() {
- einfo
- einfo "Brutefir is a complicated piece of software. Please"
- einfo "read the documentation first! You can find"
- einfo "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
- einfo "Example config files are in /usr/share/brutefir"
- einfo
-}
diff --git a/media-sound/brutefir/brutefir-1.0f.ebuild b/media-sound/brutefir/brutefir-1.0f.ebuild
index 277afa389037..2b2f0152455c 100644
--- a/media-sound/brutefir/brutefir-1.0f.ebuild
+++ b/media-sound/brutefir/brutefir-1.0f.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0f.ebuild,v 1.1 2005/10/18 22:37:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0f.ebuild,v 1.2 2006/02/16 09:20:12 flameeyes Exp $
inherit eutils
IUSE=""
-DESCRIPTION="BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime."
+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"
diff --git a/media-sound/brutefir/files/digest-brutefir-1.0c b/media-sound/brutefir/files/digest-brutefir-1.0c
deleted file mode 100644
index 92877d7b4da5..000000000000
--- a/media-sound/brutefir/files/digest-brutefir-1.0c
+++ /dev/null
@@ -1 +0,0 @@
-MD5 37509097a730f63760660497cc6280cf brutefir-1.0c.tar.gz 235337