Commit Graph

3745 Commits

Author SHA1 Message Date
Ryan Mulligan
7376547263
Merge pull request #119045 from r-ryantm/auto-update/lightburn
lightburn: 0.9.22 -> 0.9.23
2021-04-12 19:49:42 -07:00
Sandro
67b0424fe2
Merge pull request #119032 from yusdacra/update-hydrus
pythonPackages.hydrus: 431 -> 434
2021-04-13 01:17:42 +02:00
Luke Granger-Brown
08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Yusuf Bera Ertan
5104d563a4
pythonPackages.hydrus: 431 -> 434 2021-04-12 18:36:15 +03:00
Sandro
963e98cdae
Merge pull request #119117 from LeSuisse/mozjpeg-4.0.3
mozjpeg: 3.3.1 -> 4.0.3
2021-04-12 17:31:58 +02:00
Thomas Gerbet
8469abb6f5 panotools: 2.9.19 -> 2.9.20
Fixes CVE-2021-20307.

Changelog:
https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.20/
2021-04-12 10:40:23 +02:00
Sandro
c5a19b6924
Merge pull request #119107 from LeSuisse/fig2dev-3.2.8a
fig2dev: 3.2.8 -> 3.2.8a
2021-04-11 16:31:25 +02:00
Sandro
174eb0b113
Merge pull request #119105 from LeSuisse/xfig-3.2.8a
xfig: 3.2.8 -> 3.2.8a
2021-04-11 16:30:45 +02:00
Doron Behar
6db656c49d
Merge pull request #119137 from r-ryantm/auto-update/pdfcpu 2021-04-11 13:59:14 +00:00
R. RyanTM
9396e1b2f0 pdfcpu: 0.3.9 -> 0.3.11 2021-04-11 13:13:49 +00:00
Thomas Gerbet
7c0db9fbb5 mozjpeg: 3.3.1 -> 4.0.3
Fixes CVE-2018-14498.
2021-04-11 11:07:07 +02:00
Thomas Gerbet
920ffc27cb fig2dev: 3.2.8 -> 3.2.8a
Changelog:
https://sourceforge.net/p/mcj/fig2dev/ci/3.2.8a/tree/CHANGES
2021-04-11 10:08:42 +02:00
Thomas Gerbet
1b662aa1fa xfig: 3.2.8 -> 3.2.8a
Changelog:
https://sourceforge.net/p/mcj/xfig/ci/3.2.8a/tree/CHANGES
2021-04-11 09:58:04 +02:00
Nick Bathum
e2d7984d8c round: init at v0.0.2
Round image corners from CLI. Used by python diagrams.
2021-04-10 13:12:59 -04:00
R. RyanTM
4e2908b020 lightburn: 0.9.22 -> 0.9.23 2021-04-10 15:20:26 +00:00
Justin Humm
a19afca416 imagemagick7: 7.0.11-5 -> 7.0.11-6 2021-04-09 23:06:25 +02:00
Gabriel Ebner
e32d94201c drawio: add missing mesa dependency 2021-04-09 10:41:26 +02:00
Jan Tojnar
c04a14edd6 Merge branch 'master' into staging-next 2021-04-06 16:01:14 +02:00
Guillaume Girol
4e83ef8026
Merge pull request #113703 from symphorien/disable-sane-master
nixos/sane: allow to disable enabled-by-default plugins
2021-04-05 13:49:43 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
github-actions[bot]
bc845e51f0
Merge master into staging-next 2021-04-03 12:06:14 +00:00
Kovacsics Robert
9508fcff31 openscad: enable spacenav support 2021-04-02 23:05:50 +02:00
Gabriel Ebner
155f034b62 freecad: reenable spacenav support 2021-04-02 23:05:50 +02:00
Sandro
2efec1b83f
Merge pull request #118277 from erictapen/imagemagick-7.0.11-5
imagemagick7: 7.0.11-4 -> 7.0.11-5
2021-04-02 02:36:21 +02:00
Justin Humm
59ae7ec7f7 imagemagick7: 7.0.11-4 -> 7.0.11-5
Also removed an unnecessary let binding.
2021-04-01 20:57:10 +02:00
github-actions[bot]
78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Gabriel Ebner
7ed6404672
Merge pull request #118252 from rowanG077/master
freecad: disable spaceNav by default due to segfault
2021-04-01 16:27:34 +02:00
github-actions[bot]
b152812791
Merge staging-next into staging 2021-04-01 00:15:44 +00:00
rowanG077
1e7d28b7bb freecad: disable spaceNav by default due to segfault 2021-03-31 21:42:37 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
qq
6109cef14f drawio: 14.4.3 -> 14.5.1 2021-03-31 21:58:15 +03:00
github-actions[bot]
f311dede4c
Merge staging-next into staging 2021-03-29 00:15:53 +00:00
github-actions[bot]
b9456ca263
Merge master into staging-next 2021-03-28 18:14:11 +00:00
ajs124
2539e11b58
Merge pull request #117748 from helsinki-systems/upd/yed
yed: 3.20.1 -> 3.21.1
2021-03-28 19:36:57 +02:00
github-actions[bot]
ea21c98571
Merge staging-next into staging 2021-03-28 06:05:34 +00:00
github-actions[bot]
3f2a4a9dea
Merge master into staging-next 2021-03-28 06:05:31 +00:00
Ryan Mulligan
eab3dcf262
Merge pull request #117821 from r-ryantm/auto-update/photoflare
photoflare: 1.6.7 -> 1.6.7.1
2021-03-27 20:58:21 -07:00
Ryan Mulligan
6b9e1092eb
Merge pull request #117801 from r-ryantm/auto-update/lightburn
lightburn: 0.9.21 -> 0.9.22
2021-03-27 20:56:38 -07:00
github-actions[bot]
2ed7687b19
Merge staging-next into staging 2021-03-28 00:15:43 +00:00
github-actions[bot]
732dc6ef8f
Merge master into staging-next 2021-03-28 00:15:41 +00:00
Pavol Rusnak
ce3c1f8651
monado: 0.4.1 -> 21.0.0 (#117811)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-28 00:00:33 +01:00
R. RyanTM
3725e9cee3 photoflare: 1.6.7 -> 1.6.7.1 2021-03-27 18:26:55 +00:00
R. RyanTM
f4be46f9be lightburn: 0.9.21 -> 0.9.22 2021-03-27 15:28:06 +00:00
ajs124
90caa40006 yed: 3.20.1 -> 3.21.1
old src 404s
2021-03-27 03:31:35 +01:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
github-actions[bot]
7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Frederik Rietdijk
acc85f0e62 dia: stay with python2 2021-03-25 12:09:43 +01:00
github-actions[bot]
3fe8f858ef
Merge staging-next into staging 2021-03-23 18:20:04 +00:00
github-actions[bot]
ca7fa2ef7b
Merge master into staging-next 2021-03-23 18:20:01 +00:00
Ryan Mulligan
6930acfb14
Merge pull request #116947 from r-ryantm/auto-update/lightburn
lightburn: 0.9.20 -> 0.9.21
2021-03-23 09:11:39 -07:00
github-actions[bot]
8ef8f6b43c
Merge staging-next into staging 2021-03-23 06:18:05 +00:00
github-actions[bot]
39e3812215
Merge master into staging-next 2021-03-23 06:18:02 +00:00
illustris
3bf443d46a openimageio: fix build error 2021-03-22 22:56:17 -04:00
illustris
e9eee4a91d openimageio2: 2.1.9.0 -> 2.2.12.0 2021-03-22 22:56:17 -04:00
R. RyanTM
35a33570dd digikam: 7.1.0 -> 7.2.0 2021-03-23 00:53:26 +00:00
github-actions[bot]
13fa16d91b
Merge staging-next into staging 2021-03-23 00:40:28 +00:00
github-actions[bot]
11ee0bf5d7
Merge master into staging-next 2021-03-23 00:40:24 +00:00
Fabian Affolter
6ef42d4622 rapid-photo-downloader: specify license 2021-03-22 19:26:00 +01:00
github-actions[bot]
c0c22dd12d
Merge staging-next into staging 2021-03-22 12:26:59 +00:00
github-actions[bot]
feda7be375
Merge master into staging-next 2021-03-22 12:26:55 +00:00
Sandro
64ed9a9a99
Merge pull request #116247 from tfmoraes/meshlab-20.12
meshlab: 2020.07 -> 2020.12
2021-03-22 12:25:30 +01:00
github-actions[bot]
a941c67936
Merge staging-next into staging 2021-03-22 00:45:55 +00:00
github-actions[bot]
226884645e
Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro
cf62dcbd6e
Merge pull request #115164 from mingmingrr/master
pythonPackages.hydrus: 426 -> 431
2021-03-21 21:20:21 +01:00
Robert Schütz
f53b98ca01
Merge pull request #117114 from erictapen/imagemagick-7.0.11-4
imagemagick: 7.0.11-3 -> 7.0.11-4
2021-03-21 15:48:10 +01:00
github-actions[bot]
6f6e1d46b4
Merge master into staging-next 2021-03-21 12:26:00 +00:00
Justin Humm
2a85dbda12 imagemagick: 7.0.11.3 -> 7.0.11-4
Changelog: https://github.com/ImageMagick/ImageMagick/blob/7.0.11-4/ChangeLog
2021-03-21 12:41:35 +01:00
Guillaume Girol
584f971216
Merge pull request #113707 from symphorien/sane-backends-udpate
sane-backends: 1.0.30 -> 1.0.32
2021-03-21 11:03:04 +00:00
Symphorien Gibol
c20cd1834f sane-backends: 1.0.30 -> 1.0.32
sane-backends-git: remove, it's not updated often enough to be useful
2021-03-21 11:07:14 +01:00
Martin Weinelt
ec8267c539
Merge branch 'master' into staging-next 2021-03-21 02:22:36 +01:00
koslambrou
dc88d47a5c
eddy: init at 1.2.1 (#115261)
Co-authored-by: kolam <kolam@tuta.io>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-20 19:57:08 +01:00
github-actions[bot]
11187b30ca
Merge staging-next into staging 2021-03-20 06:21:50 +00:00
Martin Weinelt
4abc71dd99
Merge pull request #111133 from r-ryantm/auto-update/batik
batik: 1.13 -> 1.14
2021-03-20 02:13:38 +01:00
github-actions[bot]
6e3a55e059
Merge staging-next into staging 2021-03-19 18:19:40 +00:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
R. RyanTM
d6e4eed8bd lightburn: 0.9.20 -> 0.9.21 2021-03-19 17:05:12 +00:00
Anderson Torres
af20ac46a8
Merge pull request #116786 from MatthewCroughan/freecad-flatmesh
freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'
2021-03-19 09:59:38 -03:00
github-actions[bot]
8c03075f07
Merge staging-next into staging 2021-03-19 00:41:08 +00:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Anderson Torres
d4bbefe480
Merge pull request #116783 from MatthewCroughan/freecad-symlink
freecad: symlink uppercase executable names to lowercase in postFixup
2021-03-18 20:16:37 -03:00
matthewcroughan
93ec1d1b71 freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'
It's arguable that the FreeCAD flatmesh library should be included by default.
The upstream FreeCAD appimages are provided with this library compiled in.

See the following:
77a6470107
5bcddb3b86

Update pkgs/applications/graphics/freecad/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-18 22:46:57 +00:00
Jan Tojnar
39bc2f7abe
gimp: Fix crash without dot
GEGL 0.4.28 started marking introspect action as unavailable when dot is not present.
But GIMP previously required the action to be present at startup, even though it was only ever used in dev builds.
Let’s apply an upstream patch that removes this strict requirement.
2021-03-18 22:18:51 +01:00
matthewcroughan
6a31db4e8f freecad: symlink uppercase executable names to lowercase in postFixup
When a user installs this package, it's likely they will try to run 'freecad' instead of 'FreeCAD', this symlinks FreeCAD -> freecad such that the user will not be confused and assume that installation of the package did not work properly.
2021-03-18 20:54:35 +00:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Anderson Torres
3c61ca9620
Merge pull request #116517 from AndersonTorres/freecad
freecad: unstable-2020-12-08 -> 0.19.1
2021-03-17 16:51:26 -03:00
Peter Hoeg
fc14612d12 leocad: 19.07.1 -> 21.03 2021-03-17 19:34:21 +08:00
WORLDofPEACE
effe752c61
Merge pull request #116407 from r-ryantm/auto-update/fondo
fondo: 1.5.1 -> 1.5.2
2021-03-16 23:26:20 -04:00
AndersonTorres
b1b91fc640 freecad: unstable-2020-12-08 -> 0.19.1 2021-03-16 12:24:56 -03:00
Robert Schütz
1f13d0df6e
Merge pull request #116332 from erictapen/imagemagick-7.0.11-3
imagemagick: 7.0.10-61 -> 7.0.11-3
2021-03-16 13:24:42 +01:00
github-actions[bot]
dec95bae4a
Merge master into staging-next 2021-03-15 12:25:41 +00:00
R. RyanTM
1ce3a1ab36 fondo: 1.5.1 -> 1.5.2 2021-03-15 12:19:08 +00:00
R. RyanTM
420c7f1e8c photoflare: 1.6.6 -> 1.6.7 2021-03-15 03:16:15 -04:00
github-actions[bot]
e7b44e6f52
Merge master into staging-next 2021-03-15 06:18:46 +00:00
Sandro
2484046c5a
Merge pull request #116346 from jansol/renderdoc
renderdoc: 1.11 -> 1.12
2021-03-15 01:51:45 +01:00
github-actions[bot]
8fa4dca9b5
Merge master into staging-next 2021-03-15 00:40:27 +00:00
Jan Solanti
b78770a1ee renderdoc: 1.11 -> 1.12 2021-03-15 01:37:25 +02:00
Justin Humm
e22e25f5aa imagemagick: add erictapen as maintainer 2021-03-15 00:05:41 +01:00
Justin Humm
7d7ccbd1de imagemagick: 7.0.10-61 -> 7.0.11-3 2021-03-15 00:05:41 +01:00
Justin Humm
c528ddd2da imagemagick6: add erictapen as maintainer 2021-03-14 20:22:47 +01:00
Justin Humm
3210e9158f imagemagick6: 6.9.12-1 -> 6.9.12-3 2021-03-14 20:22:38 +01:00
Thiago Franco de Moraes
c240077301
meshlab: 2020.07 -> 2020.12 2021-03-13 19:32:13 -03:00
Jan Tojnar
01a4d350c7
Merge branch 'master' into staging-next
Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict.

It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.
2021-03-13 19:16:43 +01:00
omg
b31f3593ed photoflare: fix warnings
- set license to gpl3Plus
- remove unnecessary `enableParallelBuilding` parameter
2021-03-13 11:52:31 +04:00
github-actions[bot]
903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
OPNA2608
48497dbd25 megapixels: 0.14.0 -> 0.15.0 2021-03-11 17:41:47 +01:00
mingmingrr
fea9710ec2 pythonPackages.hydrus: 426 -> 431 2021-03-10 16:12:38 -05:00
Martin Weinelt
16f9e4da3a
Merge branch 'master' into staging-next 2021-03-09 17:05:41 +01:00
R. RyanTM
8090d83920 sane-airscan: 0.99.16 -> 0.99.24 2021-03-09 13:50:50 +01:00
Frederik Rietdijk
277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Lassulus
e93cc0e9c6
Merge pull request #112679 from ronthecookie/pkg-blockbench
blockbench-electron: init at 3.7.5
2021-03-07 17:12:54 +01:00
Jan Tojnar
3f2e5044ce
Merge branch 'staging-next' into staging 2021-03-05 20:39:38 +01:00
Dmitry Kalinkin
88237f6545
Merge pull request #114270 from veprbl/pr/graphicsmagick_full_paths
graphicsmagick: set full paths to delegates such as ghostscript
2021-03-05 09:37:16 -05:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
github-actions[bot]
5267db2989
Merge staging-next into staging 2021-02-27 18:16:44 +00:00
Robert Schütz
7ac6fbfe5a
imagemagick6: 6.9.11-60 -> 6.9.12-1 (#113998) 2021-02-27 19:12:43 +01:00
Robert Schütz
5cc881d0d8 imagemagick: make 7.0 default 2021-02-27 18:34:36 +01:00
github-actions[bot]
e8162c62e3
Merge staging-next into staging 2021-02-27 00:37:54 +00:00
Florian Klink
43f83f9c45
Merge pull request #75866 from Sohalt/spnav
libspnav: init at 2.3.0
2021-02-26 22:21:21 +01:00
sohalt
455cb9f913 FreeCAD: add spacenav support 2021-02-26 16:58:00 +01:00
Robert Schütz
54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Jörg Thalheim
9e0a3e5a64
Merge pull request #114264 from arachnist/solvespace-update-v3.0.rc2 2021-02-25 08:47:11 +00:00
Robert ar@bash.org.pl Gerus
8a1dd9584e solvespace: fix license 2021-02-25 07:40:32 +01:00
Jérôme LOYET
3d0fe66eee drawio: 14.1.5 -> 14.4.3
Changelog:

https://github.com/jgraph/drawio-desktop/releases/tag/v14.4.3
https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.8
2021-02-25 06:35:37 +01:00
Ryan Mulligan
e8980feb2e
Merge pull request #114122 from r-ryantm/auto-update/avocode
avocode: 4.11.2 -> 4.12.0
2021-02-24 19:32:55 -08:00
Dmitry Kalinkin
e0f3eb5bc6
graphicsmagick: set full paths to delegates such as ghostscript
The --with-frozenpaths is something that we already set
unconditionally for imagemagick and imagemagick7. Without it
graphicsmagick may not be able to find its runtime dependencies.
2021-02-24 15:02:35 -05:00
Robert ar@bash.org.pl Gerus
c1dcadc986 solvespace: 2.3-20190501 -> 3.0.rc2 2021-02-24 18:51:39 +01:00
R. RyanTM
8ed20d2619 avocode: 4.11.2 -> 4.12.0 2021-02-23 14:17:05 +00:00
Sandro Jäckel
af872e8a3c
gthumb: remove unused input 2021-02-22 01:16:26 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
github-actions[bot]
7a1ee9c317
Merge master into staging-next 2021-02-20 18:17:10 +00:00
pacien
f87bcfb69f gscan2pdf: 2.9.1 -> 2.11.1
New dependencies have been added and a dubiously failing test has been disabled.

Manually tested and confirmed to work:
* opening the application,
* scanning a document,
* saving as PDF.
2021-02-20 00:02:06 +01:00
Symphorien Gibol
c64fb5000b nixos/sane: allow to disable enabled-by-default plugins
use case: disabling v4l plugin because I don't use my webcam as a
scanner.
2021-02-19 16:52:26 +01:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ryan Mulligan
3e7dc93388
Merge pull request #112852 from r-ryantm/auto-update/avocode
avocode: 4.11.1 -> 4.11.2
2021-02-18 21:11:53 -08:00
Sandro
681e6e60a4
Merge pull request #113585 from sikmir/gimp
gimpPlugins.farbfeld: init at 2019-08-12
2021-02-18 21:07:13 +01:00
Nikolay Korotkiy
883d6ef6e9
gimpPlugins.farbfeld: init at 2019-08-12 2021-02-18 22:43:17 +03:00
Arnout Engelen
4fb94610d9
inkscape: ps and eps import
There are a number of extensions, like the eps import,
that only become available when ps2pdf is available.
https://gitlab.com/inkscape/extensions/-/blob/master/eps_input.inx#L6

This is not so obvious, and this PR adds ghostscript (which provides ps2pdf)
explicitly so those extensions are always available and using a stable
version instead of relying on the PATH.

This will increase the inkscape closure by about 60MB,
which is quite a chunk, but perhaps not too bad on a
total of 1100MB.
2021-02-17 23:16:04 +01:00
Michael Weiss
2f467621b7
tev: Set TEV_DEPLOY=1 2021-02-16 14:46:25 +01:00
Michael Weiss
1159a79877
tev: 1.16 -> 1.17 2021-02-16 14:14:39 +01:00
R. RyanTM
c71513353c pdfcpu: 0.3.8 -> 0.3.9 2021-02-14 05:56:17 +00:00
Ron B
c48b1b3956
blockbench-electron: init at 3.7.5 2021-02-12 10:41:35 +02:00
R. RyanTM
4caf8b9d0c avocode: 4.11.1 -> 4.11.2 2021-02-12 03:24:53 +00:00
R. RyanTM
56565e3568 gthumb: 3.10.1 -> 3.10.2 2021-02-11 10:51:13 +01:00
Jan Tojnar
32d3da48bc
gimpPlugins: Fix pluginDerivation’s installPlugins
`installPlugins` command installed stuff into directories based on package name
but GIMP actually requires the plug-in executable to match the directory,
so the plug-ins could not be loaded.

efae55a73e

Let’s update `installPlugins` and also rename since the old broken usage had different semantics.

Scripts work the old way.
2021-02-11 02:22:23 +01:00
Jan Tojnar
7ec9410c6a
gimpPlugins.fourier: fix loading
Turns out there was a pre-compiled binary in the tarball,
which was installed instead of building our own binary.
That means RPATH was not set properly,
and the plug-in could not find libgimp.
2021-02-11 02:05:37 +01:00
Martin Weinelt
9e4ec27163
Merge pull request #112408 from flokli/brscan4-bump
brscan4: 0.4.8-1 -> 0.4.9-1
2021-02-08 18:18:00 +01:00
Florian Klink
c6ce4e1e6f brscan4: 0.4.8-1 -> 0.4.9-1
Brother removed their old .deb files from the server.

Also, properly set meta.platforms, and switch to pname + version
(#103997)
2021-02-08 16:32:36 +01:00
Bernardo Meurer
37ce4d56df
Merge pull request #112257 from r-ryantm/auto-update/darktable
darktable: 3.4.0 -> 3.4.1
2021-02-08 01:41:50 +00:00
Pavol Rusnak
2ae4459972
ipe: 7.2.13 -> 7.2.23 2021-02-07 19:58:32 +01:00
R. RyanTM
442a8644fe imagemagick7: 7.0.10-46 -> 7.0.10-61 2021-02-07 10:07:00 +00:00
R. RyanTM
47a7676eba darktable: 3.4.0 -> 3.4.1 2021-02-07 04:08:21 +00:00
R. RyanTM
ce0483d6c5 openscad: 2019.05 -> 2021.01 2021-02-05 08:52:51 +00:00
AndersonTorres
4661238e79 fig2dev: cosmetic rewriting 2021-02-03 08:48:31 -03:00
AndersonTorres
daecbd7b06 xfig: cosmetic rewriting 2021-02-03 01:07:15 -03:00
Sandro
d21b1b26a1
Merge pull request #111396 from twhitehead/ovito
ovito: init at 3.4.0
2021-02-02 00:38:43 +01:00
Tyson Whitehead
6873dc2341
ovito: init at 3.4.0 2021-02-01 11:43:16 -05:00
Ben Siraphob
9fdcac4b9b emulsion: remove unused xdg_utils input 2021-02-01 15:04:56 +07:00
Sandro
3ef8a645f9
Merge pull request #111287 from dotlambda/imagemagick6-6.9.11-57 2021-01-31 19:15:17 +01:00
Robert Schütz
21a2aebf31
Merge pull request #111327 from veprbl/pr/dia_CVE-2019-19451
dia: fix CVE-2019-19451
2021-01-31 08:22:21 +01:00
Ryan Mulligan
3bd2a6c3ab
Merge pull request #111144 from r-ryantm/auto-update/avocode
avocode: 4.11.0 -> 4.11.1
2021-01-30 15:51:29 -08:00
Justin Humm
ef5475235c glimpse: init at 0.2.0
Co-authored-by: Louis Bettens <louis@bettens.info>
Co-authored-by: ash lea <example@thisismyactual.email>
2021-01-30 20:41:57 +01:00
Robert Schütz
35f48cfd9d
Merge pull request #110207 from LeSuisse/graphicsmagick-1.3.36
graphicsmagick: 1.3.35 -> 1.3.36
2021-01-30 19:51:21 +01:00
Dmitry Kalinkin
cd463399ff
dia: fix CVE-2019-19451 2021-01-30 12:01:45 -05:00
Ryan Mulligan
9a8c5d4d8f
Merge pull request #110492 from r-ryantm/auto-update/lightburn
lightburn: 0.9.19 -> 0.9.20
2021-01-30 08:48:29 -08:00
R. RyanTM
699052ed8c inkscape: 1.0.1 -> 1.0.2 2021-01-30 17:32:51 +01:00
Robert Schütz
fd892478a1 imagemagick: 6.9.11-57 -> 6.9.11-60 2021-01-30 11:57:12 +01:00
ajs124
c41de40237 imagemagick: 6.9.11-29 -> 6.9.11-57 2021-01-30 11:51:15 +01:00
ajs124
da0d4925f5 imagemagick: drop broken MinGW support 2021-01-30 11:51:12 +01:00
Maximilian Bosch
526738a799
Merge pull request #110798 from lourkeur/update/oraclejdk8
oraclejdk8: 8u271 -> 8u281
2021-01-29 22:11:24 +01:00
R. RyanTM
8f0820c79d feh: 3.6.2 -> 3.6.3 2021-01-29 18:47:38 +00:00
Louis Bettens
91c6a4648e processing: fix build 2021-01-29 16:09:02 +01:00
R. RyanTM
bab4f71136 avocode: 4.11.0 -> 4.11.1 2021-01-29 10:48:40 +00:00
R. RyanTM
900be0239e batik: 1.13 -> 1.14 2021-01-29 08:21:01 +00:00
Ryan Mulligan
3bb3e042ee
Merge pull request #110497 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.23 -> 2.24
2021-01-27 07:33:21 -08:00
Sandro
2c9289dcd2
Merge pull request #110802 from fgaz/pikopixel/1.0-b10
pikopixel: 1.0-b9e -> 1.0-b10
2021-01-25 21:46:27 +01:00
Francesco Gazzetta
9ae9e1e2dc pikopixel: 1.0-b9e -> 1.0-b10 2021-01-25 19:05:13 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Bernardo Meurer
6556b1f69f
Merge pull request #110574 from talyz/krita-4.4.2
krita: 4.4.1 -> 4.4.2
2021-01-25 02:04:16 +00:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Pavol Rusnak
90f7338112
treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
talyz
923adfe5ca
krita: 4.4.1 -> 4.4.2
We can re-enable parallel building, since the bug causing intermittent
build issues is now fixed. See
https://bugs.kde.org/show_bug.cgi?id=431226 for more information.

Closes #35359.
2021-01-23 10:59:37 +01:00
Maximilian Bosch
7c0db07752
Merge pull request #110297 from bbigras/feh
feh: 3.6.1 -> 3.6.2
2021-01-22 22:18:26 +01:00
R. RyanTM
c3eeb88e53 mandelbulber: 2.23 -> 2.24 2021-01-22 15:08:40 +00:00
R. RyanTM
45a090be9a lightburn: 0.9.19 -> 0.9.20 2021-01-22 14:50:58 +00:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Sandro
d3a090c9a7
Merge pull request #110289 from bbigras/shotwell
shotwell: 0.31.2 -> 0.31.3
2021-01-21 18:52:53 +01:00
Sandro
96aa111884
Merge pull request #110282 from mingmingrr/master
pythonPackages.hydrus: 420 -> 426
2021-01-21 17:27:39 +01:00
Bruno Bigras
aa5405764b feh: 3.6.1 -> 3.6.2 2021-01-21 04:28:45 -05:00
Bruno Bigras
cd424d3453 shotwell: 0.31.2 -> 0.31.3 2021-01-21 03:54:47 -05:00
mingmingrr
3b0495ad34 pythonPackages.hydrus: 420 -> 426 2021-01-21 02:17:49 -05:00
Thomas Gerbet
7ab66f91a7 xfig: 3.2.7b1 -> 3.2.8 2021-01-20 22:29:43 +01:00
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