Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 794c91976569
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3df93dbe0e4a
Choose a head ref
  • 14 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 3, 2019

  1. Copy the full SHA
    a881d11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fdd6153 View commit details
    Browse the repository at this point in the history
  3. poly2tri-c: init at 0.1.0

    jtojnar committed Nov 3, 2019
    Copy the full SHA
    148eae4 View commit details
    Browse the repository at this point in the history
  4. 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?)
    jtojnar committed Nov 3, 2019
    Copy the full SHA
    258f6f4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c75c6b5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    43c3f47 View commit details
    Browse the repository at this point in the history
  7. gimp-with-plugins: fix installing custom scripts

    script-fu (Scheme) scripts are not actually loaded from $GIMP2_PLUGINDIR (lib/gimp/2.10) but $GIMP_DATADIR (share/gimp/2.10).
    jtojnar committed Nov 3, 2019
    Copy the full SHA
    ae21a2b View commit details
    Browse the repository at this point in the history
  8. gimp-with-plugins: install plug-ins into subdirs

    GIMP 3 will require all plugins to be installed into their own subdirectories, so let’s just do that now.
    jtojnar committed Nov 3, 2019
    Copy the full SHA
    8da26cc View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a73ad44 View commit details
    Browse the repository at this point in the history
  10. gimpPlugins.gap: fix build

    jtojnar committed Nov 3, 2019
    Copy the full SHA
    46818a5 View commit details
    Browse the repository at this point in the history
  11. gimp-with-plugins: pass all script attributes

    to the pluginDerivation
    jtojnar committed Nov 3, 2019
    Copy the full SHA
    e93c38f View commit details
    Browse the repository at this point in the history
  12. gimpPlugin.exposureBlend: mark as broken

    It produces an error:
    
    	GIMP-Error: Calling error for procedure 'gimp-image-get-active-layer':
    	Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
    
    	(script-fu:25123): GLib-WARNING **: 12:41:03.500: (../glib/gerror.c:416):g_error_new_valist: runtime check failed: (domain != 0)
    	script-fu-Warning: Error while loading /nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm:
    
    	Error: (/nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm : 627) Procedure execution of gimp-image-get-active-layer failed on invalid input arguments: Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
    jtojnar committed Nov 3, 2019
    Copy the full SHA
    f3a8147 View commit details
    Browse the repository at this point in the history
  13. gegl: fix darwin build

        ../gegl/opencl/cl_gl.h:37:10: fatal error: 'OpenGL/CGLDevice.h' file not found
        #include <OpenGL/CGLDevice.h>
    LnL7 committed Nov 3, 2019
    Copy the full SHA
    80a5dd7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #72386 from jtojnar/gimp-2.10.14

    gimp: 2.10.12 → 2.10.14
    jtojnar committed Nov 3, 2019
    Copy the full SHA
    3df93db View commit details
    Browse the repository at this point in the history