plug-ins: port file-sunras to GimpPlugIn and libgimp objects

This commit is contained in:
Michael Natterer 2019-08-25 15:12:48 +02:00
parent 24af759483
commit bc1e611bf0
3 changed files with 405 additions and 383 deletions

View File

@ -1059,8 +1059,6 @@ file_raw_data_LDADD = \
$(INTLLIBS) \
$(file_raw_data_RC)
file_sunras_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
file_sunras_SOURCES = \
file-sunras.c

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
'file-ps' => { ui => 1, gegl => 1, optional => 1, libs => 'GS_LIBS' },
'file-psp' => { ui => 1, gegl => 1, libs => 'Z_LIBS' },
'file-raw-data' => { ui => 1, gegl => 1 },
'file-sunras' => { ui => 1, gegl => 1, old_api => 1 },
'file-sunras' => { ui => 1, gegl => 1 },
'file-svg' => { ui => 1, gegl => 1, libs => 'SVG_LIBS', cflags => 'SVG_CFLAGS' },
'file-tga' => { ui => 1, gegl => 1 },
'file-wmf' => { ui => 1, gegl => 1, optional => 1, libs => 'WMF_LIBS', cflags => 'WMF_CFLAGS' },