plug-ins: port warp to GEGL, stupid 8-bit port only

And put it back in the menus, it's just too weird not to have.

(cherry picked from commit d944a7b9a4)
This commit is contained in:
Michael Natterer
2019-07-19 13:10:42 +02:00
parent c6ea2760b5
commit c923f24357
3 changed files with 455 additions and 355 deletions

View File

@ -1808,6 +1808,7 @@ warp_LDADD = \
$(libgimpcolor) \ $(libgimpcolor) \
$(libgimpbase) \ $(libgimpbase) \
$(GTK_LIBS) \ $(GTK_LIBS) \
$(GEGL_LIBS) \
$(RT_LIBS) \ $(RT_LIBS) \
$(INTLLIBS) \ $(INTLLIBS) \
$(warp_RC) $(warp_RC)

View File

@ -85,7 +85,7 @@
'tile-small' => { ui => 1, gegl => 1 }, 'tile-small' => { ui => 1, gegl => 1 },
'unit-editor' => { ui => 1 }, 'unit-editor' => { ui => 1 },
'van-gogh-lic' => { ui => 1, gegl => 1 }, 'van-gogh-lic' => { ui => 1, gegl => 1 },
'warp' => { ui => 1 }, 'warp' => { ui => 1, gegl => 1 },
'wavelet-decompose' => { ui => 1, gegl => 1 }, 'wavelet-decompose' => { ui => 1, gegl => 1 },
'web-browser' => { ui => 1, ldflags => '$(framework_cocoa)', cppflags => '$(AM_CPPFLAGS) $(xobjective_c)' }, 'web-browser' => { ui => 1, ldflags => '$(framework_cocoa)', cppflags => '$(AM_CPPFLAGS) $(xobjective_c)' },
'web-page' => { ui => 1, optional => 1, libs => 'WEBKIT_LIBS', cflags => 'WEBKIT_CFLAGS' } 'web-page' => { ui => 1, optional => 1, libs => 'WEBKIT_LIBS', cflags => 'WEBKIT_CFLAGS' }

File diff suppressed because it is too large Load Diff