summaryrefslogtreecommitdiff
blob: c68de55b4bb52d12638c58d53a99471451feeeb2 (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
# ChangeLog for media-gfx/povray
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.14 2003/02/12 07:03:49 vapier Exp $

*povray-3.5a (05 Oct 2002)

  15 Dec 2002; Bjoern Brauel <bjb@gentoo.org> povray-3.5a.ebuild :
  Add alpha to KEYWORDS

  05 Oct 2002; Sascha Schwabbauer <cybersystem@gentoo.org> povray-3.5a.ebuild :

  Added ppc to keywords.

*povray-3.5a (2 Aug 2002)

  26 Aug 2002; Ryan Phillips <rphillips@gentoo.org> povray-3.5a.ebuild :

  Removed PGO extensions to ebuild

  4 Aug 2002; Ryan Phillips <rphillips@gentoo.org> povray-3.5a.ebuild :

  Compiles and runs now on my system.  Needs testing for PPC, et al platforms
  and on the ICC compiler.

  2 Aug 2002; Ryan Phillips <rphillips@gentoo.org> povray-3.5a.ebuild :

  Preliminary ebuild for povray 3.5.  The application errors out with an
  I/O error looking for povray.ini... I or someone will look into this.

*povray-3.1g-r5 (27 Jun 2002)

  6 Aug 2002; Ryan Phillips <rphillips@gentoo.org> povray-3.1g-r5.ebuild :

  Changed ebuild to reflect the manually mirrored source files.

  27 Jun 2002; Spider <spider@gentoo.org> povray-3.1g-r5.ebuild :
  updated with SLOT and LICENSE flags. added povlegal-3.1g to licenses


  
  14 May 2002; William McArthur <sandymac@gentoo.org>

  rphillips found a problem where -ip causes segfaults on P3 cpus. I removed
  -ip from the default case.

*povray-3.1g-r4 (19 Apr 2002)

  12 Apr 2002; William McArthur <sandymac@gentoo.org>

  Fixed povray to use system versions of libpng and zlib. PovRay wasn't using
  newest libpng despite the change entry below.
  
  Changed the CFLAGS in the makefile to be similar to the ones in the systems
  /etc/make.conf . This is kinda ugly but it doesn't hard code the CFLAGS for 
  pentium 2.

  Added icc support. This is also ugly but there are real speed increases to be
  gained. To use icc you need to add "icc" to your USE variable. My benchmarks
  show that using icc gives a 5% speed increase on a pentium 2.

  Added icc Profile-guided Optimization (PGO) support. To use PGO you need to
  add "icc-pgo" to your USE variable. Then merge the package, run it some to
  collect profile data, and merge it again useing that profile data. PGO is a
  two step process, so it requires that the user merge the package twice. In
  step one the icc compiles the package with "-prof_gen" in the CFLAGS. Then
  icc adds code in the application to collect stats on the execution flow of the
  program. Unfortunatlly there is about a 30% performance hit but the performace
  gains later are worth it. After you've run the program a some, the more you do
  the better the collected stats, you recompile with "-prof_use". The resulting
  binary is optimized based on your use of the program. In my benchmarks the PGO
  binary was 21.7% faster that the gcc version and 15.8% faster than the non-PGO
  icc version. If you want to recollect the PGO data delete the
  /var/tmp/portage/povray-3.1g-r4/icc-pgo directory. The ebuild detects the
  presence of this directory to decide which stage in the PGO process it is in.

*povray-3.1g-r3 (12 Apr 2002)

  12 Apr 2002; Seemant Kulleen <seemant@gentoo.org>

  Compile against newest libpng

*povray-3.1g-r2 (01 Apr 2002)
  01 Apr 2002; Spider <spider@gentoo.org>
  apply sed-fix from tod to get the default povray.ini to point right

*povray-3.1g-r1 (31 Mar 2002)
  31 Mar 2002; Spider <spider@gentoo.org>
  Initial ebuild + patch now adheres to USE flags for svgalib X and tty versions.