Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/stk: stk-4.3.1.ebuild ChangeLog
Date: Tue, 13 Jan 2009 07:45:36
Message-Id: E1LMdxt-0001VU-QS@stork.gentoo.org
1 aballier 09/01/13 07:45:33
2
3 Modified: stk-4.3.1.ebuild ChangeLog
4 Log:
5 fix build without jack, by Thomas 'gimpel' Kuther, bug #232302
6 (Portage version: 2.2_rc21/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/stk/stk-4.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?r1=1.1&r2=1.2
14
15 Index: stk-4.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- stk-4.3.1.ebuild 17 Sep 2008 07:28:34 -0000 1.1
22 +++ stk-4.3.1.ebuild 13 Jan 2009 07:45:33 -0000 1.2
23 @@ -1,6 +1,6 @@
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-libs/stk/stk-4.3.1.ebuild,v 1.1 2008/09/17 07:28:34 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.2 2009/01/13 07:45:33 aballier Exp $
29
30 inherit eutils autotools
31
32 @@ -31,12 +31,16 @@
33 }
34
35 src_compile() {
36 + local myconf
37 + # --without-jack is broken in autofoo, see #232302
38 + use jack && myconf="--with-jack"
39 +
40 econf \
41 `use_with alsa` \
42 - `use_with jack` \
43 `use_with oss` \
44 `use_enable debug` \
45 RAWWAVE_PATH=/usr/share/stk/rawwaves/ \
46 + ${myconf} \
47 || die "configure failed!"
48
49 # compile libstk
50
51
52
53 1.2 media-libs/stk/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 17 Sep 2008 07:28:34 -0000 1.1
66 +++ ChangeLog 13 Jan 2009 07:45:33 -0000 1.2
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/stk
69 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.1 2008/09/17 07:28:34 aballier Exp $
71 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.2 2009/01/13 07:45:33 aballier Exp $
73 +
74 + 13 Jan 2009; Alexis Ballier <aballier@g.o> stk-4.3.1.ebuild:
75 + fix build without jack, by Thomas 'gimpel' Kuther, bug #232302
76
77 *stk-4.3.1 (17 Sep 2008)