plug-ins: port file-sunras to GEGL, and globally apply some coding style

This commit is contained in:
Michael Natterer 2014-01-01 22:28:08 +01:00
parent 09c8e0cd78
commit 938d8921e8
3 changed files with 396 additions and 275 deletions

View File

@ -1279,6 +1279,7 @@ file_sunras_LDADD = \
$(libgimpcolor) \
$(libgimpbase) \
$(GTK_LIBS) \
$(GEGL_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(file_sunras_RC)

File diff suppressed because it is too large Load Diff

View File

@ -60,7 +60,7 @@
'file-ps' => { ui => 1, gegl => 1, optional => 1, libs => 'GS_LIBS' },
'file-psp' => { ui => 1, gegl => 1, optional => 1, libs => 'Z_LIBS' },
'file-raw-data' => { ui => 1, gegl => 1 },
'file-sunras' => { ui => 1 },
'file-sunras' => { ui => 1, gegl => 1 },
'file-svg' => { ui => 1, optional => 1, libs => 'SVG_LIBS', cflags => 'SVG_CFLAGS' },
'file-tga' => { ui => 1, gegl => 1 },
'file-tiff-load' => { ui => 1, gegl => 1, optional => 1, libs => 'TIFF_LIBS' },