* [gentoo-commits] gentoo-x86 commit in media-libs/lv2: ChangeLog lv2-1.2.0.ebuild
@ 2012-10-15 22:25 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-10-15 22:25 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/15 22:25:53
Modified: ChangeLog
Added: lv2-1.2.0.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.4 media-libs/lv2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 22 May 2012 15:37:39 -0000 1.3
+++ ChangeLog 15 Oct 2012 22:25:53 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/lv2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.3 2012/05/22 15:37:39 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.4 2012/10/15 22:25:53 aballier Exp $
+
+*lv2-1.2.0 (15 Oct 2012)
+
+ 15 Oct 2012; Alexis Ballier <aballier@gentoo.org> +lv2-1.2.0.ebuild:
+ version bump
22 May 2012; Johannes Huber <johu@gentoo.org> lv2-1.0.0.ebuild:
Add ~x86 wrt bug #413033
1.1 media-libs/lv2/lv2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.2.0.ebuild?rev=1.1&content-type=text/plain
Index: lv2-1.2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.2.0.ebuild,v 1.1 2012/10/15 22:25:53 aballier Exp $
EAPI=4
inherit waf-utils
DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
HOMEPAGE="http://lv2plug.in/"
SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc plugins"
DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
RDEPEND="${DEPEND}
!<media-libs/slv2-0.4.2
!media-libs/lv2core
!media-libs/lv2-ui"
DEPEND="${DEPEND}
plugins? ( virtual/pkgconfig )
doc? ( app-doc/doxygen dev-python/rdflib )"
DOCS=( "README" "NEWS" )
src_configure() {
waf-utils_src_configure \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
$(use plugins || echo " --no-plugins") \
$(use doc && echo " --docs" )
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-15 22:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 22:25 [gentoo-commits] gentoo-x86 commit in media-libs/lv2: ChangeLog lv2-1.2.0.ebuild 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