Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
aballier 09/01/13 07:45:33
Modified: stk-4.3.1.ebuild ChangeLog
Log:
fix build without jack, by Thomas 'gimpel' Kuther, bug #232302
(Portage version: 2.2_rc21/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.2 media-libs/stk/stk-4.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?r1=1.1&r2=1.2
Index: stk-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stk-4.3.1.ebuild 17 Sep 2008 07:28:34 -0000 1.1
+++ stk-4.3.1.ebuild 13 Jan 2009 07:45:33 -0000 1.2
@@ -1,6 +1,6 @@
-# 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-libs/stk/stk-4.3.1.ebuild,v 1.1 2008/09/17 07:28:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.2 2009/01/13 07:45:33 aballier Exp $
inherit eutils autotools
@@ -31,12 +31,16 @@
}
src_compile() {
+ local myconf
+ # --without-jack is broken in autofoo, see #232302
+ use jack && myconf="--with-jack"
+
econf \
`use_with alsa` \
- `use_with jack` \
`use_with oss` \
`use_enable debug` \
RAWWAVE_PATH=/usr/share/stk/rawwaves/ \
+ ${myconf} \
|| die "configure failed!"
# compile libstk
1.2 media-libs/stk/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 17 Sep 2008 07:28:34 -0000 1.1
+++ ChangeLog 13 Jan 2009 07:45:33 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/stk
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.1 2008/09/17 07:28:34 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.2 2009/01/13 07:45:33 aballier Exp $
+
+ 13 Jan 2009; Alexis Ballier <aballier@g.o> stk-4.3.1.ebuild:
+ fix build without jack, by Thomas 'gimpel' Kuther, bug #232302
*stk-4.3.1 (17 Sep 2008)
|
|