Commit Graph

2865 Commits

Author SHA1 Message Date
Martin Weinelt
459bad4be4 graphicsmagick: 1.3.32 → 1.3.35
Fixes: CVE-2020-10938
2020-05-09 09:35:44 +02:00
R. RyanTM
d2be85f9f1 krita: 4.2.7.1 -> 4.2.9 2020-05-09 08:53:31 +02:00
Mario Rodas
e813d1b30c
Merge pull request #86859 from cole-h/qimgv
qimgv: 0.9 -> 0.9.1
2020-05-08 05:58:17 -05:00
Jon
c12f5a256d
Merge pull request #86901 from r-ryantm/auto-update/gthumb
gthumb: 3.8.3 -> 3.10.0
2020-05-05 18:50:02 -07:00
Ryan Mulligan
7a040bd6e4
Merge pull request #86782 from r-ryantm/auto-update/avocode
avocode: 4.4.3 -> 4.6.2
2020-05-05 06:01:04 -07:00
R. RyanTM
67ee391c56 gthumb: 3.8.3 -> 3.10.0 2020-05-05 07:56:35 +00:00
Cole Helbling
d0de28e20a
qimgv: 0.9 -> 0.9.1
https://github.com/easymodo/qimgv/compare/v0.9...v0.9.1
2020-05-04 17:22:25 -07:00
R. RyanTM
f45c1dc89e avocode: 4.4.3 -> 4.6.2 2020-05-04 14:30:48 +00:00
Guillaume Bouchard
b3c18fe2be
apitrace: fix OpenGL library path and Qt GUI (#86475)
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>
2020-05-04 12:39:44 +00:00
Benjamin Hipple
5ce11e6853
Merge pull request #86564 from r-ryantm/auto-update/fstl
fstl: 0.9.3 -> 0.9.4
2020-05-03 00:41:10 -04:00
R. RyanTM
8beea3f8ce fstl: 0.9.3 -> 0.9.4 2020-05-02 10:15:25 +00:00
R. RyanTM
44dd05c5f9 drawio: 12.9.9 -> 13.0.3 2020-05-02 07:05:39 +00:00
Cole Helbling
a3f27a2720 qimgv: 0.8.9 -> 0.9
https://github.com/easymodo/qimgv/compare/v0.8.9...v0.9
2020-05-01 09:16:16 +02:00
Jörg Thalheim
fb159eba4f
Merge pull request #86355 from Dema/darktable-3.0.2 2020-04-29 22:23:12 +01:00
Dmitry Olyenyov
c7f9151479 darktable: 3.0.1 -> 3.0.2 2020-04-29 23:45:11 +03:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Nikolay Korotkiy
73f3469c76
azpainter: 2.1.5 -> 2.1.6 (#86028) 2020-04-26 12:11:09 +00:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Milata
a0a076b857 awesomebump: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:10 +02:00
Martin Milata
606a15d9d8 phototonic: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
2986699ab0 qcomicbook: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
904fc69424 write_stylus: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Nikolay Korotkiy
42d290316c xournalpp: 1.0.17 -> 1.0.18 2020-04-21 19:45:02 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
worldofpeace
786946a952
Merge pull request #83782 from mkg20001/krita-fix
krita: disable parallel building #35359
2020-04-17 09:42:19 -04:00
Constantine Glen Evans
919293492b ipe: fix Qt wrapping
Uses mkDerivation instead of stdenv.mkDerivation, to fix Qt wrapping problem.
2020-04-16 20:31:22 -07:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
worldofpeace
a6e85bd6c2
Merge pull request #84361 from dominikh/luminanceHDR-wrapQtAppsHook
luminance-hdr: use Qt5's mkDerivation
2020-04-14 08:32:30 -04:00
Jan Tojnar
a725962ae9
inkscape: drop redundant enableParallelBuilding
With CMake it is on by default.
2020-04-14 11:32:41 +02:00
Jan Tojnar
0995d779a3
Merge pull request #85184 from jtojnar/inkscape-0.92.5
inkscape: 0.92.4 → 0.92.5
2020-04-14 10:21:25 +02:00
Benjamin Hipple
3988732856
Merge pull request #84965 from cole-h/qimgv
qimgv: enable video support
2020-04-13 22:11:55 -04:00
Jan Tojnar
a926e7358f
inkscape: add jtojnar as maintainer 2020-04-14 02:05:49 +02:00
Jan Tojnar
a48d86e851
inkscape: 0.92.4 → 0.92.5
https://gitlab.com/inkscape/inkscape/-/tags/INKSCAPE_0_92_5
2020-04-14 02:05:49 +02:00
Jan Tojnar
eff936e8b9
inkscape: format with nixpkgs-fmt
Also order the build inputs alphabetically and switch to pname+version.
2020-04-14 02:05:33 +02:00
Jan Tojnar
38e316d398
inkscape: clean up
The unpackPhase override was only needed when the download server mangled the file extension:

https://github.com/NixOS/nixpkgs/pull/23652
2020-04-14 02:05:12 +02:00
Jonathan Ringer
8fdc7cc1d0 kodelife: preferLocalBuild 2020-04-13 10:40:27 -07:00
Jonathan Ringer
088afc8375 kodelife: fix non-x86 hashes 2020-04-13 10:40:27 -07:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
R. RyanTM
50605b6927 kodelife: 0.8.8.110 -> 0.9.0.129 2020-04-12 17:45:00 -07:00
Maximilian Bosch
2d836ab922
feh: 3.3 -> 3.4
https://feh.finalrewind.org/archive/3.4/
2020-04-12 10:05:04 +02:00
Cole Helbling
a276d1220d
qimgv: enable video support
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.
2020-04-11 16:35:28 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Daniël de Kok
ba8ffb5d2c drawio: 12.9.3 -> 12.9.9
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
2020-04-10 00:25:38 -07:00
Mario Rodas
ab1a184de3
Merge pull request #82267 from zaninime/sane-airscan
sane-airscan: init at 0.9.17
2020-04-09 10:51:09 -05:00
Tor Hedin Brønner
88607e0e02
Merge pull request #84694 from hedning/gnome-3.36.1
Gnome 3.36.1
2020-04-09 10:37:23 +02:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Tor Hedin Brønner
a04dda2f6e shotwell: 0.31.0 -> 0.31.1 2020-04-08 09:48:14 +02:00
Dominik Honnef
b233a19fe1 luminance-hdr: use Qt5's mkDerivation 2020-04-08 01:37:16 +02:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00