public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/brutefir: ChangeLog brutefir-1.0k.ebuild
@ 2009-06-01 20:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-06-01 20:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/01 20:06:28

  Modified:             ChangeLog
  Added:                brutefir-1.0k.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 media-sound/brutefir/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/brutefir/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/brutefir/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/brutefir/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	25 Aug 2007 18:27:27 -0000	1.14
+++ ChangeLog	1 Jun 2009 20:06:28 -0000	1.15
@@ -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.14 2007/08/25 18:27:27 beandog Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.15 2009/06/01 20:06:28 ssuominen Exp $
+
+*brutefir-1.0k (01 Jun 2009)
+
+  01 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> +brutefir-1.0k.ebuild:
+  Version bump.
 
   25 Aug 2007; Steve Dibb <beandog@gentoo.org> brutefir-1.0i.ebuild:
   amd64 stable



1.1                  media-sound/brutefir/brutefir-1.0k.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/brutefir/brutefir-1.0k.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/brutefir/brutefir-1.0k.ebuild?rev=1.1&content-type=text/plain

Index: brutefir-1.0k.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k.ebuild,v 1.1 2009/06/01 20:06:28 ssuominen Exp $

EAPI=2
inherit eutils 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_compile() {
	emake LD="$(tc-getLD)" CC="$(tc-getCC)" \
		AS="$(tc-getAS)" || die "emake failed"
}

src_install() {
	dodir /usr/bin
	dodir /usr/lib/brutefir

	einstall DESTDIR="${D}" INSTALL_PREFIX="${D}"/usr \
		|| die "einstall failed"

	if [ "$(get_libdir)" != "lib" ]; then
		mv "${D}"/usr/lib "${D}"/usr/$(get_libdir)
	fi

	dodoc CHANGES README

	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"
	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"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-01 20:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 20:06 [gentoo-commits] gentoo-x86 commit in media-sound/brutefir: ChangeLog brutefir-1.0k.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox