Commit graph

2985 commits

Author SHA1 Message Date
Niklas Hambüchen 2f3bec7542
Merge pull request #83302 from chpatrick/meshlab-20.03
meshlab: 20190129-beta -> 2020.03
2020-07-21 15:57:47 +02:00
Michael Raskin 23c93a5205
Merge pull request #85169 from prusnak/inkscape
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Jan Tojnar f1f038331f
mypaint: 2.0.0 → 2.0.1
https://github.com/mypaint/mypaint/releases/tag/v2.0.1
2020-07-20 02:03:14 +02:00
Pavol Rusnak 5107b24c83
inkscape: 0.92.5 -> 1.0 2020-07-19 13:10:16 +02:00
Pavol Rusnak 7eb4a0ae27
inkscape -> inkscape_0
We can't update inkscape to 1.0 without keeping 0.x in tree,
because the CLI interface has been changed and lots of packages
use this interface for SVG conversion.
2020-07-19 13:10:16 +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
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
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