summaryrefslogtreecommitdiff
blob: 488c85956e64b63d958dcb4d9db99c8d716947ee (plain)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# ChangeLog for sci-libs/vtk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.26 2006/11/18 15:49:25 markusle Exp $

  18 Nov 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.1.ebuild:
  Added -j1 back to ebuild since some people still experience problems
  with parallel builds (see discussion on bug #146767).

  14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> vtk-5.0.0.ebuild:
  Added call to java-pkg_pkg_setup, for bug #142708

  23 Sep 2006; Markus Dittrich <markusle@gentoo.org>
  +files/vtk-5.0.1-python2.5-gentoo.patch, vtk-5.0.1.ebuild:
  Added patch to fix compile problems with python-2.5 
  (see bug #148727).

  08 Sep 2006; Markus Dittrich <markusle@gentoo.org>
  +files/vtk-qt-gentoo.patch, -files/vtk-qt3-qt4-gentoo.patch,
  vtk-5.0.0.ebuild, vtk-5.0.1.ebuild:
  Renamed the qt patch in an effort to get rid of the executable
  permissions. Also cleaned up the ebuilds some.

  08 Sep 2006; Markus Dittrich <markusle@gentoo.org>
  files/vtk-qt3-qt4-gentoo.patch, -files/vtk-4.2.6-gcc34.patch,
  -vtk-4.2.6.ebuild:
  Removed old version since it doesn't build any more. Also fixed
  permissions for the vtk-qt patch (see bug #146826).

  20 Jul 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.1.ebuild:
  Moved to new java system. Removed -j1 from emake since it works 
  fine here with -j2.

*vtk-5.0.1 (09 Jul 2006)

  09 Jul 2006; Markus Dittrich <markusle@gentoo.org> vtk-4.2.6.ebuild,
  vtk-5.0.0.ebuild, +vtk-5.0.1.ebuild:
  Version bump. Also, split tcltk USE flag into tcl and tk and moved
  to new style virtual/jdk.

  23 Jun 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.0.ebuild:
  Added a warning to the ebuild that qt4 is the default in case both 
  qt3 and qt4 are selected as use flags (see bug #137658).

  11 Jun 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.0.ebuild:
  Fix RDEPEND and cmake configuration such that tcl/tk is only 
  pulled in and used if USE=tcltk. This closes bug #136324.

  27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
  Fixing SHA256 digest, pass four

  21 Apr 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.0.ebuild:
  Depend on cmake-2.2.x to be able to properly compile against QT4.
  This fixes bug #130471.

  07 Apr 2006; Markus Dittrich <markusle@gentoo.org> ChangeLog:
  Removed from package.mask after testing.

  27 Mar 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.0.ebuild:
  Added proper JAVA_AWT_LIBRARY cmake variable for amd64 platform.
  Thanks to Sebastiaan <s.breedveld@erasmusmc.nl> for pointing this
  out (c.f. bug #123178).

  26 Mar 2006; Markus Dittrich <markusle@gentoo.org>
  +files/vtk-qt3-qt4-gentoo.patch, vtk-5.0.0.ebuild:
  Added a small fix for java compilation on amd64 as detailed
  in bug #123178. Thanks to Sebastiaan <s.breedveld@erasmusmc.nl> for 
  the fix. Also enabled compilation of vtk against either QT3 or QT4.

  06 Mar 2006; Markus Dittrich <markusle@gentoo.org> vtk-5.0.0.ebuild:
  Fixed some QT3 issues and forced -j1 during emake. Thanks
  much to Sebastiaan <s.breedveld@erasmusmc.nl> for his fixes
  and testing.

*vtk-5.0.0 (05 Mar 2006)

  05 Mar 2006; Markus Dittrich <markusle@gentoo.org> +vtk-5.0.0.ebuild:
  Version bump. Many thanks to Toon Verstraelen 
  <Toon.Verstraelen@UGent.be> and Sebastiaan 
  <s.breedveld@erasmusmc.nl> for their ebuilds and patches.
  This fixes bug #123178.

  26 Feb 2006; Markus Dittrich <markusle@gentoo.org> vtk-4.2.6.ebuild:
  Added cmake command line flag to prevent insecure RUNPATHS 
  (c.f. bug #122875).

  22 Jan 2006; Markus Dittrich <markusle@gentoo.org> vtk-4.2.6.ebuild:
  Fix dependencies for modular X and replace instances of lib with
  $(get_libdir).

  17 Jan 2006; Markus Dittrich <markusle@gentoo.org> metadata.xml:
  Changed maintainer to Markus Dittrich <markusle@gentoo.org>.

  19 Dec 2005; Markus Dittrich <markusle@gentoo.org> vtk-4.2.6.ebuild:
  Use python eclass functions to determine installed python version.

  18 Dec 2005; Markus Dittrich <markusle@gentoo.org> vtk-4.2.6.ebuild:
  Fixed compilation problems when using cmake-2.2.x and when compiling against
  python 2.4.x. Also corrected installation path of vtk jar file. This fixes
  bugs #112119, #103343, #113597.

  08 Oct 2005; Thomas Matthijs <axxo@gentoo.org> vtk-4.2.6.ebuild:
  use java-pkg_dojar not dojar

  24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> vtk-4.2.6.ebuild:
  No longer using cp -a (bug #103487)

  20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> vtk-4.2.6.ebuild:
  Removed unused "data" USE flag (fixes bug #100418).

  03 Jun 2005; Patrick Dawson <pkdawson@gentoo.org> vtk-4.2.6.ebuild:
  Typo fix.

*vtk-4.2.6 (10 May 2005)

  10 May 2005; Patrick Dawson <pkdawson@gentoo.org>
  +files/vtk-4.2.6-gcc34.patch, +vtk-4.2.6.ebuild:
  Initial import. See bug #25335.