about summary refs log tree commit diff
path: root/pkgs/applications/graphics
Commit message (Collapse)AuthorAge
* krita: 4.2.7.1 -> 4.2.9R. RyanTM2020-05-09
|
* Merge pull request #86859 from cole-h/qimgvMario Rodas2020-05-08
|\ | | | | qimgv: 0.9 -> 0.9.1
| * qimgv: 0.9 -> 0.9.1Cole Helbling2020-05-04
| | | | | | | | https://github.com/easymodo/qimgv/compare/v0.9...v0.9.1
* | Merge pull request #86901 from r-ryantm/auto-update/gthumbJon2020-05-05
|\ \ | | | | | | gthumb: 3.8.3 -> 3.10.0
| * | gthumb: 3.8.3 -> 3.10.0R. RyanTM2020-05-05
| | |
* | | Merge pull request #86782 from r-ryantm/auto-update/avocodeRyan Mulligan2020-05-05
|\ \ \ | | | | | | | | avocode: 4.4.3 -> 4.6.2
| * | | avocode: 4.4.3 -> 4.6.2R. RyanTM2020-05-04
| |/ /
* | / apitrace: fix OpenGL library path and Qt GUI (#86475)Guillaume Bouchard2020-05-04
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For unknown reasons, Apitrace breaks the runpath of the traced program. OpenGL programs on nix are looking at /run/opengl-driver/lib to find the system OpenGL driver. This change: - add path /run/opengl-driver{-32} to the RPATH of the wrapper libraries. This fixs tracing with `apitrace trace`. - add rpath to `libglnvd` and `libGL` to the `{e}glretrace` binaries. These libraries are loaded at runtime, but does not appears as NEEDED in the binaries, hence the need for the explicit rpath addition. This fix `{e}glretrace`. - Explicitly add Qt wrapper to `qapitrace`. It fixs the GUI. Co-authored-by: Florian Klink <flokli@flokli.de> Co-authored-by: Florian Klink <flokli@flokli.de>
* | Merge pull request #86564 from r-ryantm/auto-update/fstlBenjamin Hipple2020-05-03
|\ \ | | | | | | | | | fstl: 0.9.3 -> 0.9.4
| * | fstl: 0.9.3 -> 0.9.4R. RyanTM2020-05-02
| |/
* / drawio: 12.9.9 -> 13.0.3R. RyanTM2020-05-02
|/
* qimgv: 0.8.9 -> 0.9Cole Helbling2020-05-01
| | | | https://github.com/easymodo/qimgv/compare/v0.8.9...v0.9
* Merge pull request #86355 from Dema/darktable-3.0.2Jörg Thalheim2020-04-29
|\
| * darktable: 3.0.1 -> 3.0.2Dmitry Olyenyov2020-04-29
| |
* | libusb-compat-0_1: rename from libusbJan Tojnar2020-04-28
| |
* | azpainter: 2.1.5 -> 2.1.6 (#86028)Nikolay Korotkiy2020-04-26
|/
* Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenvworldofpeace2020-04-22
|\ | | | | Use qt5's mkDerivation in packages that otherwise crash
| * awesomebump: use qt5's mkDerivationMartin Milata2020-04-22
| | | | | | | | Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
| * phototonic: use qt5's mkDerivationMartin Milata2020-04-22
| |
| * qcomicbook: use qt5's mkDerivationMartin Milata2020-04-22
| |
| * write_stylus: use qt5's mkDerivationMartin Milata2020-04-22
| |
* | xournalpp: 1.0.17 -> 1.0.18Nikolay Korotkiy2020-04-21
|/
* Merge branch 'master' into staging-nextVladimír Čunát2020-04-18
|\ | | | | | | Hydra nixpkgs: ?compare=1582510
| * Merge pull request #83782 from mkg20001/krita-fixworldofpeace2020-04-17
| |\ | | | | | | krita: disable parallel building #35359
| | * krita: disable parallel building #35359Maciej Krüger2020-03-30
| | |
| * | ipe: fix Qt wrappingConstantine Glen Evans2020-04-16
| | | | | | | | | | | | Uses mkDerivation instead of stdenv.mkDerivation, to fix Qt wrapping problem.
* | | Merge branch 'master' into staging-nextJan Tojnar2020-04-16
|\| |
| * | Merge pull request #84361 from dominikh/luminanceHDR-wrapQtAppsHookworldofpeace2020-04-14
| |\ \ | | | | | | | | luminance-hdr: use Qt5's mkDerivation
| | * | luminance-hdr: use Qt5's mkDerivationDominik Honnef2020-04-08
| | | |
| * | | inkscape: drop redundant enableParallelBuildingJan Tojnar2020-04-14
| | | | | | | | | | | | | | | | With CMake it is on by default.
| * | | Merge pull request #85184 from jtojnar/inkscape-0.92.5Jan Tojnar2020-04-14
| |\ \ \ | | | | | | | | | | inkscape: 0.92.4 → 0.92.5
| | * | | inkscape: add jtojnar as maintainerJan Tojnar2020-04-14
| | | | |
| | * | | inkscape: 0.92.4 → 0.92.5Jan Tojnar2020-04-14
| | | | | | | | | | | | | | | | | | | | https://gitlab.com/inkscape/inkscape/-/tags/INKSCAPE_0_92_5
| | * | | inkscape: format with nixpkgs-fmtJan Tojnar2020-04-14
| | | | | | | | | | | | | | | | | | | | Also order the build inputs alphabetically and switch to pname+version.
| | * | | inkscape: clean upJan Tojnar2020-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unpackPhase override was only needed when the download server mangled the file extension: https://github.com/NixOS/nixpkgs/pull/23652
| * | | | Merge pull request #84965 from cole-h/qimgvBenjamin Hipple2020-04-13
| |\ \ \ \ | | | | | | | | | | | | qimgv: enable video support
| | * | | | qimgv: enable video supportCole Helbling2020-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I actually went back and `strace`'d the binary when it complained about being unable to load the library it uses for playing videos. Turns out, it wasn't finding the library because it wasn't in any of its library paths. I added the lib path to `LD_LIBRARY_PATH` so it can find the library it uses to play videos, and now things are peachy. There is a (seemingly innocuous) error that gets displayed from Exiv2 being unable to determine its image type. Since it's actually a video, I think it's fine. Another issue that pops up in the output is missing `libcuda.so.1`, but that doesn't seem to affect functionality, and using `addOpenGLRunpath` on both the binary and libraries didn't silence it. Also did a little formatting.
| * | | | | kodelife: preferLocalBuildJonathan Ringer2020-04-13
| | | | | |
| * | | | | kodelife: fix non-x86 hashesJonathan Ringer2020-04-13
| | |/ / / | |/| | |
* | | | | Merge branch 'master' into staging-nextJan Tojnar2020-04-13
|\| | | |
| * | | | kodelife: 0.8.8.110 -> 0.9.0.129R. RyanTM2020-04-12
| | | | |
| * | | | feh: 3.3 -> 3.4Maximilian Bosch2020-04-12
| |/ / / | | | | | | | | | | | | https://feh.finalrewind.org/archive/3.4/
| * | | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| | | |
* | | | Merge branch 'master' into staging-nextJan Tojnar2020-04-10
|\| | |
| * | | drawio: 12.9.3 -> 12.9.9Daniël de Kok2020-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Updates to draw.io 12.9.9, changes from, and including, 12.9.4 to 12.9.9 are new in this desktop release. - Updates to Electron 8.2.1 - Fixes opening multiple files from explorer - Fixes file path persistence https://github.com/jgraph/drawio-desktop/releases/tag/v12.9.9
| * | | Merge pull request #82267 from zaninime/sane-airscanMario Rodas2020-04-09
| |\ \ \ | | | | | | | | | | sane-airscan: init at 0.9.17
| | * | | sane-airscan: init at 0.9.17Francesco Zanini2020-03-20
| | | | |
| * | | | Merge pull request #84694 from hedning/gnome-3.36.1Tor Hedin Brønner2020-04-09
| |\ \ \ \ | | | | | | | | | | | | Gnome 3.36.1
| | * | | | shotwell: 0.31.0 -> 0.31.1Tor Hedin Brønner2020-04-08
| | | |/ / | | |/| |
| * | | | Merge pull request #81442 from manveru/bundler-2.1.4Samuel Leathers2020-04-08
| |\ \ \ \ | | |/ / / | |/| | | bundler: 1.17.3 -> 2.1.4