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.2.ebuild
@ 2008-12-08  9:06 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-12-08  9:06 UTC (permalink / raw
  To: gentoo-commits

aballier    08/12/08 09:06:15

  Modified:             ChangeLog
  Added:                slv2-0.6.2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 x86_64)

Revision  Changes    Path
1.11                 media-libs/slv2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Nov 2008 10:14:08 -0000	1.10
+++ ChangeLog	8 Dec 2008 09:06:15 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/slv2
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.10 2008/11/20 10:14:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.11 2008/12/08 09:06:15 aballier Exp $
+
+*slv2-0.6.2 (08 Dec 2008)
+
+  08 Dec 2008; Alexis Ballier <aballier@gentoo.org> +slv2-0.6.2.ebuild:
+  version bump
 
 *slv2-0.6.1 (20 Nov 2008)
 



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

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

Index: slv2-0.6.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.2.ebuild,v 1.1 2008/12/08 09:06:15 aballier Exp $

EAPI=2

inherit multilib toolchain-funcs

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_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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.2.ebuild
@ 2009-04-16  8:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2009-04-16  8:42 UTC (permalink / raw
  To: gentoo-commits

aballier    09/04/16 08:42:29

  Modified:             ChangeLog slv2-0.6.2.ebuild
  Log:
  do not run ldconfig at install, bug #266220
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-libs/slv2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	8 Dec 2008 09:07:10 -0000	1.12
+++ ChangeLog	16 Apr 2009 08:42:29 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/slv2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.12 2008/12/08 09:07:10 aballier Exp $
+# 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 $
+
+  16 Apr 2009; Alexis Ballier <aballier@gentoo.org> +files/ldconfig.patch,
+  slv2-0.6.2.ebuild:
+  do not run ldconfig at install, bug #266220
 
   08 Dec 2008; Alexis Ballier <aballier@gentoo.org> -slv2-0.6.0.ebuild,
   -slv2-0.6.1.ebuild:



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

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

Index: slv2-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slv2-0.6.2.ebuild	8 Dec 2008 09:06:15 -0000	1.1
+++ slv2-0.6.2.ebuild	16 Apr 2009 08:42:29 -0000	1.2
@@ -1,10 +1,10 @@
-# 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/slv2/slv2-0.6.2.ebuild,v 1.1 2008/12/08 09:06:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.2.ebuild,v 1.2 2009/04/16 08:42:29 aballier Exp $
 
 EAPI=2
 
-inherit multilib toolchain-funcs
+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"
@@ -22,6 +22,10 @@
 	doc? ( app-doc/doxygen )
 	dev-util/pkgconfig"
 
+src_prepare() {
+	epatch "${FILESDIR}/ldconfig.patch"
+}
+
 src_configure() {
 	tc-export CC CXX CPP AR RANLIB
 	./waf configure \






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

end of thread, other threads:[~2009-04-16  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08  9:06 [gentoo-commits] gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-16  8:42 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