Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-3.1.3-r1.ebuild coin-3.1.3.ebuild
Date: Sat, 26 Jun 2010 14:26:16
Message-Id: 20100626142613.18C022CF7A@corvid.gentoo.org
1 reavertm 10/06/26 14:26:12
2
3 Modified: ChangeLog
4 Added: coin-3.1.3-r1.ebuild
5 Removed: coin-3.1.3.ebuild
6 Log:
7 Do not install manpages (just htmldocs), revbump for previous changes
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.35 media-libs/coin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 25 Jun 2010 23:41:48 -0000 1.34
24 +++ ChangeLog 26 Jun 2010 14:26:12 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/coin
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.34 2010/06/25 23:41:48 reavertm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.35 2010/06/26 14:26:12 reavertm Exp $
30 +
31 +*coin-3.1.3-r1 (26 Jun 2010)
32 +
33 + 26 Jun 2010; Maciej Mrozowski <reavertm@g.o> -coin-3.1.3.ebuild,
34 + +coin-3.1.3-r1.ebuild:
35 + Do not install manpages (just htmldocs), revbump for previous changes
36
37 25 Jun 2010; Maciej Mrozowski <reavertm@g.o> coin-3.1.3.ebuild,
38 metadata.xml:
39
40
41
42 1.1 media-libs/coin/coin-3.1.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: coin-3.1.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.1 2010/06/26 14:26:12 reavertm Exp $
52
53 EAPI=2
54
55 inherit flag-o-matic base
56
57 MY_P=${P/c/C}
58 S="${WORKDIR}/${MY_P}"
59
60 DESCRIPTION="A high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1."
61 HOMEPAGE="http://www.coin3d.org/"
62 SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz"
63
64 LICENSE="|| ( GPL-2 PEL )"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 SLOT="0"
67 IUSE="bzip2 debug doc javascript openal simage static-libs threads zlib"
68
69 RDEPEND="
70 dev-libs/expat
71 media-libs/fontconfig
72 media-libs/freetype:2
73 virtual/opengl
74 virtual/glu
75 x11-libs/libICE
76 x11-libs/libSM
77 x11-libs/libX11
78 x11-libs/libXext
79 bzip2? ( app-arch/bzip2 )
80 javascript? ( dev-lang/spidermonkey )
81 openal? ( media-libs/openal )
82 simage? ( media-libs/simage )
83 zlib? ( sys-libs/zlib )
84 "
85 DEPEND="${RDEPEND}
86 dev-util/pkgconfig
87 x11-proto/xextproto
88 doc? ( app-doc/doxygen )
89 "
90
91 DOCS=(
92 AUTHORS FAQ FAQ.legal NEWS README RELNOTES THANKS
93 docs/{ChangeLog.v${PV},HACKING,oiki-launch.txt}
94 )
95
96 PATCHES=(
97 "${FILESDIR}/${PN}-3.1.0-javascript.patch"
98 )
99
100 src_configure() {
101 # Unforunately it links to static expat...
102 append-cppflags -I/usr/include/freetype2 -DUSE_SYSTEM_EXPAT
103 # Prefer link-time linking over dlopen
104 econf \
105 htmldir="/usr/share/doc/${PF}/html" \
106 --disable-dl-fontconfig \
107 --disable-dl-freetype \
108 --disable-dl-libbzip2 \
109 --disable-dl-openal \
110 --disable-dl-simage \
111 --disable-dl-zlib \
112 --disable-dyld \
113 --disable-loadlibrary \
114 --disable-man \
115 --disable-java-wrapper \
116 --enable-3ds-import \
117 --enable-compact \
118 --enable-dl-glu \
119 --enable-dl-spidermonkey \
120 --enable-system-expat \
121 --includedir="/usr/include/${PN}" \
122 --with-fontconfig \
123 --with-freetype \
124 $(use_with bzip2) \
125 $(use_enable debug) \
126 $(use_enable debug symbols) \
127 $(use_enable doc html) \
128 $(use_enable javascript javascript-api) \
129 $(use_with javascript spidermonkey) \
130 $(use_enable openal sound) \
131 $(use_with openal) \
132 $(use_with simage) \
133 $(use_enable static-libs static) \
134 $(use_enable threads threadsafe) \
135 $(use_with zlib)
136 }
137
138 src_install() {
139 base_src_install
140
141 # Remove libtool files when not needed.
142 use static-libs || rm -f "${D}"/usr/lib*/*.la
143 }