diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-12 18:14:45 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-12 18:14:45 +0000 |
commit | 6881c2f01d15d304c5137314d8ec390cbbd86b84 (patch) | |
tree | 14a924abed2ce21bfc1d55c56ebfdc19d355b455 /media-sound/brutefir | |
parent | Stable on amd64, bug #176856 (diff) | |
download | gentoo-2-6881c2f01d15d304c5137314d8ec390cbbd86b84.tar.gz gentoo-2-6881c2f01d15d304c5137314d8ec390cbbd86b84.tar.bz2 gentoo-2-6881c2f01d15d304c5137314d8ec390cbbd86b84.zip |
Version bump, bug 173045
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r-- | media-sound/brutefir/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0i.ebuild | 49 | ||||
-rw-r--r-- | media-sound/brutefir/files/digest-brutefir-1.0i | 3 |
3 files changed, 58 insertions, 1 deletions
diff --git a/media-sound/brutefir/ChangeLog b/media-sound/brutefir/ChangeLog index 3e3c64b8c32f..2f760cb0f6b2 100644 --- a/media-sound/brutefir/ChangeLog +++ b/media-sound/brutefir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/brutefir # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.11 2007/02/22 00:50:54 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.12 2007/05/12 18:14:45 beandog Exp $ + +*brutefir-1.0i (12 May 2007) + + 12 May 2007; Steve Dibb <beandog@gentoo.org> +brutefir-1.0i.ebuild: + Version bump, bug 173045 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-sound/brutefir/brutefir-1.0i.ebuild b/media-sound/brutefir/brutefir-1.0i.ebuild new file mode 100644 index 000000000000..a93f7ecfeb0f --- /dev/null +++ b/media-sound/brutefir/brutefir-1.0i.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.1 2007/05/12 18:14:45 beandog Exp $ + +inherit eutils + +IUSE="" +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="~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() { + elog + 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" + elog +} diff --git a/media-sound/brutefir/files/digest-brutefir-1.0i b/media-sound/brutefir/files/digest-brutefir-1.0i new file mode 100644 index 000000000000..dbb1eb0de993 --- /dev/null +++ b/media-sound/brutefir/files/digest-brutefir-1.0i @@ -0,0 +1,3 @@ +MD5 33fcf84a41d38f5aac24c57a66a2c3ee brutefir-1.0i.tar.gz 246060 +RMD160 6aec63a5c81eb9182ea4f9233f38f620cce789f4 brutefir-1.0i.tar.gz 246060 +SHA256 e0f3988afb0a84a89f38153fd5617615e9bcf32bb747ee981c99c44d3c4236f6 brutefir-1.0i.tar.gz 246060 |