Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/swh-lv2: swh-lv2-1.0.15.ebuild ChangeLog
Date: Sat, 03 Oct 2009 10:33:42
Message-Id: E1Mu1vn-0000QP-Nz@stork.gentoo.org
1 ssuominen 09/10/03 10:33:39
2
3 Modified: swh-lv2-1.0.15.ebuild ChangeLog
4 Log:
5 Remove -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops from CFLAGS wrt #286993.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.2&view=markup
12 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
13 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
14
15 Index: swh-lv2-1.0.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- swh-lv2-1.0.15.ebuild 10 Jan 2008 08:24:32 -0000 1.1
22 +++ swh-lv2-1.0.15.ebuild 3 Oct 2009 10:33:39 -0000 1.2
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 +EAPI=2
31 inherit toolchain-funcs multilib
32
33 DESCRIPTION="Large collection of LV2 audio plugins/effects"
34 @@ -18,11 +19,16 @@
35 dev-libs/libxslt
36 dev-util/pkgconfig"
37
38 +src_prepare() {
39 + sed -e 's:-O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops::g' \
40 + -i Makefile || die
41 +}
42 +
43 src_compile() {
44 - emake CC=$(tc-getCC) || die "make failed"
45 + emake CC=$(tc-getCC) || die
46 }
47
48 src_install() {
49 - emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die "failed to install"
50 + emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die
51 dodoc README
52 }
53
54
55
56 1.6 media-plugins/swh-lv2/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.6&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.6&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?r1=1.5&r2=1.6
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v
65 retrieving revision 1.5
66 retrieving revision 1.6
67 diff -u -r1.5 -r1.6
68 --- ChangeLog 27 Jan 2008 20:03:53 -0000 1.5
69 +++ ChangeLog 3 Oct 2009 10:33:39 -0000 1.6
70 @@ -1,6 +1,10 @@
71 # ChangeLog for media-plugins/swh-lv2
72 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.5 2008/01/27 20:03:53 aballier Exp $
74 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.6 2009/10/03 10:33:39 ssuominen Exp $
76 +
77 + 03 Oct 2009; Samuli Suominen <ssuominen@g.o> swh-lv2-1.0.15.ebuild:
78 + Remove -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops from
79 + CFLAGS wrt #286993.
80
81 27 Jan 2008; Alexis Ballier <aballier@g.o> -swh-lv2-1.0.14.ebuild:
82 remove old