public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/stk: stk-4.3.1.ebuild ChangeLog
@ 2009-01-13  7:45 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-13  7:45 UTC (permalink / raw
  To: 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@gentoo.org> stk-4.3.1.ebuild:
+  fix build without jack, by Thomas 'gimpel' Kuther, bug #232302
 
 *stk-4.3.1 (17 Sep 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/stk: stk-4.3.1.ebuild ChangeLog
@ 2009-03-09 14:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-09 14:10 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/09 14:10:26

  Modified:             stk-4.3.1.ebuild ChangeLog
  Log:
  Add ~x86 wrt #260735
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?r1=1.2&r2=1.3

Index: stk-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stk-4.3.1.ebuild	13 Jan 2009 07:45:33 -0000	1.2
+++ stk-4.3.1.ebuild	9 Mar 2009 14:10:26 -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-libs/stk/stk-4.3.1.ebuild,v 1.2 2009/01/13 07:45:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.3 2009/03/09 14:10:26 armin76 Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="alsa debug doc jack oss"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.3                  media-libs/stk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 Jan 2009 07:45:33 -0000	1.2
+++ ChangeLog	9 Mar 2009 14:10:26 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/stk
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.3 2009/03/09 14:10:26 armin76 Exp $
+
+  09 Mar 2009; Raúl Porcel <armin76@gentoo.org> stk-4.3.1.ebuild:
+  Add ~x86 wrt #260735
 
   13 Jan 2009; Alexis Ballier <aballier@gentoo.org> stk-4.3.1.ebuild:
   fix build without jack, by Thomas 'gimpel' Kuther, bug #232302






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

* [gentoo-commits] gentoo-x86 commit in media-libs/stk: stk-4.3.1.ebuild ChangeLog
@ 2009-07-30 11:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-30 11:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/30 11:28:31

  Modified:             stk-4.3.1.ebuild ChangeLog
  Log:
  Fix building with GCC 4.4 wrt #277668.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?r1=1.3&r2=1.4

Index: stk-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stk-4.3.1.ebuild	9 Mar 2009 14:10:26 -0000	1.3
+++ stk-4.3.1.ebuild	30 Jul 2009 11:28:31 -0000	1.4
@@ -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-libs/stk/stk-4.3.1.ebuild,v 1.3 2009/03/09 14:10:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.4 2009/07/30 11:28:31 ssuominen Exp $
 
 inherit eutils autotools
 
@@ -27,6 +27,7 @@
 	epatch "${FILESDIR}/${P}-fpic.patch"
 	epatch "${FILESDIR}/${P}-missing.patch"
 	epatch "${FILESDIR}/${P}-ldflags.patch"
+	epatch "${FILESDIR}/${P}-gcc44.patch"
 	eautoreconf
 }
 



1.4                  media-libs/stk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Mar 2009 14:10:26 -0000	1.3
+++ ChangeLog	30 Jul 2009 11:28:31 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/stk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.3 2009/03/09 14:10:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.4 2009/07/30 11:28:31 ssuominen Exp $
+
+  30 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> stk-4.3.1.ebuild,
+  +files/stk-4.3.1-gcc44.patch:
+  Fix building with GCC 4.4 wrt #277668.
 
   09 Mar 2009; Raúl Porcel <armin76@gentoo.org> stk-4.3.1.ebuild:
   Add ~x86 wrt #260735






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

end of thread, other threads:[~2009-07-30 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13  7:45 [gentoo-commits] gentoo-x86 commit in media-libs/stk: stk-4.3.1.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-09 14:10 Raul Porcel (armin76)
2009-07-30 11:28 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