Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellmss: ChangeLog gkrellmss-2.6-r1.ebuild
Date: Fri, 11 Apr 2008 15:12:30
Message-Id: E1JkKvT-0001I6-Bt@stork.gentoo.org
1 lack 08/04/11 15:12:27
2
3 Modified: ChangeLog
4 Added: gkrellmss-2.6-r1.ebuild
5 Log:
6 Fixes build problems with fftw-2 by using fftw-3 instead (Bug 204569)
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.26 x11-plugins/gkrellmss/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 12 Jun 2007 21:07:35 -0000 1.25
23 +++ ChangeLog 11 Apr 2008 15:12:26 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-plugins/gkrellmss
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.25 2007/06/12 21:07:35 lack Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.26 2008/04/11 15:12:26 lack Exp $
30 +
31 +*gkrellmss-2.6-r1 (11 Apr 2008)
32 +
33 + 11 Apr 2008; Jim Ramsay <lack@g.o> +gkrellmss-2.6-r1.ebuild:
34 + Fixes build problems with fftw-2 by using fftw-3 instead (Bug 204569)
35
36 12 Jun 2007; Jim Ramsay <lack@g.o> -gkrellmss-2.3.ebuild,
37 -gkrellmss-2.4.ebuild:
38
39
40
41 1.1 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gkrellmss-2.6-r1.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/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.1 2008/04/11 15:12:26 lack Exp $
51
52 inherit gkrellm-plugin
53
54 IUSE="alsa esd nls"
55
56 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
57 HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
58 SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
59
60 RDEPEND="=sci-libs/fftw-3*
61 esd? ( media-sound/esound )
62 alsa? ( media-libs/alsa-lib )"
63
64 DEPEND="${RDEPEND}"
65
66 SLOT="0"
67 LICENSE="GPL-2"
68 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
69
70 PLUGIN_SO="src/gkrellmss.so"
71 PLUGIN_DOCS="Themes"
72
73 src_compile() {
74 local myconf
75
76 use nls && myconf="${myconf} enable_nls=1"
77
78 addpredict /dev/snd
79 emake ${myconf} || die
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list