public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2009-06-17  7:01 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2009-06-17  7:01 UTC (permalink / raw
  To: gentoo-commits

aballier    09/06/17 07:01:14

  Modified:             ChangeLog
  Added:                slv2-0.6.6.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-libs/slv2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	16 Apr 2009 08:42:29 -0000	1.13
+++ ChangeLog	17 Jun 2009 07:01:14 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.13 2009/04/16 08:42:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.14 2009/06/17 07:01:14 aballier Exp $
+
+*slv2-0.6.6 (17 Jun 2009)
+
+  17 Jun 2009; Alexis Ballier <aballier@gentoo.org> +slv2-0.6.6.ebuild:
+  version bump
 
   16 Apr 2009; Alexis Ballier <aballier@gentoo.org> +files/ldconfig.patch,
   slv2-0.6.2.ebuild:



1.1                  media-libs/slv2/slv2-0.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.1&content-type=text/plain

Index: slv2-0.6.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.1 2009/06/17 07:01:14 aballier Exp $

EAPI=2

inherit multilib toolchain-funcs eutils

DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications"
HOMEPAGE="http://wiki.drobilla.net/SLV2"
SRC_URI="http://download.drobilla.net/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc jack"

RDEPEND=">=dev-libs/redland-1.0.6
	jack? ( >=media-sound/jack-audio-connection-kit-0.107.0 )
	media-libs/lv2core"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}/ldconfig.patch"
}

src_configure() {
	tc-export CC CXX CPP AR RANLIB
	./waf configure \
		  --prefix=/usr \
		  --libdir=/usr/$(get_libdir)/ \
		  --htmldir=/usr/share/doc/${PF}/html \
		  $(use doc && echo "--build-docs") \
		  $(use jack || echo "--no-jack") \
		  || die "failed to configure"
}

src_compile() {
	./waf || die "failed to build"
}

src_install() {
	./waf --destdir="${D}" install || die "install failed"
	dodoc AUTHORS README ChangeLog
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2009-09-19  8:31 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-09-19  8:31 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/19 08:31:22

  Modified:             ChangeLog slv2-0.6.6.ebuild
  Log:
  amd64/x86 stable, bug #284493
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-libs/slv2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	20 Jun 2009 13:12:00 -0000	1.15
+++ ChangeLog	19 Sep 2009 08:31:22 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.15 2009/06/20 13:12:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.16 2009/09/19 08:31:22 maekke Exp $
+
+  19 Sep 2009; Markus Meier <maekke@gentoo.org> slv2-0.6.6.ebuild:
+  amd64/x86 stable, bug #284493
 
   20 Jun 2009; Alexis Ballier <aballier@gentoo.org> -slv2-0.5.0.ebuild,
   -slv2-0.6.2.ebuild:



1.2                  media-libs/slv2/slv2-0.6.6.ebuild

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

Index: slv2-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slv2-0.6.6.ebuild	17 Jun 2009 07:01:14 -0000	1.1
+++ slv2-0.6.6.ebuild	19 Sep 2009 08:31:22 -0000	1.2
@@ -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/slv2/slv2-0.6.6.ebuild,v 1.1 2009/06/17 07:01:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.2 2009/09/19 08:31:22 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc jack"
 
 RDEPEND=">=dev-libs/redland-1.0.6






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

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2009-11-07 18:07 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 7+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-11-07 18:07 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/11/07 18:07:35

  Modified:             ChangeLog slv2-0.6.6.ebuild
  Log:
  Keywording for ppc.
  Bug 282006.
  (I forget to change the ebuild last time)
  (Portage version: 14478-svn/cvs/Linux ppc)

Revision  Changes    Path
1.18                 media-libs/slv2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Nov 2009 18:02:06 -0000	1.17
+++ ChangeLog	7 Nov 2009 18:07:34 -0000	1.18
@@ -1,8 +1,8 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.17 2009/11/07 18:02:06 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.18 2009/11/07 18:07:34 volkmar Exp $
 
-  07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> ChangeLog:
+  07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> slv2-0.6.6.ebuild:
   Keywording for ppc, bug 282006
 
   19 Sep 2009; Markus Meier <maekke@gentoo.org> slv2-0.6.6.ebuild:



1.3                  media-libs/slv2/slv2-0.6.6.ebuild

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

Index: slv2-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slv2-0.6.6.ebuild	19 Sep 2009 08:31:22 -0000	1.2
+++ slv2-0.6.6.ebuild	7 Nov 2009 18:07:34 -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/slv2/slv2-0.6.6.ebuild,v 1.2 2009/09/19 08:31:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.3 2009/11/07 18:07:34 volkmar Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc jack"
 
 RDEPEND=">=dev-libs/redland-1.0.6






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

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2012-04-21 22:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-21 22:22 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/21 22:22:15

  Modified:             ChangeLog slv2-0.6.6.ebuild
  Log:
  allow media-libs/lv2 in addition to lv2core
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 media-libs/slv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Nov 2009 18:07:34 -0000	1.18
+++ ChangeLog	21 Apr 2012 22:22:15 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/slv2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.18 2009/11/07 18:07:34 volkmar Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.19 2012/04/21 22:22:15 aballier Exp $
+
+  21 Apr 2012; Alexis Ballier <aballier@gentoo.org> slv2-0.6.6.ebuild:
+  allow media-libs/lv2 in addition to lv2core
 
   07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> slv2-0.6.6.ebuild:
   Keywording for ppc, bug 282006



1.4                  media-libs/slv2/slv2-0.6.6.ebuild

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

Index: slv2-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- slv2-0.6.6.ebuild	7 Nov 2009 18:07:34 -0000	1.3
+++ slv2-0.6.6.ebuild	21 Apr 2012 22:22:15 -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-libs/slv2/slv2-0.6.6.ebuild,v 1.3 2009/11/07 18:07:34 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.4 2012/04/21 22:22:15 aballier Exp $
 
 EAPI=2
 
@@ -17,7 +17,7 @@
 
 RDEPEND=">=dev-libs/redland-1.0.6
 	jack? ( >=media-sound/jack-audio-connection-kit-0.107.0 )
-	media-libs/lv2core"
+	|| ( media-libs/lv2 media-libs/lv2core )"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
 	dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2012-05-05  8:02 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  8:02 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 08:02:26

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

Revision  Changes    Path
1.20                 media-libs/slv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	21 Apr 2012 22:22:15 -0000	1.19
+++ ChangeLog	5 May 2012 08:02:26 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.19 2012/04/21 22:22:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.20 2012/05/05 08:02:26 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> slv2-0.6.6.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   21 Apr 2012; Alexis Ballier <aballier@gentoo.org> slv2-0.6.6.ebuild:
   allow media-libs/lv2 in addition to lv2core



1.5                  media-libs/slv2/slv2-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?r1=1.4&r2=1.5

Index: slv2-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- slv2-0.6.6.ebuild	21 Apr 2012 22:22:15 -0000	1.4
+++ slv2-0.6.6.ebuild	5 May 2012 08:02:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.4 2012/04/21 22:22:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.5 2012/05/05 08:02:26 jdhore Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 	|| ( media-libs/lv2 media-libs/lv2core )"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch "${FILESDIR}/ldconfig.patch"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2012-06-27 19:40 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-27 19:40 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/27 19:40:32

  Modified:             ChangeLog slv2-0.6.6.ebuild
  Log:
  Set active Python version to 2.x for ./waf which doesn't work with Python 3.x.
  
  (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-libs/slv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	5 May 2012 08:02:26 -0000	1.20
+++ ChangeLog	27 Jun 2012 19:40:32 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.20 2012/05/05 08:02:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.21 2012/06/27 19:40:32 ssuominen Exp $
+
+  27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> slv2-0.6.6.ebuild:
+  Set active Python version to 2.x for ./waf which doesn't work with Python
+  3.x.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> slv2-0.6.6.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.6                  media-libs/slv2/slv2-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?r1=1.5&r2=1.6

Index: slv2-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- slv2-0.6.6.ebuild	5 May 2012 08:02:26 -0000	1.5
+++ slv2-0.6.6.ebuild	27 Jun 2012 19:40:32 -0000	1.6
@@ -1,10 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.5 2012/05/05 08:02:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.6 2012/06/27 19:40:32 ssuominen Exp $
 
-EAPI=2
-
-inherit multilib toolchain-funcs eutils
+EAPI=4
+inherit eutils multilib python toolchain-funcs
 
 DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications"
 HOMEPAGE="http://wiki.drobilla.net/SLV2"
@@ -19,11 +18,17 @@
 	jack? ( >=media-sound/jack-audio-connection-kit-0.107.0 )
 	|| ( media-libs/lv2 media-libs/lv2core )"
 DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
-	virtual/pkgconfig"
+	|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
 
 src_prepare() {
-	epatch "${FILESDIR}/ldconfig.patch"
+	epatch "${FILESDIR}"/ldconfig.patch
 }
 
 src_configure() {
@@ -38,10 +43,10 @@
 }
 
 src_compile() {
-	./waf || die "failed to build"
+	./waf || die
 }
 
 src_install() {
-	./waf --destdir="${D}" install || die "install failed"
+	./waf --destdir="${D}" install || die
 	dodoc AUTHORS README ChangeLog
 }






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

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild
@ 2012-06-27 19:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-27 19:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/27 19:46:57

  Modified:             ChangeLog slv2-0.6.6.ebuild
  Log:
  Pass LDFLAGS to LINKFLAGS for ./waf wrt #330197 by Gavin Pryke and Kacper Kowalik.
  
  (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 media-libs/slv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	27 Jun 2012 19:40:32 -0000	1.21
+++ ChangeLog	27 Jun 2012 19:46:57 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.21 2012/06/27 19:40:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.22 2012/06/27 19:46:57 ssuominen Exp $
+
+  27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> slv2-0.6.6.ebuild:
+  Pass LDFLAGS to LINKFLAGS for ./waf wrt #330197 by Gavin Pryke and Kacper
+  Kowalik.
 
   27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> slv2-0.6.6.ebuild:
   Set active Python version to 2.x for ./waf which doesn't work with Python



1.7                  media-libs/slv2/slv2-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild?r1=1.6&r2=1.7

Index: slv2-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- slv2-0.6.6.ebuild	27 Jun 2012 19:40:32 -0000	1.6
+++ slv2-0.6.6.ebuild	27 Jun 2012 19:46:57 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.6 2012/06/27 19:40:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.7 2012/06/27 19:46:57 ssuominen Exp $
 
 EAPI=4
 inherit eutils multilib python toolchain-funcs
@@ -33,13 +33,14 @@
 
 src_configure() {
 	tc-export CC CXX CPP AR RANLIB
+	LINKFLAGS="${LDFLAGS}" \
 	./waf configure \
-		  --prefix=/usr \
-		  --libdir=/usr/$(get_libdir)/ \
-		  --htmldir=/usr/share/doc/${PF}/html \
-		  $(use doc && echo "--build-docs") \
-		  $(use jack || echo "--no-jack") \
-		  || die "failed to configure"
+		--prefix=/usr \
+		--libdir=/usr/$(get_libdir) \
+		--htmldir=/usr/share/doc/${PF}/html \
+		$(use doc && echo --build-docs) \
+		$(use jack || echo --no-jack) \
+		|| die
 }
 
 src_compile() {






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

end of thread, other threads:[~2012-06-27 19:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 19:46 [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-27 19:40 Samuli Suominen (ssuominen)
2012-05-05  8:02 Jeff Horelick (jdhore)
2012-04-21 22:22 Alexis Ballier (aballier)
2009-11-07 18:07 Mounir Lamouri (volkmar)
2009-09-19  8:31 Markus Meier (maekke)
2009-06-17  7:01 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox