Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmic & gmic-qt: update & clean-up #68257

Merged
merged 6 commits into from Sep 9, 2019
Merged

gmic & gmic-qt: update & clean-up #68257

merged 6 commits into from Sep 9, 2019

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Sep 7, 2019

Motivation for this change

Previously, we had gmic package that contained a gimpPlugin output with GTK plug-in for GIMP. That plug-in was dropped upstream, in favour of multiple Qt plug-ins inside of gmic-qt. We already had an older version of gmic-qt packaged for Krita, so I generalized it. I updated both packages and cleaned them up significantly.

Initially, I wanted to link gmic-qt against the packaged gmic library but the convoluted build system just does not like it. gmic headers point to ./CImg.h, which is not there, gmic-qt expects cpp files from gmic in ../src

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
    • gmic-qt (standalone) runs and at least some filters work
    • gmic-qt-gimp is loaded and at least some filters work
    • gmic-qt-krita is loaded and at least some filters work
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @AndersonTorres (cimg), @rycee (gmic), @nek0 (gmic-qt)

@jtojnar

This comment has been minimized.

@jtojnar
Copy link
Contributor Author

jtojnar commented Sep 7, 2019

Verified that the GIMP plug-in works.

@risicle
Copy link
Contributor

risicle commented Sep 8, 2019

nix-review builds ok on macos 10.13, but most of the packages here are marked broken anyway. (cimg and phash are the only packages built). So I guess that's ok.

@jtojnar jtojnar closed this Sep 8, 2019
@jtojnar jtojnar deleted the gmic branch September 8, 2019 18:49
@jtojnar jtojnar restored the gmic branch September 8, 2019 18:49
@jtojnar jtojnar reopened this Sep 8, 2019
@jtojnar jtojnar merged commit b27da0d into NixOS:master Sep 9, 2019
@jtojnar jtojnar deleted the gmic branch September 9, 2019 23:21
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Sep 18, 2019
gmic & gmic-qt: update & clean-up

(cherry picked from commit b27da0d)
@jtojnar jtojnar mentioned this pull request Oct 31, 2019
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants