Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lv2: ChangeLog lv2-1.4.0.ebuild
Date: Sat, 23 Feb 2013 13:34:42
Message-Id: 20130223133439.607F92171D@flycatcher.gentoo.org
1 aballier 13/02/23 13:34:39
2
3 Modified: ChangeLog
4 Added: lv2-1.4.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.6 media-libs/lv2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 11 Dec 2012 19:13:09 -0000 1.5
24 +++ ChangeLog 23 Feb 2013 13:34:39 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/lv2
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.5 2012/12/11 19:13:09 ago Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.6 2013/02/23 13:34:39 aballier Exp $
31 +
32 +*lv2-1.4.0 (23 Feb 2013)
33 +
34 + 23 Feb 2013; Alexis Ballier <aballier@g.o> +lv2-1.4.0.ebuild:
35 + version bump
36
37 11 Dec 2012; Agostino Sarubbo <ago@g.o> lv2-1.2.0.ebuild:
38 Add ~ppc, wrt bug #421061
39
40
41
42 1.1 media-libs/lv2/lv2-1.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lv2-1.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.4.0.ebuild,v 1.1 2013/02/23 13:34:39 aballier Exp $
52
53 EAPI=4
54
55 inherit waf-utils
56
57 DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
58 HOMEPAGE="http://lv2plug.in/"
59 SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="doc plugins"
65
66 DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
67 RDEPEND="${DEPEND}
68 !<media-libs/slv2-0.4.2
69 !media-libs/lv2core
70 !media-libs/lv2-ui"
71 DEPEND="${DEPEND}
72 plugins? ( virtual/pkgconfig )
73 doc? ( app-doc/doxygen dev-python/rdflib )"
74 DOCS=( "README" "NEWS" )
75
76 src_configure() {
77 waf-utils_src_configure \
78 --docdir="${EPREFIX}"/usr/share/doc/${PF} \
79 $(use plugins || echo " --no-plugins") \
80 $(use doc && echo " --docs" )
81 }