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-plugins/swh-lv2: ChangeLog swh-lv2-1.0.15.ebuild
Date: Thu, 10 Jan 2008 08:24:36
Message-Id: E1JCsiH-0005aQ-6p@stork.gentoo.org
1 aballier 08/01/10 08:24:33
2
3 Modified: ChangeLog
4 Added: swh-lv2-1.0.15.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.4 media-plugins/swh-lv2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 12 Dec 2007 07:32:26 -0000 1.3
23 +++ ChangeLog 10 Jan 2008 08:24:32 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-plugins/swh-lv2
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.3 2007/12/12 07:32:26 aballier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.4 2008/01/10 08:24:32 aballier Exp $
30 +
31 +*swh-lv2-1.0.15 (10 Jan 2008)
32 +
33 + 10 Jan 2008; Alexis Ballier <aballier@g.o> +swh-lv2-1.0.15.ebuild:
34 + version bump
35
36 12 Dec 2007; Alexis Ballier <aballier@g.o> swh-lv2-1.0.14.ebuild:
37 keyword ~x86 too, working fine
38
39
40
41 1.1 media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild?rev=1.1&content-type=text/plain
45
46 Index: swh-lv2-1.0.15.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-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.1 2008/01/10 08:24:32 aballier Exp $
51
52 inherit toolchain-funcs multilib
53
54 DESCRIPTION="Large collection of LV2 audio plugins/effects"
55 HOMEPAGE="http://plugin.org.uk/"
56 SRC_URI="http://plugin.org.uk/lv2/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND="=sci-libs/fftw-3*"
64 DEPEND="${RDEPEND}
65 dev-libs/libxslt
66 dev-util/pkgconfig"
67
68 src_compile() {
69 emake CC=$(tc-getCC) || die "make failed"
70 }
71
72 src_install() {
73 emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die "failed to install"
74 dodoc README
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list