Commit graph

80 commits

Author SHA1 Message Date
Pavol Rusnak 4cea628efb
gegl: drop the old 0.2 version, make gegl 0.4 default 2021-07-03 14:31:52 +02:00
Jan Tojnar 9c15c51d9a
gegl_0_4: 0.4.28 → 0.4.30
Fixes build with GLib 2.68
2021-05-05 22:42:55 +02:00
Jan Tojnar f63098a9c5
gegl_0_4: 0.4.26 → 0.4.28
NEWS: 91ace25393
Changes: https://gitlab.gnome.org/GNOME/gegl/-/compare/GEGL_0_4_26...GEGL_0_4_28

- New dependency maxflow.
- dot path has been briefly hardcoded added (5ac40e3c3f) but then it was switched back to finding it on PATH (1f50456de5). Given that it is optional dependency only needed for debugging and graphviz is big, I have decided not to hardcode it in a patch.
2021-03-15 23:08:40 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
AndersonTorres 852d2a3af9 gegl: update URL to HTTPS 2020-10-26 01:21:00 -03:00
WORLDofPEACE 6f35dac541 gegl_0_4: make vapi dependencies explicit 2020-09-29 15:38:17 -04:00
R. RyanTM 7fda64b4d7 gegl_0_4: 0.4.24 -> 0.4.26 2020-08-14 12:30:40 +02:00
adisbladis 5a534325b4
gegl: 0.4.22 -> 0.4.24 2020-06-11 20:45:06 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Jan Tojnar a2bdcd794b
gegl_0_4: try to fix tests timing out 2020-04-22 23:01:31 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar abacc68138
gegl_0_4: 0.4.20 → 0.4.22
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_22/docs/NEWS.txt#L1-9
2020-02-21 12:27:51 +01:00
Victor multun Collod 7f311beb43 gegl: enable umfpack support
Fixes #79836
2020-02-11 16:02:22 +01:00
Jan Tojnar ee9d4c521d
gegl_0_4: 0.4.18 → 0.4.20
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_20/docs/NEWS.txt#L1-36
2020-01-22 12:23:42 +01:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Bernardo Meurer af292657cd
gegl: remove flaky test
c.f. https://gitlab.gnome.org/GNOME/gegl/issues/215
2020-01-02 15:19:23 -08:00
Maximilian Bosch 81ffabdf4f
treewide: use flat lists for *Inputs, fix env usage 2019-12-31 01:13:55 +01:00
worldofpeace ff15346fe3 gegl_0_4: add patch for test timeouts
This has failed at the checkPhase many times
on hydra due to a timeout in a particular testcase.
I'm unable to identify which testcase it is within the
source from the output, but I usually place winning
bets on debian patches.
2019-12-16 12:21:29 -05:00
Dima c9841eda43 gegl_0_4: disabling jasper, fixing build
Jasper has been recently marked as insecure and removed from a bunch
of places due to some known vulnerabilities and upstream not moving
forward. This was done in https://github.com/NixOS/nixpkgs/pull/73586

This prevents gegl_0_4 from building, as jasper is a runtime dependency
per default. There is an upstream issue for that, but it does not seem
to have made progress yet: https://gitlab.gnome.org/GNOME/gegl/issues/35
2019-12-01 17:21:05 +01:00
Daiderd Jordan 80a5dd7f02
gegl: fix darwin build
../gegl/opencl/cl_gl.h:37:10: fatal error: 'OpenGL/CGLDevice.h' file not found
    #include <OpenGL/CGLDevice.h>
2019-11-03 18:59:24 +01:00
Jan Tojnar 258f6f4437
gegl_0_4: 0.4.16 → 0.4.18
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_18/docs/NEWS.txt#L1-123

Ported to Meson, which means ton of extra dependencies used by default.
Though the closure size effect appears to be minimal: 88.9M → 92.9M

Also drop GTK dependency, since it is not needed any more (was it ever?)
2019-11-03 14:43:09 +01:00
Jan Tojnar ba2a16ffa2
gegl_0_3: drop 2019-08-26 14:28:42 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM 0ff5e227af gegl_0_4: 0.4.14 -> 0.4.16 (#61292)
* gegl_0_4: 0.4.14 -> 0.4.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions

* gegl_0_4: drop Darwin patches
They were merged upstream and shipped with v0.4.16
2019-05-15 21:46:29 +02:00
Jan Tojnar 1fffbf8ae7
gegl_0_4: 0.4.12 → 0.4.14
Upgrade, clean up and remove intltool, which is not used since 0.3.22.
2019-04-09 16:04:57 +02:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
R. RyanTM 5e26455254 gegl_0_4: 0.4.8 -> 0.4.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions
2018-11-09 19:35:37 -08:00
Jan Tojnar 2ba51acaeb
gegl_0_4: 0.4.6 → 0.4.8 2018-08-20 15:52:28 +02:00
Vladimír Čunát 209730208a
Merge branch 'staging-next' 2018-08-17 20:51:31 +02:00
R. RyanTM 8248ad3929 gegl_0_4: 0.4.4 -> 0.4.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions.
2018-08-17 02:42:24 -07:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
adisbladis 5abd5fc42c
gegl_0_4: 0.4.2 -> 0.4.4 2018-07-05 19:18:24 +08:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Vladimír Čunát 392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
Jan Tojnar 2ffff13c8d
gegl_0_4: 0.4.0 → 0.4.2 2018-05-19 17:34:08 +02:00
Matthew Justin Bauer eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Jan Tojnar 0e1147d137
Merge pull request #37915 from jtojnar/gimp-2.10
GIMP 2.10
2018-04-29 15:12:27 +02:00
Jan Tojnar 3ebb162d90
gegl_0_4: init at 0.4.0 2018-04-28 04:08:49 +02:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
R. RyanTM c6e575cd5b gegl_0_3: 0.3.30 -> 0.3.34 (#39241)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gegl/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/2w7m19f387zkwhxbv6k2p8nrrlwqimpn-gegl-0.3.34/bin/gegl -h’ got 0 exit code
- ran ‘/nix/store/2w7m19f387zkwhxbv6k2p8nrrlwqimpn-gegl-0.3.34/bin/gegl --help’ got 0 exit code
- found 0.3.34 with grep in /nix/store/2w7m19f387zkwhxbv6k2p8nrrlwqimpn-gegl-0.3.34
- directory tree listing: https://gist.github.com/96c792a5cd60943effce7884fc50cc3a
2018-04-22 00:15:12 +02:00
Shea Levy 05e375d710
Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00
Ryan Mulligan 7d45fff670
gegl_0_3: 0.3.28 -> 0.3.30
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/gegl/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30/bin/gegl -h` got 0 exit code
- ran `/nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30/bin/gegl --help` got 0 exit code
- ran `/nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30/bin/gegl -V` and found version 0.3.30
- ran `/nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30/bin/gegl --version` and found version 0.3.30
- ran `/nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30/bin/gegl -h` and found version 0.3.30
- ran `/nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30/bin/gegl --help` and found version 0.3.30
- found 0.3.30 with grep in /nix/store/fn6gs9ss2l0qpxyg3w5y76bx4wlgr9q6-gegl-0.3.30
- directory tree listing: https://gist.github.com/d252f515654f002ddf4d8f3301559e56
2018-03-27 14:22:34 +02:00
Matthew Bauer ed2a9cf65f treewide: remove libintl hacks 2018-03-22 16:50:11 -05:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jan Tojnar e621f17274
gegl_0_3: loosen platforms 2018-02-01 23:58:02 +01:00
Jan Tojnar 27ac1bfaf9
gegl_0_3: 0.3.26 → 0.3.28 2018-02-01 23:57:49 +01:00
Jan Tojnar 3ea18511dc
gegl_3_0: propagate dependencies needed by pkgconfig 2017-12-23 05:38:07 +01:00
Jan Tojnar e9ead48949
gegl_0_3: 0.3.24 → 0.3.26 2017-12-17 06:33:29 +01:00