diff options
author | Frank van de Pol <fvdpol@gentoo.org> | 2004-08-17 22:55:24 +0000 |
---|---|---|
committer | Frank van de Pol <fvdpol@gentoo.org> | 2004-08-17 22:55:24 +0000 |
commit | d1b4cc85d87b2b206d6cb5a4d3d146b2b7c45f9d (patch) | |
tree | 093c549f994939eec7fe4ae680c9e82446119002 /media-sound/brutefir | |
parent | Version bumped. Marked previous versions stable on x86. This closes bug #5911... (diff) | |
download | gentoo-2-d1b4cc85d87b2b206d6cb5a4d3d146b2b7c45f9d.tar.gz gentoo-2-d1b4cc85d87b2b206d6cb5a4d3d146b2b7c45f9d.tar.bz2 gentoo-2-d1b4cc85d87b2b206d6cb5a4d3d146b2b7c45f9d.zip |
New ebuild for brutefir 1.0 submitted by Ed Wildgoose <gentoo@wildgooses.com>. Closes bug #58554.
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r-- | media-sound/brutefir/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/brutefir/Manifest | 4 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0a.ebuild | 40 | ||||
-rw-r--r-- | media-sound/brutefir/files/digest-brutefir-1.0a | 1 | ||||
-rw-r--r-- | media-sound/brutefir/metadata.xml | 5 |
5 files changed, 58 insertions, 0 deletions
diff --git a/media-sound/brutefir/ChangeLog b/media-sound/brutefir/ChangeLog new file mode 100644 index 000000000000..f14007cfa183 --- /dev/null +++ b/media-sound/brutefir/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for media-sound/brutefir +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.1 2004/08/17 22:55:24 fvdpol Exp $ + + 18 Aug 2004; <frank@gentoo.org> : + New ebuild for brutefir 1.0 submitted by Ed Wildgoose <gentoo@wildgooses.com>. + Closes bug #58554. + diff --git a/media-sound/brutefir/Manifest b/media-sound/brutefir/Manifest new file mode 100644 index 000000000000..0d14bea97f06 --- /dev/null +++ b/media-sound/brutefir/Manifest @@ -0,0 +1,4 @@ +MD5 c0faf8d46bf8efe84da104677f1f1ba5 brutefir-1.0a.ebuild 1163 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +MD5 2b9d1299955f281f9d0d0f25328fe19f ChangeLog 260 +MD5 e53cb835af1469d768807b0fd8ba01b5 files/digest-brutefir-1.0a 65 diff --git a/media-sound/brutefir/brutefir-1.0a.ebuild b/media-sound/brutefir/brutefir-1.0a.ebuild new file mode 100644 index 000000000000..f629ab3c15d7 --- /dev/null +++ b/media-sound/brutefir/brutefir-1.0a.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 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.1 2004/08/17 22:55:24 fvdpol 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." +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" + +DEPEND="virtual/libc + >=media-libs/alsa-lib-0.9.1 + media-sound/jack-audio-connection-kit + >=dev-libs/fftw-3.0.0" + +src_install() { + + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/lib/brutefir + + einstall DESTDIR=${D} \ + INSTALL_PREFIX=${D}/usr || die + + 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 Brutefir is a complicated piece of software. Please read the documentation first! + einfo You can find documentation here: http://www.ludd.luth.se/~torger/brutefir.html + einfo Example config files are in /usr/share/brutefir +} diff --git a/media-sound/brutefir/files/digest-brutefir-1.0a b/media-sound/brutefir/files/digest-brutefir-1.0a new file mode 100644 index 000000000000..99c3fc23c87c --- /dev/null +++ b/media-sound/brutefir/files/digest-brutefir-1.0a @@ -0,0 +1 @@ +MD5 f53e3384c7e9c171f00aac57751225f4 brutefir-1.0a.tar.gz 239446 diff --git a/media-sound/brutefir/metadata.xml b/media-sound/brutefir/metadata.xml new file mode 100644 index 000000000000..e1774e3d9ad7 --- /dev/null +++ b/media-sound/brutefir/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +</pkgmetadata> |