public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-lv2: swh-lv2-1.0.15.ebuild ChangeLog
@ 2009-10-03 10:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-03 10:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/03 10:33:39

  Modified:             swh-lv2-1.0.15.ebuild ChangeLog
  Log:
  Remove -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops from CFLAGS wrt #286993.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?r1=1.1&r2=1.2

Index: swh-lv2-1.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swh-lv2-1.0.15.ebuild	10 Jan 2008 08:24:32 -0000	1.1
+++ swh-lv2-1.0.15.ebuild	3 Oct 2009 10:33:39 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.1 2008/01/10 08:24:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.2 2009/10/03 10:33:39 ssuominen Exp $
 
+EAPI=2
 inherit toolchain-funcs multilib
 
 DESCRIPTION="Large collection of LV2 audio plugins/effects"
@@ -18,11 +19,16 @@
 	dev-libs/libxslt
 	dev-util/pkgconfig"
 
+src_prepare() {
+	sed -e 's:-O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops::g' \
+		-i Makefile || die
+}
+
 src_compile() {
-	emake CC=$(tc-getCC) || die "make failed"
+	emake CC=$(tc-getCC) || die
 }
 
 src_install() {
-	emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die "failed to install"
+	emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die
 	dodoc README
 }



1.6                  media-plugins/swh-lv2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Jan 2008 20:03:53 -0000	1.5
+++ ChangeLog	3 Oct 2009 10:33:39 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/swh-lv2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.5 2008/01/27 20:03:53 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.6 2009/10/03 10:33:39 ssuominen Exp $
+
+  03 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> swh-lv2-1.0.15.ebuild:
+  Remove -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops from
+  CFLAGS wrt #286993.
 
   27 Jan 2008; Alexis Ballier <aballier@gentoo.org> -swh-lv2-1.0.14.ebuild:
   remove old






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-lv2: swh-lv2-1.0.15.ebuild ChangeLog
@ 2009-10-05 21:28 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-10-05 21:28 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/05 21:28:37

  Modified:             swh-lv2-1.0.15.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #286993
  (Portage version: 2.2_rc43/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?r1=1.2&r2=1.3

Index: swh-lv2-1.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- swh-lv2-1.0.15.ebuild	3 Oct 2009 10:33:39 -0000	1.2
+++ swh-lv2-1.0.15.ebuild	5 Oct 2009 21:28:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.2 2009/10/03 10:33:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.3 2009/10/05 21:28:37 maekke Exp $
 
 EAPI=2
 inherit toolchain-funcs multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="=sci-libs/fftw-3*"



1.7                  media-plugins/swh-lv2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	3 Oct 2009 10:33:39 -0000	1.6
+++ ChangeLog	5 Oct 2009 21:28:37 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/swh-lv2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.6 2009/10/03 10:33:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.7 2009/10/05 21:28:37 maekke Exp $
+
+  05 Oct 2009; Markus Meier <maekke@gentoo.org> swh-lv2-1.0.15.ebuild:
+  amd64/x86 stable, bug #286993
 
   03 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> swh-lv2-1.0.15.ebuild:
   Remove -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops from






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-lv2: swh-lv2-1.0.15.ebuild ChangeLog
@ 2012-05-05  8:27 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  8:27 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 08:27:19

  Modified:             swh-lv2-1.0.15.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?r1=1.3&r2=1.4

Index: swh-lv2-1.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- swh-lv2-1.0.15.ebuild	5 Oct 2009 21:28:37 -0000	1.3
+++ swh-lv2-1.0.15.ebuild	5 May 2012 08:27:19 -0000	1.4
@@ -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-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.3 2009/10/05 21:28:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.4 2012/05/05 08:27:19 jdhore Exp $
 
 EAPI=2
 inherit toolchain-funcs multilib
@@ -17,7 +17,7 @@
 RDEPEND="=sci-libs/fftw-3*"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	sed -e 's:-O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops::g' \



1.8                  media-plugins/swh-lv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-lv2/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Oct 2009 21:28:37 -0000	1.7
+++ ChangeLog	5 May 2012 08:27:19 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/swh-lv2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.7 2009/10/05 21:28:37 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.8 2012/05/05 08:27:19 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> swh-lv2-1.0.15.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   05 Oct 2009; Markus Meier <maekke@gentoo.org> swh-lv2-1.0.15.ebuild:
   amd64/x86 stable, bug #286993






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

end of thread, other threads:[~2012-05-05  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  8:27 [gentoo-commits] gentoo-x86 commit in media-plugins/swh-lv2: swh-lv2-1.0.15.ebuild ChangeLog Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-05 21:28 Markus Meier (maekke)
2009-10-03 10:33 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