about summary refs log tree commit diff
path: root/pkgs/tools/graphics/povray
AgeCommit message (Collapse)AuthorFilesLines
2023-11-23treewide: add mainProgramh7x41-0/+1
2022-10-30povray: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich1-3/+15
Tested as no material change in `out` output with `diffoscope`.
2022-03-30treewide: move autoconf, automake to nativeBuildInputsBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-07povray: 3.7.0.8 -> 3.8.0-x.10064738R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/povray/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-3/+3
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-05-31povray: 3.7.0.7 -> 3.7.0.8 (#41269)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/povray/versions. These checks were done: - built on NixOS - /nix/store/hl6rn2fjd9h2g4vks7hrm3yv2f1zh3yc-povray-3.7.0.8/bin/povray passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 3.7.0.8 with grep in /nix/store/hl6rn2fjd9h2g4vks7hrm3yv2f1zh3yc-povray-3.7.0.8 - directory tree listing: https://gist.github.com/d35bed4b147aefbe2b8c6e42bdf56ccb - du listing: https://gist.github.com/75bee836a81741aa901a3677fb40aa16
2018-02-28povray: 3.7.0.4 -> 3.7.0.7Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/rk5yid5v5bb50v4pxzfwdl72939m1djr-povray-3.7.0.7/bin/povray -h` got 0 exit code - ran `/nix/store/rk5yid5v5bb50v4pxzfwdl72939m1djr-povray-3.7.0.7/bin/povray --help` got 0 exit code - ran `/nix/store/rk5yid5v5bb50v4pxzfwdl72939m1djr-povray-3.7.0.7/bin/povray --version` and found version 3.7.0.7 - ran `/nix/store/rk5yid5v5bb50v4pxzfwdl72939m1djr-povray-3.7.0.7/bin/povray -h` and found version 3.7.0.7 - ran `/nix/store/rk5yid5v5bb50v4pxzfwdl72939m1djr-povray-3.7.0.7/bin/povray --help` and found version 3.7.0.7 - found 3.7.0.7 with grep in /nix/store/rk5yid5v5bb50v4pxzfwdl72939m1djr-povray-3.7.0.7
2017-11-23povray: Add X11/SDL preview supportSvein Ove Aas1-3/+3
2017-10-18povray: 3.7.0.3 -> 3.7.0.4Nikolay Amiantov1-2/+2
Fixes build with new Boost.
2017-08-12povray: 3.7 -> 3.7.0.3Robin Gloster1-10/+14
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2015-02-15povray: fix build and add platformsLuca Bruno1-3/+6
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-2/+2
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-11-02boost: Remove legacy usersWilliam A. Kennington III1-2/+1
2014-11-02boost: Remove boost.libWilliam A. Kennington III1-1/+1
2014-08-04povray: update to version 3.7Peter Simons1-10/+28
Committed on behalf of Thomas Strobel <ts468@cam.ac.uk>.
2014-06-26Update povray.Jos van den Oever1-2/+2
Current master version has 404 on tar.gz.
2009-05-14Adding povrayLluís Batlle i Rossell1-0/+25
svn path=/nixpkgs/trunk/; revision=15598