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.2.ebuild
Date: Thu, 10 Jan 2008 08:22:37
Message-Id: E1JCsgM-0005YS-Vk@stork.gentoo.org
1 aballier 08/01/10 08:22:34
2
3 Modified: ChangeLog
4 Added: slv2-0.4.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.5 media-libs/slv2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 6 Jan 2008 22:42:21 -0000 1.4
23 +++ ChangeLog 10 Jan 2008 08:22:34 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/slv2
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.4 2008/01/06 22:42:21 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.5 2008/01/10 08:22:34 aballier Exp $
29 +
30 +*slv2-0.4.2 (10 Jan 2008)
31 +
32 + 10 Jan 2008; Alexis Ballier <aballier@g.o> +slv2-0.4.2.ebuild:
33 + version bump
34
35 06 Jan 2008; Alexis Ballier <aballier@g.o> -slv2-0.3.2.ebuild:
36 remove old
37
38
39
40 1.1 media-libs/slv2/slv2-0.4.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/slv2-0.4.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/slv2/slv2-0.4.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: slv2-0.4.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.4.2.ebuild,v 1.1 2008/01/10 08:22:34 aballier Exp $
50
51 DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications"
52 HOMEPAGE="http://wiki.drobilla.net/SLV2"
53 SRC_URI="http://download.drobilla.net/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="debug doc jack"
59
60 RDEPEND="dev-libs/redland
61 media-libs/raptor
62 jack? ( media-sound/jack-audio-connection-kit )
63 media-libs/lv2core"
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@l.g.o mailing list