Portage is a package management system used by Gentoo Linux
# 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.14 2007/08/25 18:27:27 beandog Exp $
25 Aug 2007; Steve Dibb
amd64 stable
02 Aug 2007; Christian Faulhammer
stable x86
*brutefir-1.0i (12 May 2007)
12 May 2007; Steve Dibb
Version bump, bug 173045
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
05 Jan 2007; Diego Pettenò
brutefir-1.0f.ebuild:
Convert to use elog.
16 Feb 2006; Diego Pettenò
-brutefir-1.0c.ebuild, brutefir-1.0f.ebuild:
Drop old version and shorten description.
*brutefir-1.0f (18 Oct 2005)
18 Oct 2005; Tony Vroon
Version bump, closes bug #108906.
04 May 2005; David Holm
Readded to ~ppc. Please don't remove it without filing a proper bugreport.
*brutefir-1.0c (22 Jan 2005)
22 Jan 2005; Jan Brinkmann
new upstream version, fixes #77637
06 Oct 2004; Jeremy Huddleston
brutefir-1.0a.ebuild:
multilib fixes.
28 Sep 2004; Jeremy Huddleston
brutefir-1.0a.ebuild:
Stable amd64, x86.
28 Sep 2004; Jeremy Huddleston
brutefir-1.0a.ebuild:
Stable amd64, x86. Added to ~sparc.
*brutefir-1.0a (28 Aug 2004)
28 Aug 2004; David Holm
Added to ~ppc.
18 Aug 2004;
New ebuild for brutefir 1.0 submitted by Ed Wildgoose
Closes bug #58554.
DIST brutefir-1.0a.tar.gz 239446 RMD160 8fb4d3a20eac2f207675de45af247ffac05bea5b SHA1 5231e332fb5a5973744e49365610831f3b024d64 SHA256 14cd393a39409bae5d5cccf843053a32f0d580019ac91213144de3be5a14d15c
DIST brutefir-1.0f.tar.gz 235634 RMD160 798d69bd151abe5a495670dd5516bb39e59a788e SHA1 4c1b5589de6a3469eece1851b9d5fa996b97ef04 SHA256 03a157adeebd7195099f536b9e3eab016d72b9b2f37cc13112889a9a94b57388
DIST brutefir-1.0i.tar.gz 246060 RMD160 6aec63a5c81eb9182ea4f9233f38f620cce789f4 SHA1 dc8dd12c8b52a3b2a0c6d1e6cbfa02ccd54f4ec9 SHA256 e0f3988afb0a84a89f38153fd5617615e9bcf32bb747ee981c99c44d3c4236f6
EBUILD brutefir-1.0a.ebuild 1284 RMD160 2118a7d5b5d44517f96a17a5178d190be996deb4 SHA1 8bb58e8166d8884e2c7a232cf6bd463a8a203d60 SHA256 18721c2cf1c4cad1dd5bfff2e8f3952ef27920cc6595b28a826c5de137033c84
EBUILD brutefir-1.0f.ebuild 1347 RMD160 1297c060fab63756bdb4a9b5462ae9fb242ce4fb SHA1 87b1d3191673a07b9afb50d93aaba2cd4c87c76e SHA256 f0e2fea4ff0628eb1c8fd2fab68d57b68a7f45135992d555055687ce788ad062
EBUILD brutefir-1.0i.ebuild 1343 RMD160 e5760d12bb0918800c60e2a370f7bb4d171fb56c SHA1 f28dc8cf6d13020327579595f2c764bb13a9fe01 SHA256 fea8b0046f78009751b9841ab1695757f4c98b6b7601b839c65ab4c84af4d91f
MISC ChangeLog 1905 RMD160 3cd11583c71e49b4495a4b117a13105691e7784a SHA1 994da225ece0048ff5cf31f47adcdfe85f664505 SHA256 7a4c65c9f5db0401c350c6002279aa66b89a1501faff601f57fb9dbdb06888eb
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b
# 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.0a.ebuild,v 1.9 2007/01/05 17:25:14 flameeyes Exp $
IUSE=""
inherit eutils
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
}
src_install() {
mkdir -p ${D}/usr/bin
mkdir -p ${D}/usr/lib/brutefir
einstall DESTDIR=${D} \
INSTALL_PREFIX=${D}/usr || die
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 Brutefir is a complicated piece of software. Please read the documentation first!
elog You can find documentation here: http://www.ludd.luth.se/~torger/brutefir.html
elog Example config files are in /usr/share/brutefir
}
# 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.0f.ebuild,v 1.3 2007/01/05 17:25:14 flameeyes 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
}
# 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.3 2007/08/25 18:27:27 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="amd64 ~ppc x86"
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
}