1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# ChangeLog for media-libs/qhull
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.20 2007/02/22 02:05:28 peper Exp $
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
*qhull-2003.1 (22 Jan 2007)
22 Jan 2007; Alec Warner <antarus@gentoo.org>
+files/qhull-2003.1-makefile.patch, +qhull-2003.1.ebuild:
bumpity bump for bug 108223
27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-qhull-3.1-r1,
Manifest:
Fixing SHA256 digest, pass four
07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml,
qhull-3.1-r1.ebuild:
Add maintainer-needed metadata. Drop exta dependencies.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> qhull-3.1-r1.ebuild:
Stable on ppc.
22 Feb 2005; Danny van Dyk <kugelfang@gentoo.org>
+files/qhull-3.1-makefile.patch, qhull-3.1-r1.ebuild:
Cleared out the sed/echo hacks done to Makefile. Fixed BUG #82646.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> qhull-3.1-r1.ebuild:
virtual/glibc -> virtual/libc
06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> qhull-3.1-r1.ebuild:
Marked stable on amd64.
06 May 2004; Michael Sterrett <mr_bones_@gentoo.org> qhull-3.1-r1.ebuild:
use emake; tidy; fix HOMEPAGE (bug #50289)
06 May 2004; Michael Sterrett <mr_bones_@gentoo.org> qhull-3.1.ebuild:
clean older ebuild
12 Apr 2004; Jason Wever <weeve@gentoo.org> qhull-3.1-r1.ebuild:
Stable on sparc.
17 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> qhull-3.1-r1.ebuild:
Adding amd64 keyword.
09 Oct 2003; David Holm <dholm@gentoo.org> qhull-3.1-r1.ebuild:
Added to ~ppc.
*qhull-3.1-r1 (09 Jun 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
09 Jun 2003; George Shapovalov <george@gentoo.org> qhull-3.1-r1.ebuild, files/digest-qhull-3.1-r1 :
updated ebuild to make and install shared version of library in addition to static.
Thanks to Brent Redeker <bredeker@cc.edu> for submission
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*qhull-3.1 ( 10 Feb 2002 )
10 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog files/digest-qhull-3.1 qhull-3.1.ebuild:
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d,
4-d, and higher dimensions. It implements the Quickhull algorithm for
computing the convex hull. Qhull handles roundoff errors from floating
point arithmetic. It computes volumes, surface areas, and approximations to
the convex hull.
Qhull does not support constrained Delaunay triangulations, triangulation of
non-convex surfaces, mesh generation of non-convex objects, or medium-sized
inputs in 9-D and higher.
|