Vladimír Čunát
4244b73917
Merge branch 'master' into staging
2020-07-18 17:50:23 +02:00
Michael Weiss
5b14758d31
Merge pull request #92920 from primeos/scons
...
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Michael Weiss
595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
...
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Daniël de Kok
42655951f4
drawio: 13.3.9 -> 13.4.5
...
Changelogs:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.4.4
https://github.com/jgraph/drawio-desktop/releases/tag/v13.4.5
2020-07-18 08:58:44 +02:00
Daniël de Kok
26a014166d
Merge pull request #93359 from r-ryantm/auto-update/nomacs
...
nomacs: 3.14.2 -> 3.15.1616
2020-07-18 08:27:14 +02:00
R. RyanTM
f243f7a12e
nomacs: 3.14.2 -> 3.15.1616
2020-07-17 17:36:29 +00:00
Daniël de Kok
b5e5800a0b
Merge pull request #93281 from danieldk/darktable-opencl
...
darktable: fix OpenCL support
2020-07-17 06:55:44 +02:00
Daniël de Kok
0aef146cdd
darktable: fix OpenCL support
...
The OpenCL compiler does not properly support -I flags to include the
kernel paths, breaking relative includes. Simply replace the included
files by absolute paths.
OpenCL kernels verified to compile and work on an RX 580.
Credits for the fix go to nixos-rocm.
2020-07-16 17:57:09 +02:00
Michael Raskin
09fc4bd09d
Merge pull request #93167 from r-ryantm/auto-update/xfractint
...
xfractint: 20.04p14 -> 20.04p15
2020-07-16 08:15:28 +00:00
Jan Tojnar
812d124fbc
Revert "darktable: Remove $out/share/doc"
...
This reverts commit 5d7cbc659e
.
2020-07-16 04:38:08 +02:00
R. RyanTM
9923599535
xfractint: 20.04p14 -> 20.04p15
2020-07-15 07:45:53 +00:00
adisbladis
5d7cbc659e
darktable: Remove $out/share/doc
...
This is a very common path that often collides with other packages.
2020-07-14 22:03:14 +02:00
Daniel Șerbănescu
e6e8d49597
gscan2pdf: 2.8.0 -> 2.8.1
2020-07-13 14:51:36 +02:00
Frederik Rietdijk
ae8eee9c3f
Merge master into staging-next
2020-07-11 08:59:54 +02:00
Ryan Mulligan
0abdd2adea
Merge pull request #92698 from r-ryantm/auto-update/mandelbulber
...
mandelbulber: 2.21 -> 2.22
2020-07-09 12:00:14 -07:00
Daniël de Kok
7d674b390e
drawio: 13.3.5 -> 13.3.9
...
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.3.9
2020-07-09 07:17:41 +02:00
R. RyanTM
ea9ad36bc8
mandelbulber: 2.21 -> 2.22
2020-07-08 10:16:34 +00:00
Daniël de Kok
b31ec450fe
Merge pull request #92619 from pacien/gscan2pdf-wrapper-scanimage
...
gscan2pdf: add scanimage to PATH in wrapper
2020-07-08 09:03:43 +02:00
Ryan Mulligan
7020181a52
Merge pull request #92563 from r-ryantm/auto-update/sane-airscan
...
sane-airscan: 0.99.3 -> 0.99.8
2020-07-07 15:02:20 -07:00
pacien
bf40153c8d
gscan2pdf: add scanimage to PATH in wrapper
...
Gscan2pdf/Frontend/CLI.pm calls this binary.
2020-07-07 20:46:59 +02:00
R. RyanTM
2603a6d8be
krita: 4.2.9 -> 4.3.0
2020-07-07 11:40:28 -07:00
R. RyanTM
9fff2b76c6
sane-airscan: 0.99.3 -> 0.99.8
2020-07-07 10:28:13 +00:00
pacien
a564ea217c
gscan2pdf: 2.6.5 -> 2.8.0
2020-07-06 18:01:11 +02:00
Jan Tojnar
9925e909e4
Merge pull request #92228 from jtojnar/gimp-interp
2020-07-05 05:45:03 +02:00
gnidorah
7a16dafa07
lazpaint: init at 7.1.3
2020-07-05 01:21:57 +03:00
Vladimír Čunát
e1206a2129
Merge master into staging-next
...
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Jan Tojnar
64ec4fd65d
gimp: Hardcode interpreter paths
...
The E (extension) line in pygimp.interp prints the following warnings:
GIMP-Warning: Bad interpreter referenced in interpreter file /nix/store/5c91dah385gn70blsn6i5rzncqj3ks0y-gimp-with-plugins-2.10.18/lib/gimp/2.0/interpreters/pygimp.interp: python2
GIMP-Warning: Bad binary format string in interpreter file /nix/store/5c91dah385gn70blsn6i5rzncqj3ks0y-gimp-with-plugins-2.10.18/lib/gimp/2.0/interpreters/pygimp.interp
This means that the py extension will not be registered when python2 is not in PATH. To prevent this, let’s hardcode the absolute python2 path.
https://github.com/NixOS/nixpkgs/issues/60937#issuecomment-653652093
Closes: https://github.com/NixOS/nixpkgs/issues/60937
2020-07-03 22:47:17 +02:00
Jan Tojnar
3b701aa4b6
gimp: Fix interpreter path
...
GIMP uses python interpreter specified in pygimp.interp file for running Python plug-ins,
so any Python related wrapping is useless. It will pick up and use the python from build PATH.
Let’s use a python environment containing pygtk, which is needed by many plug-ins.
Closes: https://github.com/NixOS/nixpkgs/issues/87883
2020-07-03 21:07:45 +02:00
Frederik Rietdijk
c33ca7c5ce
Merge staging-next into staging
2020-07-02 17:14:53 +02:00
Vladimír Čunát
e640908b92
Merge #79391 : glibc: 2.30 -> 2.31
2020-07-01 00:04:29 +02:00
Daniël de Kok
2c4cc00969
drawio: 13.3.1 -> 13.3.5
...
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.3.5
2020-06-30 17:33:05 +02:00
worldofpeace
a17ab53053
Merge pull request #91829 from IvarWithoutBones/akira-update
...
akira-unstable: 2019-10-12 -> 2020-05-01
2020-06-30 11:22:40 -04:00
IvarWithoutBones
c9c29390c7
akira-unstable: 2019-10-12 -> 2020-05-01
2020-06-30 13:44:18 +02:00
Mario Rodas
2a5d9d626f
Merge pull request #91827 from r-ryantm/auto-update/pdfcpu
...
pdfcpu: 0.3.3 -> 0.3.4
2020-06-30 06:40:53 -05:00
R. RyanTM
442458ab7c
pdfcpu: 0.3.3 -> 0.3.4
2020-06-30 11:13:29 +00:00
Niklas Hambüchen
625f6b22d5
Merge pull request #91398 from tasmo/processing-3.5.4
...
processing: 3.5.3 -> 3.5.4
2020-06-29 17:17:01 +02:00
Alyssa Ross
10bb0637e4
Revert "darktable: Remove doc directory from output"
...
This reverts commit 730133e130
.
multiple-outputs.sh has been fixed, so documentation is now
corrrrectly installed under $out/share/doc/darktable.
Fixes: https://github.com/NixOS/nixpkgs/pull/72160
Fixes: https://github.com/NixOS/nixpkgs/pull/83248
2020-06-29 13:56:27 +00:00
Maximilian Bosch
f95acb5cc6
imagemagick7: 7.0.10-17 -> 7.0.10-19, fix build w/glibc-2.31
2020-06-29 14:41:42 +02:00
Niklas Hambüchen
96776d5a2f
cloudcompare: Improve Qt wrapping.
...
As I learned in the review of #91627 .
2020-06-27 23:50:36 +02:00
Niklas Hambüchen
254c2fb8d0
cloudcompare: init at 2.11.0
...
Based on:
6118f8b275
2020-06-26 15:06:51 +02:00
Thomas Friese
7ad968fd09
processing: 3.5.3 -> 3.5.4
2020-06-25 23:16:06 +02:00
worldofpeace
bdb59380a3
Merge pull request #91459 from zowoq/desktop-validation
...
treewide: remove deprecated value `Application` from makeDesktopItem
2020-06-25 07:09:24 -04:00
Mario Rodas
71ef943f63
Merge pull request #91423 from danieldk/remove-xara
...
xara: remove
2020-06-25 06:01:30 -05:00
Daniël de Kok
842acd9000
xara: remove
...
Not updated since 2006:
https://en.wikipedia.org/wiki/Xara_Xtreme_LX
Marked broken in nixpkgs since 2016-02-27.
2020-06-25 07:55:01 +02:00
zowoq
c7e61112df
treewide: remove deprecated value Application
from makeDesktopItem
2020-06-25 12:18:37 +10:00
Daniël de Kok
72cfe09e7f
drawio: 13.2.2 -> 13.3.1
...
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.3.1
2020-06-23 19:48:36 +02:00
Timo Kaufmann
40178ea3a2
Merge pull request #90515 from fgaz/evilpixie/init
...
impy,evilpixie: init
2020-06-20 16:04:30 +02:00
Florian Klink
34efb1df34
Merge pull request #90328 from priegger/fix/sane-backends
...
sane-backends: 1.0.28 -> 1.0.30
2020-06-19 00:35:18 +02:00
David Guibert
e1e044e70e
Merge pull request #90072 from jobojeha/paraview_5_8
...
paraview: 5.6.3 -> 5.8.0
2020-06-18 22:23:26 +02:00
R. RyanTM
e487f9f708
avocode: 4.6.4 -> 4.7.0
2020-06-17 12:41:36 -07:00
R. RyanTM
fdc434621c
goxel: 0.10.5 -> 0.10.6
2020-06-17 12:17:45 -07:00
Mario Rodas
2bb7965655
Merge pull request #99436 from r-burns/ppc64le-imagemagick
...
imagemagick: enable on ppc64le
2020-10-03 22:55:59 -05:00
Doron Behar
c9195c15ce
pdfcpu: 0.3.5 -> 0.3.6
2020-10-03 14:08:21 +03:00
Ryan Burns
5f265ce646
imagemagick: enable on ppc64le
2020-10-02 18:46:18 -07:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jan Solanti
360aded63d
renderdoc: 1.9 -> 1.10
2020-10-01 17:49:13 +03:00
ajs124
083b64c63f
imagemagick: 6.9.11-14 -> 6.9.11-29
2020-09-30 11:20:53 +10:00
pacien
b3f8642587
gscan2pdf: 2.8.1 -> 2.9.1
2020-09-29 06:55:49 +02:00
Ryan Mulligan
0a74860735
Merge pull request #98911 from r-ryantm/auto-update/yacreader
...
yacreader: 9.6.2 -> 9.7.1
2020-09-27 21:12:40 -07:00
R. RyanTM
ec34833248
yacreader: 9.6.2 -> 9.7.1
2020-09-27 03:44:14 +00:00
Gabriel Ebner
bbb854f974
Merge pull request #98845 from gebner/freecad019git
2020-09-26 17:30:56 +02:00
Gabriel Ebner
58121fe1b0
freecadStable: init at 0.18.4
2020-09-26 14:28:36 +02:00
Gabriel Ebner
22301b66cd
freecad: 0.18.4 -> unstable-2020-09-25
2020-09-26 13:49:42 +02:00
Thomas Tuegel
b10e170cb3
Merge pull request #98721 from callahad/digikam-7.1.0
...
digikam: 6.4.0 -> 7.1.0
2020-09-26 06:18:06 -05:00
Thomas Tuegel
2e48e306f6
Merge pull request #98795 from callahad/digikam-icons
...
digikam: fix broken icons
2020-09-26 06:16:27 -05:00
Dan Callahan
c4c101e414
digikam: unbreak media playback
...
This patch re-adds libqtav to digikam's list of dependencies, restoring
support for video playback in the application.
This effectively reverts commit 5194e7c0cb
2020-09-26 08:38:59 +01:00
Dan Callahan
afec4b31bd
digikam: fix broken icons
...
Ensures that the Breeze icon theme is available to digikam.
Without this, digikam breaks in strange ways.
Fixes #65322
Fixes #78225
2020-09-25 21:49:29 +01:00
Dan Callahan
a9e0dd08d1
digikam: 6.4.0 -> 7.1.0
2020-09-25 09:06:48 +01:00
R. RyanTM
9962661ef3
drawio: 13.6.2 -> 13.7.3
2020-09-25 05:27:01 +00:00
Vincent Laporte
4e155d6be9
fontmatrix: 0.6.0 → 0.6.0-qt5 ( #97800 )
...
This is an unofficial port of Fontmatrix 0.6.0 to Qt5
Co-authored-by: symphorien <symphorien@users.noreply.github.com>
2020-09-21 08:01:37 +02:00
Maxwell L-T
d3a2be1e7e
yed: 3.20 -> 3.20.1
2020-09-19 09:11:18 +02:00
Jan Tojnar
db64508779
ufraw: mark broken
...
It does not build so let's mark it broken in order for gimp-with-plugins not to be broken.
Fixes: https://github.com/NixOS/nixpkgs/issues/98103
2020-09-16 16:58:36 +02:00
WORLDofPEACE
0026c20ea1
Merge pull request #98007 from neonfuz/akira
...
akira: 2020-05-01 -> 0.0.13
2020-09-14 20:53:02 -04:00
Ryan Mulligan
8cdf9c95c4
Merge pull request #97280 from tex/airscan
...
airscan: 0.99.8 -> 0.99.16
2020-09-14 14:52:55 -07:00
Sage Raflik
de248c05cf
akira: 2020-05-01 -> 0.0.13
2020-09-14 16:31:11 -05:00
Jan Tojnar
35deaa45a1
inkscape_0: drop
...
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Jan Tojnar
a45e68be36
inkscape: 1.0 → 1.0.1
...
https://inkscape.org/news/2020/09/06/inkscape-version-101-patches-crashes-bugs/
https://inkscape.org/release/inkscape-1.0.1/
2020-09-10 20:35:33 +02:00
Robert Scott
20e90aac2e
Merge pull request #95114 from raboof/inkscape-extensions
...
inkscape: allow loading external extensions
2020-09-10 19:26:03 +01:00
Arnout Engelen
2e0a15fce1
inkscape-extensions.hexmap: init at 2020-06-06
2020-09-10 20:21:52 +02:00
Arnout Engelen
67b4880faa
inkscape: introduce a way to add external extensions
...
Co-Authored-By: Stefan Siegl <stesie@brokenpipe.de>
2020-09-10 09:17:49 +02:00
David Anderson
3a38cef8f9
jasper: remove, abandoned upstream.
...
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.
Fixes #55388 .
Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Francesco Gazzetta
1c8d65f940
drawpile: fix build by adding libsecret
2020-09-09 15:39:00 +02:00
Jan Tojnar
26f8b201a1
Merge pull request #97416 from jtojnar/mypaint-hicolor
...
mypaint: fix crash without hicolor-icon-theme
2020-09-08 09:39:05 +02:00
Jan Tojnar
492de7bb2b
mypaint: fix crash without hicolor-icon-theme
...
Mypaint seems to check for a presence of this theme scaffold and crashes when not present.
Let’s add this since it weights almost nothing.
2020-09-08 05:35:27 +02:00
Thomas Tuegel
0368d93a9e
qtikz: proper Qt dependencies
2020-09-07 10:50:10 -05:00
Mario Rodas
90ee9e6315
Merge pull request #96967 from doronbehar/pkg/pdfcpu
...
pdfcpu: 0.3.4 -> 0.3.5
2020-09-06 23:27:01 -05:00
Milan Svoboda
adcaba3809
airscan: 0.99.8 -> 0.99.16
2020-09-06 12:16:04 +02:00
Doron Behar
de3a4a0569
pdfcpu: 0.3.4 -> 0.3.5
2020-09-06 08:20:27 +03:00
Ryan Mulligan
f588116f3e
Merge pull request #97195 from r-ryantm/auto-update/lightburn
...
lightburn: 0.9.15 -> 0.9.16
2020-09-05 06:02:34 -07:00
R. RyanTM
9a21fc26a2
lightburn: 0.9.15 -> 0.9.16
2020-09-05 06:36:43 +00:00
Robert Scott
712f366ecc
Merge pull request #94579 from tfmoraes/meshlab-20.07
...
meshlab: 2020.03 -> 2020.07
2020-09-04 20:00:12 +01:00
Thiago Franco de Moraes
48b902dcd7
meshlab: 2020.03 -> 2020.07
2020-09-03 23:17:11 -03:00
Mario Rodas
e7acfe332d
Merge pull request #96740 from r-ryantm/auto-update/xfractint
...
xfractint: 20.04p15 -> 20.04p16
2020-08-31 20:56:09 -05:00
R. RyanTM
9a94b93acf
xfractint: 20.04p15 -> 20.04p16
2020-08-31 07:32:15 +00:00
Andy Tockman
612b7f71a0
feh: add enableAutoreload option
...
This change enables the inotify-based auto-reload feature of feh, which
causes images to be refreshed when the image file changes.
2020-06-16 19:48:50 -05:00
Doron Behar
db20a2371c
krop: move libsForQt5.poppler out of propagatedBuildInputs ( #87790 )
2020-06-16 22:02:48 +02:00
Léo Gaspard
a1095de695
Merge pull request #90582 from r-ryantm/auto-update/krop
...
krop: 0.5.1 -> 0.6.0
2020-06-16 22:00:51 +02:00
R. RyanTM
7a89140466
krop: 0.5.1 -> 0.6.0
2020-06-16 06:43:29 +00:00
Francesco Gazzetta
21720b4c93
evilpixie: init at 0.2
2020-06-15 18:45:01 +02:00
Ryan Mulligan
aa060ababf
Merge pull request #90448 from r-ryantm/auto-update/yeetgif
...
yeetgif: 1.23.5 -> 1.23.6
2020-06-15 08:11:01 -07:00
R. RyanTM
4a09efd523
yeetgif: 1.23.5 -> 1.23.6
2020-06-15 06:33:14 +00:00
Philipp Riegger
03690ba290
sane-backends: 1.0.28 -> 1.0.30
2020-06-14 12:53:23 +02:00
Daniël de Kok
b188f230cb
drawio: 13.0.3 -> 13.2.2
...
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.2.2
2020-06-14 08:41:35 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Jan Tojnar
3437d3c64f
Merge pull request #90154 from adisbladis/gimp-2_10_20
2020-06-12 11:29:25 +02:00
markuskowa
3f2e6b9c4b
Merge pull request #90148 from markuskowa/fix-lics
...
Fix licenses
2020-06-11 23:20:00 +02:00
adisbladis
d7ffb5fa07
gimp: 2.10.18 -> 2.10.20
2020-06-11 20:45:07 +02:00
R. RyanTM
2e264a8908
imagemagick7: 7.0.10-14 -> 7.0.10-17
2020-06-11 10:30:33 -07:00
Markus Kowalewski
d00013fd7c
jpeg-archive: add license
2020-06-11 18:27:33 +02:00
Jonathan Jeppener-Haltenhoff
7d424a400d
paraview: 5.6.3 -> 5.8.0
2020-06-10 18:59:56 +02:00
Vladimír Čunát
a5f5d020c6
Merge branch 'staging-next'
2020-06-10 16:13:48 +02:00
Maximilian Bosch
1095a14993
Merge pull request #89940 from r-ryantm/auto-update/feh
...
feh: 3.4 -> 3.4.1
2020-06-10 14:24:32 +02:00
Jan Tojnar
c637cbe992
Merge branch 'master' into staging-next
2020-06-10 04:10:34 +02:00
R. RyanTM
fbace4e4ed
feh: 3.4 -> 3.4.1
2020-06-09 15:57:43 +00:00
R. RyanTM
41525f7d9a
avocode: 4.6.3 -> 4.6.4
2020-06-09 08:01:11 +00:00
Frederik Rietdijk
dc33419285
Merge master into staging-next
2020-06-08 12:06:12 +02:00
Ryan Mulligan
d0abc5d54f
Merge pull request #89597 from r-ryantm/auto-update/cq-editor
...
cq-editor: 0.1RC2 -> 0.1.1
2020-06-07 15:39:19 -07:00
Jan Solanti
7bdddd0917
renderdoc: 1.7 -> 1.8
2020-06-07 15:58:02 +02:00
R. RyanTM
d3b5e28142
cq-editor: 0.1RC2 -> 0.1.1
2020-06-06 04:56:35 +00:00
Frederik Rietdijk
43f71029cc
Merge master into staging-next
2020-06-05 19:40:53 +02:00
Frederik Rietdijk
a4ed97daf0
pythonmagick -> python2.pkgs.pythonmagick
...
Python bindings should be in python-packages.nix.
2020-06-05 12:01:02 +02:00
josephtheengineer
4eaa5a0863
freecad: use wrapQtAppsHook
2020-06-05 14:16:52 +10:00
Frederik Rietdijk
08900c0554
Merge master into staging-next
2020-06-04 15:25:54 +02:00
Lassulus
872fedd192
Merge pull request #88889 from paperdigits/displaycal
...
displaycal: 3.5 -> 3.8.9.3
2020-06-04 11:01:39 +02:00
Mario Rodas
0ad42c656c
Merge pull request #89319 from zaninime/sane-airscan-update
...
sane-airscan: 0.99.0 -> 0.99.3
2020-06-03 20:44:01 -05:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Michael Weiss
8a9cbdb549
tev: 1.15 -> 1.16
2020-06-03 16:13:07 +02:00
Francesco Zanini
07d3ca8112
sane-airscan: 0.99.0 -> 0.99.3
2020-06-01 19:22:30 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Frederik Rietdijk
36d9eeb9c7
Merge staging-next into staging
2020-05-29 17:06:01 +02:00
Mario Rodas
b6b424b490
Merge pull request #88041 from zowoq/imagemagick
...
imagemagick: 6.9.10-71 -> 6.9.11-14, 7.0.9-0 -> 7.0.10-14
2020-05-28 23:55:50 -05:00
Mario Rodas
daf2f7cf29
Merge pull request #89088 from r-ryantm/auto-update/pdfcpu
...
pdfcpu: 0.3.2 -> 0.3.3
2020-05-28 19:42:43 -05:00
Frederik Rietdijk
03de4c02fb
Merge staging-next into staging
2020-05-28 22:05:36 +02:00
R. RyanTM
931b3f225e
pdfcpu: 0.3.2 -> 0.3.3
2020-05-28 08:15:45 +00:00
R. RyanTM
5384385c79
fondo: 1.3.8 -> 1.3.9
2020-05-27 10:11:27 -07:00
Frederik Rietdijk
362d88c2b1
Merge staging-next into staging
2020-05-27 15:27:28 +02:00
Rick van Schijndel
5b32225cc1
nomacs: remove unused patch
...
This patch became obsolete in the previous update, so can be removed.
2020-05-26 19:56:37 +02:00
Rick van Schijndel
7042530075
nomacs: remove old maintainer, add myself as maintainer
...
The old maintainer @ahmedtd sent me the following email:
Title: Are you interested in being the NixPkgs maintainer for nomacs?
Body: I don't run NixOS anymore, so I can't really build or check the PRs.
2020-05-26 19:44:00 +02:00
Mica Semrick
009284cd4c
displaycal: 3.5 -> 3.8.9.3
2020-05-25 11:42:40 -07:00
markuskowa
2901376d00
Merge pull request #88256 from r-ryantm/auto-update/avocode
...
avocode: 4.6.2 -> 4.6.3
2020-05-24 13:35:23 +02:00
Frederik Rietdijk
d578248611
Merge staging-next into staging
2020-05-24 10:10:06 +02:00
Dmitry Kalinkin
e4cd1ba5b8
openscad: use wrapQtApp for macOS app
2020-05-24 07:52:19 +02:00
zowoq
fd3d93a3e2
imagemagick7: 7.0.9-0 -> 7.0.10-14
2020-05-24 10:49:48 +10:00
zowoq
9efb29f978
imagemagick: 6.9.10-71 -> 6.9.11-14
2020-05-24 10:49:39 +10:00
adisbladis
1f8bda3ce2
ivm: Package is not x86 specific
2020-05-23 22:47:22 +01:00
Frederik Rietdijk
8a77c900dd
Merge staging-next into staging
2020-05-23 10:25:19 +02:00
Benjamin Hipple
531eab10a8
Merge pull request #88572 from marcus7070/marcus7070/cq-bump
...
python3Packages.cadquery: 2.0RC0 -> 2.0
2020-05-22 10:34:58 -04:00
Orivej Desh
16d7f7edae
Merge branch 'master' into staging
2020-05-22 09:13:23 +00:00
Scott Worley
4085661911
opentoonz: Init at 1.4.0
2020-05-22 01:25:44 -07:00
Marcus Boyd
a2ba99b22f
cq-editor: 0.1RC1 -> 0.1RC2
2020-05-22 14:25:48 +09:30
R. RyanTM
71d291d7c7
gnome-photos: 3.34.1 -> 3.34.2
2020-05-21 12:38:37 +00:00
R. RyanTM
cca54adf81
avocode: 4.6.2 -> 4.6.3
2020-05-20 07:44:20 +00:00
Jan Tojnar
f8a9c6efac
Merge branch 'staging-next' into staging
2020-05-18 21:09:48 +02:00
Rick van Schijndel
4007543e66
nomacs: 3.12 -> 3.14.2
2020-05-16 12:01:27 +02:00
John Ericson
ee8cfe4bf3
treewide: pkg-config has targetPrefix
2020-05-16 00:21:21 +00:00
adisbladis
730133e130
darktable: Remove doc directory from output
...
It puts very generic file names in the store like
`$out/share/doc/README.md` which has a high risk of collisions.
2020-05-15 10:38:39 +01:00
Mario Rodas
c8010f6a13
Merge pull request #87745 from zaninime/sane-update
...
sane-airscan: 0.9.17 -> 0.99.0
2020-05-14 08:04:23 -05:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Francesco Zanini
5629e60d71
sane-airscan: 0.9.17 -> 0.99.0
2020-05-13 17:53:40 +02:00
Lassulus
83b618a11b
Merge pull request #87282 from symphorien/krop-desktop-file
...
krop: install desktop file
2020-05-12 23:30:28 +02:00
R. RyanTM
0e0995d14c
yed: 3.19.1.1 -> 3.20
2020-05-11 03:04:49 +00:00
Symphorien Gibol
6bac73bc4a
krop: install desktop file
2020-05-10 12:00:00 +00:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
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