Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bugle: ChangeLog bugle-0.0.20071009.ebuild bugle-0.0.20070325.ebuild
Date: Mon, 29 Oct 2007 14:31:22
Message-Id: E1ImVdq-0005c2-1d@stork.gentoo.org
1 jokey 07/10/29 14:30:58
2
3 Modified: ChangeLog
4 Added: bugle-0.0.20071009.ebuild
5 Removed: bugle-0.0.20070325.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.5 dev-util/bugle/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 18 Sep 2007 08:22:40 -0000 1.4
24 +++ ChangeLog 29 Oct 2007 14:30:57 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/bugle
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v 1.4 2007/09/18 08:22:40 jokey Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v 1.5 2007/10/29 14:30:57 jokey Exp $
30 +
31 +*bugle-0.0.20071009 (29 Oct 2007)
32 +
33 + 29 Oct 2007; Markus Ullmann <jokey@g.o> -bugle-0.0.20070325.ebuild,
34 + +bugle-0.0.20071009.ebuild:
35 + Version bump
36
37 18 Sep 2007; Markus Ullmann <jokey@g.o> bugle-0.0.20070718.ebuild:
38 QA improvement
39
40
41
42 1.1 dev-util/bugle/bugle-0.0.20071009.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild?rev=1.1&content-type=text/plain
46
47 Index: bugle-0.0.20071009.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild,v 1.1 2007/10/29 14:30:57 jokey Exp $
52
53 inherit autotools toolchain-funcs
54
55 DESCRIPTION="A tool for OpenGL debugging"
56 HOMEPAGE="http://www.opengl.org/sdk/tools/BuGLe/"
57 SRC_URI="mirror://sourceforge/bugle/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="ffmpeg gtk readline"
63
64 DEPEND="ffmpeg? ( media-video/ffmpeg )
65 gtk? ( >=x11-libs/gtk+-2.4.0 >=x11-libs/gtkglext-1.0.0 )
66 readline? ( sys-libs/readline )
67 sys-libs/ncurses"
68 RDEPEND="${DEPEND}"
69
70 src_compile() {
71 if [ "$(gcc-version)" == "4.0" ]; then
72 die "BuGLe doesn't work with gcc-4.0. Use gcc-3.x or >=gcc-4.1."
73 fi
74
75 econf \
76 $(use_with ffmpeg) \
77 $(use_with readline) \
78 $(use_with gtk) \
79 $(use_with gtk gtkglext) \
80 || die "econf failed"
81 emake || die "emake failed"
82 }
83
84 src_install() {
85 dodoc README TODO TROUBLESHOOTING FAQ doc/*.{txt,html}
86 docinto examples
87 dodoc doc/examples/*
88 emake DESTDIR="${D}" install || die "emake install failed"
89 }
90
91 pkg_postinst() {
92 elog "See man 3 bugle for an introduction to BuGLe."
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list