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/caps-plugins: ChangeLog caps-plugins-0.4.5.ebuild
Date: Sun, 03 Apr 2011 13:56:03
Message-Id: 20110403135551.D145620054@flycatcher.gentoo.org
1 aballier 11/04/03 13:55:51
2
3 Modified: ChangeLog
4 Added: caps-plugins-0.4.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.29 media-plugins/caps-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/caps-plugins/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/caps-plugins/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/caps-plugins/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/caps-plugins/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 3 Mar 2011 11:20:58 -0000 1.28
24 +++ ChangeLog 3 Apr 2011 13:55:51 -0000 1.29
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-plugins/caps-plugins
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/caps-plugins/ChangeLog,v 1.28 2011/03/03 11:20:58 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/caps-plugins/ChangeLog,v 1.29 2011/04/03 13:55:51 aballier Exp $
30 +
31 +*caps-plugins-0.4.5 (03 Apr 2011)
32 +
33 + 03 Apr 2011; Alexis Ballier <aballier@g.o> +caps-plugins-0.4.5.ebuild:
34 + version bump
35
36 03 Mar 2011; Thomas Kahle <tomka@g.o> caps-plugins-0.4.4.ebuild:
37 x86 stable per bug 353695
38
39
40
41 1.1 media-plugins/caps-plugins/caps-plugins-0.4.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/caps-plugins/caps-plugins-0.4.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/caps-plugins/caps-plugins-0.4.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: caps-plugins-0.4.5.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/caps-plugins/caps-plugins-0.4.5.ebuild,v 1.1 2011/04/03 13:55:51 aballier Exp $
51
52 inherit eutils toolchain-funcs multilib
53
54 IUSE=""
55 MY_P=caps-${PV}
56
57 DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite which includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others"
58 HOMEPAGE="http://quitte.de/dsp/caps.html"
59 SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63
64 DEPEND="media-libs/ladspa-sdk"
65 RDEPEND=""
66
67 S="${WORKDIR}/${MY_P}"
68
69 src_compile() {
70 emake CFLAGS="${CXXFLAGS} -fPIC -DPIC" _LDFLAGS="-nostartfiles -shared ${LDFLAGS}" CC="$(tc-getCXX)" || die
71 }
72
73 src_install() {
74 dodoc README CHANGES || die
75 dohtml caps.html || die
76 insinto /usr/$(get_libdir)/ladspa
77 insopts -m0755
78 doins *.so || die
79 insinto /usr/share/ladspa/rdf
80 insopts -m0644
81 doins *.rdf || die
82 }