about summary refs log tree commit diff
path: root/pkgs/applications/graphics
AgeCommit message (Collapse)AuthorFilesLines
2018-08-17Merge branch 'master' into staging-nextVladimír Čunát5-109/+57
Hydra: ?compare=1473892
2018-08-16Merge pull request #45106 from jfrankenau/update-raphodoSarah Brofeldt1-2/+2
rapid-photo-downloader: 0.9.9 -> 0.9.10
2018-08-15Merge pull request #44922 from Enzime/fix/darktable-on-macosJörg Thalheim1-9/+17
darktable: Fix compilation on macOS
2018-08-14rapid-photo-downloader: 0.9.9 -> 0.9.10Johannes Frankenau1-2/+2
2018-08-14meshlab: 2016.02 -> 20180627-betaPatrick Chilton3-98/+38
2018-08-14darktable: Fix compilation on macOSMichael Hoang1-9/+17
Only compile X11 and other components on Linux. Use DYLD_LIBRARY_PATH on macOS instead of LD_LIBRARY_PATH.
2018-08-12Merge branch 'master' into staging-nextVladimír Čunát2-1/+3
Hydra: ?compare=1472947
2018-08-09Merge master into stagingFrederik Rietdijk3-6/+46
2018-08-09Merge branch 'master' into add-missing-licensesPascal Wittmann3-5/+44
Conflicts: pkgs/applications/version-management/subversion/default.nix
2018-08-09Merge pull request #44447 from NixOS/staging-nextFrederik Rietdijk1-1/+0
Staging next
2018-08-08processing: 3.3.7 -> 3.4 (#44722)volth1-4/+4
2018-08-07animbar: init at 1.2 (#44608)leenaars1-0/+40
2018-08-06jbrout: add licensePascal Wittmann1-0/+1
see issue #43716
2018-08-06Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
There's been some large rebuild on master. I don't really have time ATM to find what it was.
2018-08-06Merge branch 'master' into add-missing-licensesPascal Wittmann1-2/+2
Conflicts: pkgs/development/libraries/exiv2/default.nix Set license to gpl2Plus
2018-08-05dosage: add licensePascal Wittmann1-1/+2
see issue #43716
2018-08-05renderdoc: 1.0 -> 1.1 (#44474)Benjamin Saunders1-2/+2
2018-08-03Merge pull request #44423 from obsidiansystems/configureFlags-cleanupJohn Ericson2-2/+2
treewide: All configureFlags are lists
2018-08-03treewide: Make all the rest of configureFlagsJohn Ericson1-1/+1
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-07-31Merge master into stagingFrederik Rietdijk1-0/+71
2018-07-31Merge pull request #36621 from jfrankenau/init-rapid-photo-downloaderBjørn Forsman1-0/+71
rapid-photo-downloader: init at 0.9.9
2018-07-30Merge commit master into stagingJohn Ericson1-2/+2
2018-07-30yed: 3.17.2 -> 3.18.1 (#44088)ua74e3dqka1-2/+2
2018-07-30Merge #43378 into staging: mesa: enableTextureFloatsVladimír Čunát1-1/+0
2018-07-28Merge remote-tracking branch 'central/master' into viric_cleanLluís Batlle i Rossell3-17/+8
2018-07-24Merge staging-next into master (#44009)Frederik Rietdijk3-17/+8
* substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell7-7/+7
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-22rm maintainer eduarrrd from packages, no activity > yearAnton-Latukha1-1/+0
2018-07-22Merge master into stagingFrederik Rietdijk31-76/+63
2018-07-22Merge pull request #43942 from r-ryantm/auto-update/fehFrederik Rietdijk1-2/+2
feh: 2.27 -> 2.27.1
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-2/+2
fixes build with disallowed aliases
2018-07-21feh: 2.27 -> 2.27.1R. 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/feh/versions.
2018-07-21"rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hookvolth3-17/+8
2018-07-21write_stylus: add desktop icon (#43864)Oyren1-1/+13
2018-07-21Merge pull request #43874 from plumelo/feature/avocode-3.2.0Jörg Thalheim1-2/+2
avocode: 3.1.1 -> 3.2.0
2018-07-21Merge branch 'master' into unused5Jörg Thalheim2-4/+4
2018-07-21Merge pull request #43465 from r-ryantm/auto-update/nomacsFrederik Rietdijk1-2/+2
nomacs: 3.10.0 -> 3.10.2
2018-07-21Merge pull request #43767 from r-ryantm/auto-update/kritaFrederik Rietdijk1-2/+2
krita: 4.1.0 -> 4.1.1
2018-07-21avocode: 3.1.1 -> 3.2.0Meghea Iulian1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth26-29/+27
2018-07-20Merge pull request #43786 from acowley/paraview-5.5.2Sarah Brofeldt1-3/+4
paraview: 5.4.1 -> 5.5.2
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer3-7/+6
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-07-18paraview: 5.4.1 -> 5.5.2Anthony Cowley1-3/+4
This update should also fix the build the hydra: one part of the change is to build paraview with Qt-5.9, as this is the configuration that paraview upstream supports.
2018-07-18krita: 4.1.0 -> 4.1.1R. 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/krita/versions.
2018-07-18scantailor-advanced: 1.0.15 -> 1.0.16 (#43653)Johannes Frankenau1-26/+3
2018-07-16Merge pull request #43527 from volth/patch-188xeji1-1/+11
processing3: fix crash under XFCE, fix build in sandbox
2018-07-15processing3: fix sandbox buildvolth1-1/+9
2018-07-14renderdoc: 0.91 -> 1.0 (#43159)Benjamin Saunders2-69/+25
2018-07-14rapid-photo-downloader: init at 0.9.9Johannes Frankenau1-0/+71