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-r1.ebuild
@ 2009-06-21  2:51 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-06-21  2:51 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/21 02:51:27

  Modified:             ChangeLog
  Added:                brutefir-1.0k-r1.ebuild
  Log:
  Use gcc instead of ld as a linker wrt #252338, because -fPIC directly to ld isn't valid.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-sound/brutefir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 Jun 2009 20:06:28 -0000	1.15
+++ ChangeLog	21 Jun 2009 02:51:27 -0000	1.16
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/brutefir
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.16 2009/06/21 02:51:27 ssuominen Exp $
+
+*brutefir-1.0k-r1 (21 Jun 2009)
+
+  21 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +brutefir-1.0k-r1.ebuild, +files/brutefir-1.0k-ld.patch:
+  Use gcc instead of ld as a linker wrt #252338, because -fPIC directly to
+  ld isn't valid.
 
 *brutefir-1.0k (01 Jun 2009)
 



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

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

Index: brutefir-1.0k-r1.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-r1.ebuild,v 1.1 2009/06/21 02:51:27 ssuominen Exp $

EAPI=2
inherit eutils multilib 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_prepare() {
	epatch "${FILESDIR}"/${P}-ld.patch
}

src_compile() {
	tc-export AS CC
	emake || die "emake failed"
}

src_install() {
	emake LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" \
		install || die "emake install failed"
	dodoc CHANGES README

	insinto /usr/share/${PN}
	doins xtc_config directpath.txt crosspath.txt massive_config \
		bench1_config bench2_config bench3_config bench4_config \
		bench5_config || die "doins failed"
}

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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/brutefir: ChangeLog brutefir-1.0k-r1.ebuild
@ 2012-02-03 17:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-03 17:47 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/03 17:47:35

  Modified:             ChangeLog brutefir-1.0k-r1.ebuild
  Log:
  Stable for amd64, wrt bug #397093
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-sound/brutefir/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Jun 2009 02:51:27 -0000	1.16
+++ ChangeLog	3 Feb 2012 17:47:34 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/brutefir
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.16 2009/06/21 02:51:27 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.17 2012/02/03 17:47:34 ago Exp $
+
+  03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> brutefir-1.0k-r1.ebuild:
+  Stable for amd64, wrt bug #397093
 
 *brutefir-1.0k-r1 (21 Jun 2009)
 



1.2                  media-sound/brutefir/brutefir-1.0k-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild?r1=1.1&r2=1.2

Index: brutefir-1.0k-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- brutefir-1.0k-r1.ebuild	21 Jun 2009 02:51:27 -0000	1.1
+++ brutefir-1.0k-r1.ebuild	3 Feb 2012 17:47:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild,v 1.1 2009/06/21 02:51:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild,v 1.2 2012/02/03 17:47:34 ago Exp $
 
 EAPI=2
 inherit eutils multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="media-libs/alsa-lib






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/brutefir: ChangeLog brutefir-1.0k-r1.ebuild
@ 2012-02-16 18:52 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:52 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 18:52:28

  Modified:             ChangeLog brutefir-1.0k-r1.ebuild
  Log:
  x86 stable wrt bug #397093
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.18                 media-sound/brutefir/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	3 Feb 2012 17:47:34 -0000	1.17
+++ ChangeLog	16 Feb 2012 18:52:28 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/brutefir
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.17 2012/02/03 17:47:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.18 2012/02/16 18:52:28 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> brutefir-1.0k-r1.ebuild:
+  x86 stable wrt bug #397093
 
   03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> brutefir-1.0k-r1.ebuild:
   Stable for amd64, wrt bug #397093



1.3                  media-sound/brutefir/brutefir-1.0k-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild?r1=1.2&r2=1.3

Index: brutefir-1.0k-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- brutefir-1.0k-r1.ebuild	3 Feb 2012 17:47:34 -0000	1.2
+++ brutefir-1.0k-r1.ebuild	16 Feb 2012 18:52:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild,v 1.2 2012/02/03 17:47:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k-r1.ebuild,v 1.3 2012/02/16 18:52:28 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="media-libs/alsa-lib






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-16 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21  2:51 [gentoo-commits] gentoo-x86 commit in media-sound/brutefir: ChangeLog brutefir-1.0k-r1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-03 17:47 Agostino Sarubbo (ago)
2012-02-16 18:52 PaweA Hajdan (phajdan.jr)

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