Commit graph

3451 commits

Author SHA1 Message Date
Doron Behar 1f33f72b7f
Merge pull request #110178 from r-ryantm/auto-update/pdfcpu
pdfcpu: 0.3.7 -> 0.3.8
2021-01-20 22:27:50 +02:00
Thomas Gerbet 58ba6591a6 graphicsmagick: 1.3.35 -> 1.3.36
Fix for CVE-2020-12672.
2021-01-20 20:47:58 +01:00
Thomas Gerbet 6974aa7712 fig2dev: 3.2.7b -> 3.2.8
Fixes the fig2ps2tex and pic2tpic scripts.
Fixes CVE-2019-19746.
2021-01-20 18:18:16 +01:00
Meghea Iulian 634d51c14a
avocode: 4.10.4 -> 4.11.0 2021-01-20 17:12:02 +02:00
R. RyanTM 71d6d4b003 pdfcpu: 0.3.7 -> 0.3.8 2021-01-20 14:55:33 +00:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Sandro 550ff33d62
Merge pull request #106102 from fgaz/pikopixel/init
pikopixel: init at 1.0-b9e
2021-01-19 14:13:59 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Sandro d59593d225
Merge pull request #102922 from OPNA2608/init/hdr-plus/21.03 2021-01-19 00:32:14 +01:00
Sandro f97266e942
Merge pull request #98479 from OPNA2608/package-megapixels
megapixels: init at 0.14.0
2021-01-19 00:32:00 +01:00
Sandro 34ec2da20d
Merge pull request #109819 from r-ryantm/auto-update/fondo
fondo: 1.5.0 -> 1.5.1
2021-01-18 22:39:02 +01:00
R. RyanTM c0d3a75a9e fondo: 1.5.0 -> 1.5.1 2021-01-18 20:26:09 +00:00
Sandro c73cb2b013
Merge pull request #103518 from djanatyn/pkg/xmountains 2021-01-18 21:12:28 +01:00
R. RyanTM f4bc62987a emulsion: 7.2 -> 8.0 2021-01-18 15:51:08 +00:00
OPNA2608 9d95646336 hdr-plus: init at 2020-10-29 2021-01-18 15:43:23 +01:00
Jörg Thalheim d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Mario Rodas 13feddd19e
Merge pull request #107303 from bcdarwin/update-f3d
f3d: 1.0.1 -> 1.1.0
2021-01-16 08:32:37 -05:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob 8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
ppenguin 4f80e06846 freecad: add scipy and pyyaml to dependencies
Closes #108424
2021-01-15 10:51:03 +01:00
Sandro 2416b9da70
Merge pull request #109381 from lucasew/fix/zgrviewer
zgrviewer: fix java jre binary path
2021-01-14 19:05:49 +01:00
Lucas Eduardo ebdf3cf3cb zgrviewer: fix java jre binary path
Signed-off-by: GitHub <noreply@github.com>
2021-01-14 16:50:34 +00:00
Christoph Neidahl 1ae6b4c2ee megapixels: init at 0.14.0 2021-01-14 12:38:33 +01:00
Florian Klink 038de4c5b1 ufraw: remove
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146).

Using Darktable seems to be the reasonable choice for now.

Closes https://github.com/NixOS/nixpkgs/issues/97946.
2021-01-13 00:30:46 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Pavol Rusnak 5468a0563f
Merge pull request #108820 from prusnak/xr-update
monado: Add serviceSupport option
2021-01-09 17:58:08 +01:00
Michael Weiss 8ae8602bf7
Merge branch 'master' into staging-next
Manually resolved a conflict in
pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09 12:16:11 +01:00
Alyssa Ross 81b0104d85 hello-wayland: init at 2020-07-27
This is a program that just displays a static cat picture in a Wayland
window.  I packaged it a while ago thinking it wouldn't be useful for
anybody else, but a conversation on IRC today made me realise it would
be!

hello-wayland is very useful as a minimal example when hacking on
Wayland ecosystem stuff -- even if Firefox doesn't work yet,
hello-wayland probably will and that can be useful to guide you in the
right direction!
2021-01-09 06:47:53 +00:00
Joe Hermaszewski 42743be017
monado: Add serviceSupport option
This controls XRT_FEATURE_SERVICE. See
https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
for more info.
2021-01-09 00:38:10 +01:00
Joe Hermaszewski b08b22d85f
xrgears: init at unstable-2020-04-15 2021-01-09 00:36:01 +01:00
github-actions[bot] f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
Sandro e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Nikolay Korotkiy 0231df9cb5
mtPaint: 3.49.12 → 3.50.01 2021-01-08 01:52:44 +03:00
Sandro b6fe20a272
Merge pull request #108626 from asbachb/new/nufraw
nufraw: init at 0.43-3
2021-01-07 23:42:05 +01:00
Benjamin Asbach e02bf0737b nufraw: init at 0.43-3
`nufraw` is used to manipulate raw images.
`nufraw-thumbnailer` is used to generate thumbnails for raw images.

relates #108444
2021-01-07 22:41:34 +01:00
Michele Guerini Rocco 29aefd4b73
Merge pull request #108309 from sternenseemann/imv-4.2.0
imv: 4.1.0 -> 4.2.0
2021-01-07 19:52:50 +01:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Pavol Rusnak 5f114a0bcf monado: init at 0.4.1 2021-01-06 12:15:44 +01:00
S. Nordin Abouzahra 32fefa8fb1 digikam: enable appstyles
Without this digikam forces the fusion style.
2021-01-04 18:58:23 -05:00
sternenseemann 4f927ee341 imv: make every backend and window system configurable
The following new derivation inputs are added:
* withBackends: a list of all backends to enable. The valid names are
  the same as specified in imv's meson_options.txt. Default is to enable
  all 7 backends: freeimage, libtiff, libjpeg(_turbo), libpng, librsvg,
  libnsgif and libheif
* withWindowSystem: either all, x11 or wayland to describe window system
  support.
2021-01-05 00:23:09 +01:00
sternenseemann c391b303ca imv: use substituteInPlace 2021-01-04 14:41:45 +01:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
github-actions[bot] 0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
sternenseemann a1e9a94785 imv: 4.1.0 -> 4.2.0
* switch build system to wayland
* enable all backends by adding the following to buildInputs as meson
  autodetects which backends are available.
  * libtiff
  * libheif
  * libpng

Open questions:

* imv prints a warning from the tiff backend everytime a non tiff file
  is opened: Is this normal? Seems harmless enough though.
* Should we make backends configurable / optional? I readded some
  backends which apparently were removed, but still given as an argument
  to the derivation.

Resolves #108185.
2021-01-03 12:54:39 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Sandro 0960eff85c
Merge pull request #108215 from fgaz/evilpixie/0.2.1
evilpixie: 0.2 -> 0.2.1
2021-01-03 09:51:11 +01:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Francesco Gazzetta a7a83fb545 evilpixie: 0.2 -> 0.2.1 2021-01-02 12:21:08 +01:00
Sandro 42cab08a50
Merge pull request #108122 from danieldk/drawio-14.1.5
drawio: 13.9.9 -> 14.1.5
2021-01-01 20:51:47 +01:00
Ben Siraphob 3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
github-actions[bot] 0eb369d907
Merge staging-next into staging 2021-01-01 18:39:12 +00:00
Daniël de Kok a628f79c0c drawio: 13.9.9 -> 14.1.5
Changelog:

https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.5
https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.4
2021-01-01 13:59:44 +01:00
Anderson Torres c868414fcf
Merge pull request #107831 from magnetophon/emulsion
emulsion: init at 7.2
2021-01-01 09:46:26 -03:00
Bart Brouns b4a9a5ad71 emulsion: init at 7.2 2021-01-01 06:01:59 +01:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Doron Behar f6188ca545
Merge pull request #84939 from doronbehar/package-ocrfeeder 2020-12-30 08:49:15 +02:00
Johannes May 15ff43f8d3 darktable: 3.2.1 -> 3.4.0
Release information: https://www.darktable.org/2020/12/darktable-340-released/
2020-12-27 11:53:22 +00:00
Ben Darwin 30c36ec838 f3d: 1.0.1 -> 1.1.0 2020-12-20 21:12:23 -05:00
Nikolay Korotkiy a5ec4f99db
xournalpp: 1.0.19 → 1.0.20 2020-12-17 22:12:45 +03:00
Doron Behar 9196e0db94
Merge pull request #92113 from AshyIsMe/paraview-numpy-filter
paraview: Fix dataset filtering
2020-12-16 21:44:47 +02:00
Pavol Rusnak f4d52887c3
Merge pull request #106808 from sikmir/qvge
qvge: 0.6.1 → 0.6.2
2020-12-14 17:42:43 +01:00
Nikolay Korotkiy 625f36b2a2
qvge: 0.6.1 → 0.6.2 2020-12-13 12:10:10 +03:00
Thomas Tuegel e772531ce8
Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkit
qt515.qtwebkit: unbreak
2020-12-11 05:43:59 -06:00
con-f-use 5c0b0f33e4
mcomix3: manpage location, app icon (#105450)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-11 06:47:20 +01:00
R. RyanTM 3139f42543 imagemagick7: 7.0.10-35 -> 7.0.10-46 2020-12-09 02:56:01 +00:00
Sandro 4e5fc1ed86
Merge pull request #106371 from r-ryantm/auto-update/feh
feh: 3.6 -> 3.6.1
2020-12-09 01:36:11 +01:00
R. RyanTM 163bd93f63 feh: 3.6 -> 3.6.1 2020-12-08 18:11:31 +00:00
Gabriel Ebner ee545c66ca freecad: 2020-10-17 -> 2020-12-08 2020-12-08 16:32:26 +01:00
Sandro 4085eecbc0
Merge pull request #101937 from penguwin/img-cat
img-cat: init at 1.2.0
2020-12-08 05:51:11 +01:00
Sandro d01627cb71
Merge pull request #101848 from kinnala/master 2020-12-08 05:42:37 +01:00
Sandro 473eeb7705
Merge pull request #106269 from r-ryantm/auto-update/goxel
goxel: 0.10.6 -> 0.10.7
2020-12-07 21:58:35 +01:00
R. RyanTM ba549afe0b goxel: 0.10.6 -> 0.10.7 2020-12-07 18:56:45 +00:00
Sandro 47d5fd550f
Merge pull request #106261 from r-ryantm/auto-update/fondo
fondo: 1.4.0 -> 1.5.0
2020-12-07 18:43:57 +01:00
Sandro 1098a0b62e
Merge pull request #104398 from fgaz/meme/2020-05-28
meme: 2017-09-10 -> 2020-05-28
2020-12-07 18:32:02 +01:00
R. RyanTM e234e28046 fondo: 1.4.0 -> 1.5.0 2020-12-07 17:15:48 +00:00
Tom Gustafsson e9e4f280c9 Fix url and bump up version 2020-12-07 00:42:12 +02:00
mingmingrr ac229d9419 pythonPackages.hydrus: 413 -> 420 2020-12-06 16:50:28 -05:00
Francesco Gazzetta ae16a68336 pikopixel: init at 1.0-b9e 2020-12-06 22:44:48 +01:00
Doron Behar cc7ce76119 ocrfeeder: init at 0.8.3 2020-12-05 14:14:20 +02:00
Francesco Gazzetta 11bb08e785 meme: 2017-09-10 -> 2020-05-28, use buildGoModule 2020-12-03 10:54:14 +01:00
Sandro 535c1daca6
Merge pull request #105713 from fgaz/use-unstable-updater 2020-12-03 01:06:56 +01:00
Sandro 7aaeacad77
Merge pull request #105665 from r-ryantm/auto-update/imgp
imgp: 2.7 -> 2.8
2020-12-02 19:49:07 +01:00
Francesco Gazzetta 86e91a15f3 meme: use unstableGitUpdater 2020-12-02 17:22:39 +01:00
R. RyanTM c16c63c76b imgp: 2.7 -> 2.8 2020-12-02 07:51:46 +00:00
Sandro 64583c6bf8
Merge pull request #105629 from r-ryantm/auto-update/feh
feh: 3.5 -> 3.6
2020-12-02 03:41:20 +01:00
Evan Stoll e9b758a63e
Update pkgs/applications/graphics/imgbrd-grabber/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 20:03:10 -05:00
R. RyanTM 06f096ade3 feh: 3.5 -> 3.6 2020-12-01 23:21:16 +00:00
Evan Stoll 4f68a77401 imgbrd-grabber: use pname instead of name; add meta 2020-12-01 15:21:21 -05:00
R. RyanTM c5c77eb0b1 avocode: 4.10.3 -> 4.10.4 2020-12-01 17:37:56 +00:00
Sandro a0e8f4a077
Merge pull request #105545 from r-ryantm/auto-update/pqiv
pqiv: 2.11 -> 2.12
2020-12-01 10:16:38 +01:00
R. RyanTM da9a681371 pqiv: 2.11 -> 2.12 2020-12-01 05:41:35 +00:00
Sandro 51e63b550d
Merge pull request #105480 from jansol/renderdoc
renderdoc: 1.10 -> 1.11
2020-11-30 22:48:37 +01:00
R. RyanTM 878462b296 fondo: 1.3.10 -> 1.4.0 2020-11-30 20:13:11 +00:00
Jan Solanti 23c0971e66 renderdoc: 1.10 -> 1.11 2020-11-30 21:14:49 +02:00
Sandro db58969343
Merge pull request #100936 from r-ryantm/auto-update/fondo
fondo: 1.3.9 -> 1.3.10
2020-11-27 14:29:01 +01:00
R. RyanTM 3546e47583
fondo: 1.3.9 -> 1.3.10 2020-11-27 13:43:59 +01:00
Sandro 05d408e639
Merge pull request #100824 from markus1189/geeqie-1-5-1
geeqie: 1.4.0 -> 1.5.1
2020-11-27 13:25:39 +01:00
Sandro 7df6d1ec71
Merge pull request #105122 from r-ryantm/auto-update/avocode
avocode: 4.7.0 -> 4.10.3
2020-11-27 11:25:39 +01:00
Markus Hauck 89f75b02f2
geeqie: 1.4.0 -> 1.5.1 2020-11-27 11:24:19 +01:00
R. RyanTM b3efb71940 avocode: 4.7.0 -> 4.10.3 2020-11-27 09:00:10 +00:00
Lassulus 93017949e4
Merge pull request #104572 from r-burns/yed
yed: unmark broken
2020-11-26 22:39:25 +01:00
Jan Tojnar bb368b77fd
Merge pull request #104908 from con-f-use/init_mcomix3 2020-11-26 22:17:10 +01:00
con-f-use a94fd94d5c mcomix3: init at 20201123
closes #75028
2020-11-26 19:26:43 +01:00
Pavol Rusnak 8aa1ee34b9
Merge pull request #103838 from braunse/batik-1.13
batik: 1.6 -> 1.13
2020-11-26 17:56:43 +01:00
Sandro 850a73b236
Merge pull request #105012 from r-ryantm/auto-update/lightburn
lightburn: 0.9.18 -> 0.9.19
2020-11-26 12:28:36 +01:00
R. RyanTM 7231d738d4 lightburn: 0.9.18 -> 0.9.19 2020-11-26 10:26:46 +00:00
Sandro 97cce3214f
Merge pull request #103884 from djanatyn/pkg/xlife 2020-11-26 01:55:25 +01:00
Raghav Sood e981d3a448
photoflow: 2018-08-28 -> 2020-08-28 2020-11-26 00:00:53 +08:00
Nicolas Martin ff7f34e7bf
img-cat: init at 1.2.0 2020-11-25 02:55:05 +01:00
Timo Kaufmann 6f0c00907b
Merge pull request #98491 from raboof/inkscape-add-inkcut-extension-on-top-of-master
inkscape: add inkcut extension
2020-11-24 21:58:05 +01:00
Arnout Engelen 297d1d6b83
inkscape: add inkcut extension 2020-11-24 19:35:15 +01:00
Sebastien Braun 26fa0edfd9 batik: replace builder script by installPhase 2020-11-24 18:50:08 +01:00
Sebastien Braun 4725ad214a batik: 1.6 -> 1.13 2020-11-24 18:43:46 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Ryan Burns fa9850e975 yed: unmark broken 2020-11-23 20:00:24 -08:00
Sandro 9d4d20316e
Merge pull request #103899 from r-ryantm/auto-update/photoflare
photoflare: 1.6.5 -> 1.6.6
2020-11-23 23:55:49 +01:00
Dmitry Kalinkin 91e1cc12be
yed: mark as broken if jre.gtk3 is not available
This cleans up nixpkgs-review report on darwin
2020-11-23 14:03:19 -05:00
Jörg Thalheim 816009490e
Merge pull request #104478 from Mic92/opencv 2020-11-23 17:51:33 +01:00
Raghav Sood 0a90b97fc2
Merge pull request #101048 from evanjs/imgbrd-grabberd/init
imgbrd-grabber: init at 7.3.2
2020-11-23 16:12:28 +00:00
Sandro 7b3ca538eb
Merge pull request #104148 from danieldk/drawio-13.9.9
drawio: 13.9.5 -> 13.9.9
2020-11-23 14:18:25 +01:00
Pavol Rusnak babdfbd820
Merge pull request #104170 from RaghavSood/deskew/src
deskew: fix src
2020-11-23 09:20:55 +01:00
Doron Behar 4180a96e52 qtikz: Use qt5.15 (Add QPainterPath patch) 2020-11-21 12:54:25 +02:00
Jörg Thalheim dae00908a8
digikam: update opencv 2020-11-21 10:12:14 +01:00
Maximilian Bosch 30d7b93412
Merge pull request #104152 from r-ryantm/auto-update/gthumb
gthumb: 3.10.0 -> 3.10.1
2020-11-18 22:56:50 +01:00
Raghav Sood 3995576010
deskew: fix src 2020-11-18 14:37:57 +00:00
R. RyanTM e32f7fd2d1 gthumb: 3.10.0 -> 3.10.1 2020-11-18 09:30:08 +00:00
Daniël de Kok 98437b5869 drawio: 13.9.5 -> 13.9.9
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.9.9
2020-11-18 08:41:54 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Evax Software 18e21a5a7d Remove VueScan
The author is forbidding packaging of his software.
2020-11-17 10:09:52 +01:00
Doron Behar b23ac198b7
Merge pull request #103960 from gnidorah/my 2020-11-16 19:15:56 +02:00
Maximilian Bosch fe6c692520
Merge pull request #103864 from r-ryantm/auto-update/drawio
drawio: 13.7.9 -> 13.9.5
2020-11-16 13:58:23 +01:00
gnidorah 41f94c0b72 lazpaint: 7.1.4 -> 7.1.5 2020-11-16 13:42:34 +03:00
R. RyanTM db391fa916 photoflare: 1.6.5 -> 1.6.6 2020-11-15 12:57:28 +00:00
Jonathan Strickland a198e2f39b xlife: init at 6.7.5 2020-11-15 03:16:54 -05:00
R. RyanTM d8c9dd18e4 drawio: 13.7.9 -> 13.9.5 2020-11-15 03:38:04 +00:00
Nikolay Korotkiy 986d973ff4
qvge: init at 0.6.1 2020-11-13 23:53:50 +03:00
Doron Behar 2fc633a7a1
Merge pull request #103491 from r-ryantm/auto-update/pdfcpu
pdfcpu: 0.3.6 -> 0.3.7
2020-11-12 08:57:10 +02:00
Jonathan Strickland de39cac1cf xmountains: init at 2.10 2020-11-11 19:31:27 -05:00
Ryan Mulligan f8068860fb
Merge pull request #103456 from r-ryantm/auto-update/lightburn
lightburn: 0.9.16 -> 0.9.18
2020-11-11 12:42:20 -08:00
R. RyanTM f24b695908 pdfcpu: 0.3.6 -> 0.3.7 2020-11-11 20:12:56 +00:00
R. RyanTM cfbe7995de lightburn: 0.9.16 -> 0.9.18 2020-11-11 14:07:26 +00:00
Jan Tojnar aa96bd294b
gimpPlugins: include GIMP into the scope
So that it can be easily overridden.

Also clean up, update usage comment for this century and remove alias.
2020-11-11 14:41:15 +01:00
Jan Tojnar f4c513125d
gimpPlugins.lqrPlugin: 0.7.1 → 0.7.2
https://github.com/carlobaldassi/gimp-lqr-plugin/compare/v0.7.1...v0.7.2

Also switch to GitHub upstream and use installPhase from generic builder (thanks to the pkg-config variables).
2020-11-11 00:16:39 +01:00
Jan Tojnar a84a2de0ae
gimpPlugins: clean up using gimp.targetLibDir 2020-11-11 00:14:16 +01:00
Jan Tojnar 3000a0f87e
gimp: expose gimpdatadir & gimplibdir 2020-11-10 23:57:44 +01:00
Justin Humm 0e9cccac81 gimpPlugins: replace references to registry.gimp.org
https://registry.gimp.org/ currently directs to a post [0] pronouncing
it dead. A readonly mirror is available at [1].

Also bumped:
- lqrPlugin: 0.6.1 -> 0.7.1
- removed rainbowPlasma, lightningGate as they were commented anyway.

[0] https://www.gimp.org/registry/
[1] https://github.com/pixlsus/registry.gimp.org_static
2020-11-10 23:49:46 +01:00
Frederik Rietdijk 379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
R. RyanTM d9565b8386 qview: 3.0 -> 4.0 2020-11-09 23:37:09 +00:00
Frederik Rietdijk 99fb79ae84 Merge master into staging-next 2020-11-06 12:51:56 +01:00
omg 6cb2d3f9dd photoflare: init at 1.6.5 2020-11-06 11:12:16 +04:00
Doron Behar 450c9c9c3f
Merge pull request #101456 from doronbehar/pkg/yed
yed: wrap With wrapGAppsHook - fixes #101135
2020-11-05 13:48:51 +02:00
Frederik Rietdijk 10c57af49c Merge staging-next into staging 2020-11-04 09:28:07 +01:00
R. RyanTM 97637b479d krita: 4.4.0 -> 4.4.1 2020-11-03 10:39:48 -08:00
Kevin Cox 53b793e048
Merge pull request #102413 from freezeboy/remove-focusblur
gimpPlugins.focusblur: remove
2020-11-03 07:50:23 -05:00
Frederik Rietdijk 470f05cb5d Merge staging-next into staging 2020-11-03 12:06:41 +01:00
Mario Rodas 923bd502ec
Merge pull request #102443 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.10-27 -> 7.0.10-35
2020-11-02 18:05:24 -05:00
R. RyanTM 1955ef11c9 mandelbulber: 2.22 -> 2.23 2020-11-02 07:55:03 -08:00
R. RyanTM 9217752561 imagemagick7: 7.0.10-27 -> 7.0.10-35 2020-11-02 07:30:15 +00:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
freezeboy 17ee53c4e3 gimpPlugins.focusblur: remove 2020-11-02 02:19:57 +01:00
Frederik Rietdijk 9436457542 digikam: fix double wrapping 2020-11-01 23:39:05 +01:00
Vladimír Čunát 0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Niklas Hambüchen c06f86d591
Merge pull request #101879 from sikmir/cloudcompare
cloudcompare: 2.11.0 → 2.11.2
2020-10-28 13:43:31 +01:00
Nikolay Korotkiy 59645d2e42 cloudcompare: 2.11.0 → 2.11.2 2020-10-28 13:24:55 +01:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Tom Gustafsson ca36a4a15f Bump up version and update url 2020-10-27 12:21:11 +02:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Nikolay Korotkiy d2a28d3b38 xournalpp: 1.0.18 -> 1.0.19 2020-10-25 19:34:20 +01:00
nek0 a14611b941 krita: 4.3.0 -> 4.4.0 2020-10-25 10:47:43 +01:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
WORLDofPEACE 949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Jan Tojnar 4dd2437068
gnome-photos: use Tracker 3 2020-10-24 01:18:48 +02:00
Jan Tojnar 87e3d553cf
gnome-photos: 3.37.2 → 3.38.0
https://ftp.gnome.org/pub/GNOME/sources/gnome-photos/3.37/gnome-photos-3.37.91.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-photos/3.37/gnome-photos-3.37.91.1.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-photos/3.38/gnome-photos-3.38.0.news
2020-10-24 01:18:48 +02:00
WORLDofPEACE 7186dd6a01
gnome3.gnome-photos: use tracker_2 2020-10-24 01:15:49 +02:00
Piotr Bogdan 4d173cf1a7
gnome3.gnome-photos: 3.34.2 -> 3.37.2
https://gitlab.gnome.org/GNOME/gnome-photos/-/blob/3.37.2/NEWS
2020-10-24 01:14:58 +02:00
Doron Behar 919df81df1 yed: wrap With wrapGAppsHook - fixes #101135
Use preFixup to setup the wrapper properly, without double wrapping.
2020-10-23 14:45:25 +03:00
Daiderd Jordan bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Evan Stoll 04bac4958c Remove trailing whitespace 2020-10-19 22:42:34 -04:00
Evan Stoll 80d34ab9a4 Remove trailing whitespace 2020-10-19 20:52:25 -04:00
Evan Stoll 99e2f6cb8e imgbrd-grabber: build from source 2020-10-19 20:29:30 -04:00
Evan Stoll 154fa4d0e7 pythonPackages.hydrus: init at 413 2020-10-19 09:13:33 -07:00
Michele Guerini Rocco 50ee62ae07
Merge pull request #100821 from markus1189/imv-backends
imv: enable LIBNSGIF and LIBJPEG backends
2020-10-19 13:41:20 +02:00
Evan Stoll 8ad56944fa imgbrd-grabber: init at 7.3.2 2020-10-18 23:26:51 -04:00
Markus Hauck 1320526747 imv: enable LIBNSGIF and LIBJPEG backends 2020-10-18 18:26:41 +02:00
Gabriel Ebner 1665d59ac3 freecadStable: remove
It depends on the insecure qtwebkit package.
2020-10-18 15:12:12 +02:00
Gabriel Ebner 351f24fa03 freecad: 2020-09-25 -> 2020-10-17 2020-10-18 14:09:26 +02:00
Gabriel Ebner 5bc7030a25 freecad: add missing python module for addon manager 2020-10-18 14:08:28 +02:00
Daniël de Kok 6068afe0fd
Merge pull request #100916 from r-ryantm/auto-update/drawio
drawio: 13.7.3 -> 13.7.9
2020-10-18 08:08:40 +02:00
R. RyanTM 2a98bddce5 drawio: 13.7.3 -> 13.7.9 2020-10-18 02:40:14 +00:00
Robert Scott 1315c20bf1
Merge pull request #100869 from r-burns/feh
feh: fix build on darwin
2020-10-18 01:44:22 +01:00
Ryan Burns 942ad9a49a feh: fix build on darwin
Darwin doesn't support inotify, needed for autoreload
2020-10-17 12:44:35 -07:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Evax Software b621f1b541 vuescan: init at 9.7 2020-10-13 12:11:47 +02:00
Mario Rodas 69b0cf22d9
Merge pull request #96934 from bcdarwin/f3d
f3d: init at 1.0.1
2020-10-10 08:23:49 -05:00
Mario Rodas b70ac01b38
Merge pull request #100124 from gnidorah/lazpaint
lazpaint: 7.1.3 -> 7.1.4
2020-10-10 07:45:14 -05:00