summary refs log tree commit diff
path: root/pkgs/tools/graphics
Commit message (Collapse)AuthorAge
* pngquant: 2.0.1 -> 2.6.0Eelco Dolstra2016-03-18
| | | | Also remove meta.broken.
* argyllcms: 1.8.2 -> 1.8.3Nikolay Amiantov2016-03-11
|
* Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
* dpic: init at 2016.01.12Allan Espinosa2016-02-22
|
* scrot: adding garbas as maintainerRok Garbas2016-02-15
|
* scrot: 0.8 -> 0.8-17 (Debian patches), fixes #12954Nathan Zadoks2016-02-15
|
* asymptote: 2.35 -> 2.36Michael Raskin2016-02-14
|
* asymptote: fix tarball by asserting isLinuxVladimír Čunát2016-02-05
| | | | We have no osmesa on darwin, which caused an evaluation error.
* Merge pull request #12767 from abbradar/asymptote-fixesPeter Simons2016-02-04
|\ | | | | Asymptote fixes
| * asymptote: enforce no bundled libraries, install tex files, offscreen ↵Nikolay Amiantov2016-02-02
| | | | | | | | rendering support
| * asymptote: enable parallel buildingNikolay Amiantov2016-02-02
| |
* | Merge pull request #12701 from mayflower/builder-def-cleanupDomen Kožar2016-02-01
|\ \ | | | | | | builderDefsPackage cleanup
| * | welkin: use mkDerivation and fix buildRobin Gloster2016-01-30
| | |
| * | cuneiform: use mkDerivationRobin Gloster2016-01-30
| |/
* / vips: 8.1.1 -> 8.2.2Luca Bruno2016-01-31
|/ | | | cc @kovirobi
* scanbd: init at 1.4.4Tobias Geerinckx-Rice2016-01-25
|
* xcftools: init at 1.0.7Rodney Lorrimar2016-01-22
|
* fgallery: 1.7 -> 1.8Svein Ove Aas2016-01-17
|
* Merge pull request #12266 from zimbatm/pngcrush-1.7.92lethalman2016-01-13
|\ | | | | Pngcrush updates
| * pngcrush: fixes compilation on darwinzimbatm2016-01-11
| |
| * pngcrush: 1.7.85 -> 1.7.92zimbatm2016-01-09
| | | | | | | | also fixes a compilation issue on OSX
* | gnuplot: Improve startup performanceAndreas Herrmann2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before executing the gnuplot executable the environment variable `GDFONTPATH` is populated with a list of font directories, which is obtained from `fc-list`. In that process we iterated over each line and called `dirname` on it, which introduces a performance hit for loading and executing the external executable `dirname` every time. The new version avoids the loop. The author of this patch measured a 42 fold performance improvement: old version: $ time ./gnuplot_old/bin/gnuplot -e '' real 0m3.828s user 0m0.392s sys 0m0.465s new version: $ time ./gnuplot_new2/bin/gnuplot -e '' real 0m0.091s user 0m0.112s sys 0m0.014s The correctness of the value of `GDFONTPATH` was confirmed with the following command and comparing its output between versions: $ gnuplot -e 'print system("echo $GDFONTPATH")'
* | jhead: add libjpeg as dependencyRobert Helgesson2016-01-06
| | | | | | | | The `jpegtran` tool from libjpeg is required for the `-autorot` command.
* | qrdecode: remove dead packageTobias Geerinckx-Rice2016-01-06
|/ | | | Never maintained, no updates since 2010, and broken since 2013. Bye.
* pdf2svg: add autoreconf hook (close #11888)Robert Helgesson2015-12-23
| | | | | This fixes builds that may fail due to all files in the archive having the same timestamp.
* kst: Qt 5 infrastructure updateThomas Tuegel2015-12-20
|
* Merge pull request #11823 from rycee/bump/jheadArseniy Seroka2015-12-19
|\ | | | | jhead: 2.87 -> 3.00
| * jhead: 2.87 -> 3.00Robert Helgesson2015-12-19
| | | | | | | | Also clean up the package quite a bit and add myself as maintainer.
* | pdf2svg: 0.2.2 -> 0.2.3Robert Helgesson2015-12-19
|/ | | | Also minor style changes and upstream source is now on GitHub.
* vips: 8.0.2 -> 8.1.1Eric Sagnes2015-12-15
|
* gnuplot: use texlive-newThomas Tuegel2015-12-12
|
* pdfread: use pillow instead of pilFrederik Rietdijk2015-12-08
|
* pdfread: broken, not foundFrederik Rietdijk2015-12-08
|
* Remove unneeded 'with's from meta.platformsPascal Wittmann2015-11-25
|
* qrdecode: reimplement using mkDerivationJoachim Fasting2015-11-24
| | | | | Also mark as broken; I have verified that the build fails with the original build recipe.
* cfdg: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* zbar: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* barcode: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* gifsicle: 1.87 -> 1.88zimbatm2015-11-15
| | | | | + fix for gifview flag + tests
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Merge commit 'cb21b77' into master.upstreamWilliam A. Kennington III2015-11-13
|\ | | | | | | This is a partial merge of staging for builds which are working
| * Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-11-07
| |\
| * \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
| |\ \
| * \ \ Merge master into stagingVladimír Čunát2015-10-23
| |\ \ \
| * | | | Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* | | | | Merge pull request #10659 from jb55/wkhtmltopdf-bumpPascal Wittmann2015-11-09
|\ \ \ \ \ | |_|_|_|/ |/| | | | wkhtmltopdf: 0.12.1 -> 0.12.2.4
| * | | | wkhtmltopdf: add myself as maintainerWilliam Casarin2015-10-27
| | | | |
| * | | | wkhtmltopdf: 0.12.1 -> 0.12.2.4William Casarin2015-10-27
| | | | |
* | | | | imgur-screenshot: init at 1.5.4Sergey Sofeychuk2015-11-06
| |_|_|/ |/| | |
* | | | link graphviz with libc++ instead of nothing on darwinJude Taylor2015-10-28
| | | |