gimp/plug-ins/common/plugin-defs.pl

129 lines
5.1 KiB
Perl
Raw Normal View History

1999-06-23 08:59:00 +00:00
%plugins = (
'CEL' => { libdep => 'gtk' },
'CML_explorer' => { libdep => 'gtk' },
'aa' => { libdep => 'gtk', ui => 1, optional => 1 },
1999-06-23 08:59:00 +00:00
'align_layers' => { libdep => 'gtk' },
'animationplay' => { libdep => 'gtk' },
'animoptimize' => { libdep => 'glib' },
'apply_lens' => { libdep => 'gtk' },
'autocrop' => { libdep => 'glib' },
'autostretch_hsv' => { libdep => 'glib' },
'blinds' => { libdep => 'gtk' },
'blur' => { libdep => 'gtk', libsupp => 'gpc' },
'bumpmap' => { libdep => 'gtk', ui => 1 },
'bz2' => { libdep => 'glib' },
'c_astretch' => { libdep => 'glib' },
'checkerboard' => { libdep => 'gtk' },
1999-09-03 23:14:44 +00:00
'color_enhance' => { libdep => 'gtk', ui => 1 },
'colortoalpha' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'colorify' => { libdep => 'gtk' },
'compose' => { libdep => 'gtk', ui => 1 },
'convmatrix' => { libdep => 'gtk' },
'csource' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'cubism' => { libdep => 'gtk' },
add sample_colorize and curve_bend defs * plug-ins/common/plugin-defs.pl: add sample_colorize and curve_bend defs * libgimp/color_selector.h: minor consistency cleanup * libgimp/gimpchainbutton.[ch]: use new style gtk object helper macros * libgimp/gimpfileselection.c * libgimp/gimpmatrix.h: minor cleanup * libgimp/gimpintl.h: resync with gnome-i18n.h * libgimp/color_display.h * app/gimp.sym * app/gdisplay_color.[ch] * app/app_procs.c * app/gdisplay.h * app/image_render.c: color display transformation code. Still unfinished, so it's not activated yet. * app/buildmenu.h: remove unused defines (PULLDOWN, POPUP, OPTION) * app/colormaps.[ch] * app/image_render.c: remove vestigal dithering stuff * app/convolve.h * app/gimpdrawable.h * app/gimpimage.h * app/lut_funcs.h * app/paint_funcs.h * app/plug_in.h: enum nick changes from Marc * app/channel_ops.c * app/crop.c * app/gdisplay.c * app/gimpimage.[ch] * app/move.c: s/([A-Z]+)_GUIDE/ORIENTATION_$1/ * app/flip_tool.[ch] * app/shear_tool.[ch]: use ORIENTATION_* constants instead of our own * app/disp_callbacks.c: remove HORIZONTAL and VERTICAL #defines * app/general.h: enumified TOKEN_* symbols * app/lc_dialog.c * app/paint_funcs.c: remove unused variables * tools/pdbgen/lib.pl: autogen gimpenums.h (unfinished) * tools/pdbgen/stddefs.pdb: new std_orientation_enum, remove layer_mode shortcut since we've skipped it in app/ * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/brushes.pdb * tools/pdbgen/pdb/drawable.pdb * tools/pdbgen/pdb/gimage.pdb * tools/pdbgen/pdb/guides.pdb * tools/pdbgen/pdb/layer.pdb * tools/pdbgen/pdb/tools.pdb: reflect above enum changes, whitespace cleanups * tools/pdbgen/enums.pl * app/brush_select_cmds.c * app/brushes_cmds.c * app/color_cmds.c * app/drawable_cmds.c * app/gimage_cmds.c * app/layer_cmds.c * app/procedural_db_cmds.c * app/tools_cmds.c: reflect pdb and enum nick changes above -Yosh
1999-07-28 23:00:08 +00:00
'curve_bend' => { libdep => 'gtk' },
1999-06-23 08:59:00 +00:00
'decompose' => { libdep => 'gtk' },
'deinterlace' => { libdep => 'gtk', libsupp => 'megawidget' },
'depthmerge' => { libdep => 'gtk', ui => 1 },
'despeckle' => { libdep => 'gtk' },
'destripe' => { libdep => 'gtk' },
'diffraction' => { libdep => 'gtk' },
'displace' => { libdep => 'gtk', ui => 1 },
'edge' => { libdep => 'gtk' },
'emboss' => { libdep => 'gtk', libsupp => 'megawidget' },
'engrave' => { libdep => 'gtk' },
'exchange' => { libdep => 'gtk' },
'film' => { libdep => 'gtk' },
'flarefx' => { libdep => 'gtk' },
'fractaltrace' => { libdep => 'gtk' },
'gauss_iir' => { libdep => 'gtk' },
'gauss_rle' => { libdep => 'gtk' },
'gbr' => { libdep => 'gtk', ui => 1 },
'gpb' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'gee' => { libdep => 'gtk' },
1999-10-09 19:06:14 +00:00
'gicon' => { libdep => 'gtk', ui => 1 },
'gif' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'gifload' => { libdep => 'gtk' },
'glasstile' => { libdep => 'gtk' },
'gqbist' => { libdep => 'gtk' },
'gradmap' => { libdep => 'glib' },
1999-08-24 18:36:38 +00:00
'grid' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'gtm' => { libdep => 'gtk' },
'guillotine' => { libdep => 'glib' },
'gz' => { libdep => 'glib' },
1999-10-09 19:06:14 +00:00
'header' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'hot' => { libdep => 'gtk', libsupp => 'megawidget' },
1999-10-09 19:06:14 +00:00
'hrz' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'illusion' => { libdep => 'gtk' },
'iwarp' => { libdep => 'gtk' },
'jigsaw' => { libdep => 'gtk' },
'jpeg' => { libdep => 'gtk', ui => 1, optional => 1 },
1999-06-23 08:59:00 +00:00
'laplace' => { libdep => 'glib' },
'lic' => { libdep => 'gtk', ui => 1 },
'mail' => { libdep => 'gtk' },
'mapcolor' => { libdep => 'gtk' },
'max_rgb' => { libdep => 'gtk' },
'mblur' => { libdep => 'gtk' },
'mpeg' => { libdep => 'gtk', optional => 1 },
'newsprint' => { libdep => 'gtk' },
'nlfilt' => { libdep => 'gtk', libsupp => 'megawidget' },
'noisify' => { libdep => 'gtk' },
'normalize' => { libdep => 'glib' },
'nova' => { libdep => 'gtk' },
'oilify' => { libdep => 'gtk' },
'papertile' => { libdep => 'gtk' },
1999-10-09 19:06:14 +00:00
'pat' => { libdep => 'gtk', ui => 1 },
'pcx' => { libdep => 'gtk', ui => 1 },
'pix' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'pixelize' => { libdep => 'gtk' },
'plasma' => { libdep => 'gtk' },
'plugindetails' => { libdep => 'gtk' },
'png' => { libdep => 'gtk', ui => 1, optional => 1 },
1999-10-14 02:11:52 +00:00
'pnm' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'polar' => { libdep => 'gtk' },
'ps' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'psd' => { libdep => 'glib' },
'psp' => { libdep => 'gtk', ui => 1, optional => 1, libopt => 'z' },
1999-06-23 08:59:00 +00:00
'randomize' => { libdep => 'gtk', libsupp => 'gpc' },
'ripple' => { libdep => 'gtk' },
'rotate' => { libdep => 'glib' },
add sample_colorize and curve_bend defs * plug-ins/common/plugin-defs.pl: add sample_colorize and curve_bend defs * libgimp/color_selector.h: minor consistency cleanup * libgimp/gimpchainbutton.[ch]: use new style gtk object helper macros * libgimp/gimpfileselection.c * libgimp/gimpmatrix.h: minor cleanup * libgimp/gimpintl.h: resync with gnome-i18n.h * libgimp/color_display.h * app/gimp.sym * app/gdisplay_color.[ch] * app/app_procs.c * app/gdisplay.h * app/image_render.c: color display transformation code. Still unfinished, so it's not activated yet. * app/buildmenu.h: remove unused defines (PULLDOWN, POPUP, OPTION) * app/colormaps.[ch] * app/image_render.c: remove vestigal dithering stuff * app/convolve.h * app/gimpdrawable.h * app/gimpimage.h * app/lut_funcs.h * app/paint_funcs.h * app/plug_in.h: enum nick changes from Marc * app/channel_ops.c * app/crop.c * app/gdisplay.c * app/gimpimage.[ch] * app/move.c: s/([A-Z]+)_GUIDE/ORIENTATION_$1/ * app/flip_tool.[ch] * app/shear_tool.[ch]: use ORIENTATION_* constants instead of our own * app/disp_callbacks.c: remove HORIZONTAL and VERTICAL #defines * app/general.h: enumified TOKEN_* symbols * app/lc_dialog.c * app/paint_funcs.c: remove unused variables * tools/pdbgen/lib.pl: autogen gimpenums.h (unfinished) * tools/pdbgen/stddefs.pdb: new std_orientation_enum, remove layer_mode shortcut since we've skipped it in app/ * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/brushes.pdb * tools/pdbgen/pdb/drawable.pdb * tools/pdbgen/pdb/gimage.pdb * tools/pdbgen/pdb/guides.pdb * tools/pdbgen/pdb/layer.pdb * tools/pdbgen/pdb/tools.pdb: reflect above enum changes, whitespace cleanups * tools/pdbgen/enums.pl * app/brush_select_cmds.c * app/brushes_cmds.c * app/color_cmds.c * app/drawable_cmds.c * app/gimage_cmds.c * app/layer_cmds.c * app/procedural_db_cmds.c * app/tools_cmds.c: reflect pdb and enum nick changes above -Yosh
1999-07-28 23:00:08 +00:00
'sample_colorize' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'scatter_hsv' => { libdep => 'gtk' },
'screenshot' => { libdep => 'gtk' },
1999-09-06 21:38:35 +00:00
'sel_gauss' => { libdep => 'gtk' },
1999-06-23 08:59:00 +00:00
'semiflatten' => { libdep => 'glib' },
'sharpen' => { libdep => 'gtk' },
'shift' => { libdep => 'gtk' },
'smooth_palette' => { libdep => 'gtk' },
'snoise' => { libdep => 'gtk' },
'sobel' => { libdep => 'gtk' },
'sparkle' => { libdep => 'gtk' },
'spheredesigner' => { libdep => 'gtk' },
1999-06-23 08:59:00 +00:00
'spread' => { libdep => 'gtk' },
1999-10-14 02:11:52 +00:00
'sunras' => { libdep => 'gtk', ui => 1 },
1999-10-03 23:48:33 +00:00
'tga' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'threshold_alpha' => { libdep => 'gtk' },
'tiff' => { libdep => 'gtk', ui => 1, optional => 1 },
1999-06-23 08:59:00 +00:00
'tile' => { libdep => 'gtk' },
'tileit' => { libdep => 'gtk' },
'tiler' => { libdep => 'glib' },
'url' => { libdep => 'glib' },
'video' => { libdep => 'gtk' },
'vinvert' => { libdep => 'glib' },
'vpropagate' => { libdep => 'gtk' },
1999-09-03 23:14:44 +00:00
'warp' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'waves' => { libdep => 'gtk', libsupp => 'megawidget' },
'whirlpinch' => { libdep => 'gtk' },
'wind' => { libdep => 'gtk' },
'wmf' => { libdep => 'gtk' },
1999-10-14 02:11:52 +00:00
'xbm' => { libdep => 'gtk', ui => 1 },
1999-10-03 23:48:33 +00:00
'xpm' => { libdep => 'gtk', ui => 1, optional => 1 },
1999-10-14 02:11:52 +00:00
'xwd' => { libdep => 'gtk', ui => 1 },
1999-06-23 08:59:00 +00:00
'zealouscrop' => { libdep => 'glib' }
);
@extra = qw(
winclipboard.c
winprint.c
);