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/slv2: ChangeLog slv2-0.4.0.ebuild
Date: Wed, 02 Jan 2008 10:52:36
Message-Id: E1JA1Cy-0003KL-UK@stork.gentoo.org
1 aballier 08/01/02 10:52:24
2
3 Modified: ChangeLog
4 Added: slv2-0.4.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.3 media-libs/slv2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 12 Dec 2007 07:29:26 -0000 1.2
23 +++ ChangeLog 2 Jan 2008 10:52:24 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/slv2
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.2 2007/12/12 07:29:26 aballier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.3 2008/01/02 10:52:24 aballier Exp $
30 +
31 +*slv2-0.4.0 (02 Jan 2008)
32 +
33 + 02 Jan 2008; Alexis Ballier <aballier@g.o> +slv2-0.4.0.ebuild:
34 + version bump
35
36 12 Dec 2007; Alexis Ballier <aballier@g.o> slv2-0.3.2.ebuild:
37 keyword ~x86 too, working fine
38
39
40
41 1.1 media-libs/slv2/slv2-0.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/slv2-0.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/slv2-0.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: slv2-0.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.4.0.ebuild,v 1.1 2008/01/02 10:52:24 aballier Exp $
51
52 DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications"
53 HOMEPAGE="http://wiki.drobilla.net/SLV2"
54 SRC_URI="http://download.drobilla.net/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="debug doc jack"
60
61 RDEPEND="dev-libs/redland
62 media-libs/raptor
63 jack? ( media-sound/jack-audio-connection-kit )"
64 DEPEND="${RDEPEND}
65 doc? ( app-doc/doxygen )
66 dev-util/pkgconfig"
67
68 src_compile() {
69 econf $(use_enable debug) \
70 $(use_enable jack) \
71 $(use_enable doc documentation)
72
73 emake || die "make failed"
74 if use doc; then
75 emake docs || die "creating documentation failed"
76 fi
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "make install failed"
81 dodoc AUTHORS README
82 doman doc/man/man3/*
83 use doc && dohtml doc/html/*
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list