Commit graph

19 commits

Author SHA1 Message Date
dholland
91d4e44727 Add png 1.5 support and go back to current png. Should have done this a
long time ago; it was somewhat lengthy but completely straightforward.
2011-07-31 20:42:17 +00:00
jakllsch
86c798ae80 povray needs old png-1.2, use it now that we have it again. 2011-07-31 17:58:09 +00:00
wiz
ad2cc97d62 Add upstream bug report URL. 2010-06-20 19:05:10 +00:00
wiz
9dbe02e66f Fix build with png-1.4.x. Addresses PR 43486. 2010-06-18 06:55:43 +00:00
rillig
e5291e1d03 Fixed "test ==". 2006-10-19 23:46:01 +00:00
rillig
7db75c9ec9 Added a patch that fixes the build on Solaris with SunPro. 2006-09-17 22:33:36 +00:00
joerg
b6c211f9e4 Don't install configuration files into $HOME, it might not even be
writeable.
2006-09-08 08:28:06 +00:00
wiz
cb2d738ed0 Bump PKGREVISION:
Remove use of internal png library function, to make this package
build against the current png package.

From the povray.general newsgroup:
Well - you could remove that call but will probably loose ability to
interrupt/continue render with PNG output.
2006-05-06 11:59:49 +00:00
adam
d93095e474 Fixed /etc handling 2004-11-18 16:15:35 +00:00
adam
87179465a8 Changes 3.6.1:
- a completely rewritten and much more universal configure script.
  see INSTALL for more information.

- new documentation format.  It has been tested with several newer
  browsers, Netscape 4.x will not work well unless you disable style
  sheets.

  Note some of the png images do not display correctly in some newer
  versions of Konqueror.  This is a bug in Konqueror.  A possible
  workaround would be to process all png images through the NetPBM
  tools:

    pngtopnm image_old.png | pnmtopng > image.png

- new default locations for the configuration files (povray.ini and
  povray.conf).  See chapter 1 of the documentation for details.

- a new io-restrictions configuration file format.  The new format is
  not compatible to 3.5 but due to the changed file locations this
  does not prevent parallel use of POV-Ray 3.5 and 3.6.

- sample scene render scripts.  See section 1.3.6 of the docs for
  instructions how to use them.

- a benchmark rendering mode: see section 1.6.2 of the docs.

- KDE integration (file types and panel icons)  If someone here is
  familiar with doing the same kind of thing in GNOME this would be
  helpful.

- various internal changes not directly visible to the user.
2004-11-18 15:57:37 +00:00
jklos
e59a1a11c7 Removed "-malign-double" from compiler optimisation flags. This kept povray from
compiling on PowerPC and m68k, amongst others.
2004-01-16 08:07:31 +00:00
jmmv
60a4b23cfb Move configuration files to the examples directory and use CONF_FILES to
copy them to sysconfdir.  Bump PKGREVISION to 1.
2003-09-10 22:35:53 +00:00
gavan
8d10cff493 Update povray to version 3.50c
Summary of changes in version 3.5:

Major new features:

  * New noise functions
  * Photon mapping
  * Dispersion
  * Improved Radiosity
  * New light sources
  * Light groups
  * Isosurface and parametric objects
  * Sphere sweep object
  * New mesh object
  * UV Mapping
  * Improved textures
  * Improved and faster media
  * New patterns
  * Functions

Additional new features:

  * Reading of JPEG and TIFF image formats
  * Projected through
  * More realistic attenuation
  * New clock keywords
  * New image size keywords
  * Inverse transform
  * Spherical camera
  * New float function: inside
  * Splines
  * Metallic reflection
  * Mapping using warps
  * Double illuminate flag
  * No image and no reflection flags
  * Basic Unicode Support
  * Declare a float constant from an INI file

Bug fixes and enhancements:

  * Light source enhancements
  * Fixed normal average, reflection and other related problems
  * Fixed cylinder camera problems
  * Fixed the use of multiple closed bezier-splines in prism
  * Fixed infinite cone bug
  * Fixed the use of two subsequent colors, not separated by a comma in
      checker, hexagon and bricks.
  * Fixed gamma correct bugs
  * Numerous other bug fixes and optimizations
2003-08-31 23:04:13 +00:00
pooka
2f685fbd2e Install betanews.txt and povwhere.get also, as required by the binary
packaging license.

Pointed out by Richard Rauch in private email.
2001-01-20 10:31:32 +00:00
pooka
95494fea90 Install additional documentation and scripts as suggested by Richard
Rauch in pkg/11217
2001-01-20 00:36:19 +00:00
agc
053a9e15a0 Make PLIST match reality.
Make install target work in the presence of a file named "install".
2000-01-04 16:28:42 +00:00
agc
c33021ea2f Update pivray (persistence of vision ray tracing utility) to version 3.1g.
Changes in version 3.1:

   The scene description language in POV-Ray 3.1 is not entirely
   backwards-compatible with earlier versions of the POV-Ray scene
   description language.  The 'halo' feature in earlier versions
   is obsolete and has been entirely replaced with a 'media' feature
   which works better.  Because older files making use of 'halo'
   will not render in POV-Ray 3.1 without substantial modification,
   you may wish to rename executables for pre-3.1 versions of POV-Ray
   if you would like to be able to render such older files.  It should
   be noted that .povrayrc as described below can only refer to one
   version.
2000-01-04 15:34:52 +00:00
sakamoto
0951cbda4a Fix ELF rpath. 1999-08-24 12:12:59 +00:00
agc
82df02512f Import of povray version 3.0, the Persistence of Vision Ray tracing utility,
into the NetBSD packages collection. Originally taken from the FreeBSD ports
collection, but made to work on NetBSD by myself.
1998-08-24 12:33:38 +00:00