From bfa8547a938843102e11388bba15ad8de10877c4 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 24 Mar 2008 15:29:55 +0000 Subject: [PATCH] Renamed tons of plug-ins to make more sense and to be consistent: 2008-03-24 Michael Natterer Renamed tons of plug-ins to make more sense and to be consistent: * plug-ins/common/AlienMap2.c -> alien-map.c * plug-ins/common/CEL.c -> cel.c * plug-ins/common/CML_explorer.c -> cml-explorer.c * plug-ins/common/align_layers.c -> align-layers.c * plug-ins/common/animationplay.c -> animation-play.c * plug-ins/common/animoptimize.c -> animation-optimize.c * plug-ins/common/apply_lens.c -> lens-apply.c * plug-ins/common/autocrop.c -> crop-auto.c * plug-ins/common/autostretch_hsv.c -> contrast-stretch-hsv.c * plug-ins/common/borderaverage.c -> border-average.c * plug-ins/common/bumpmap.c -> bump-map.c * plug-ins/common/c_astretch.c -> contrast-stretch.c * plug-ins/common/ccanalyze.c -> color-cube-analyze.c * plug-ins/common/channel_mixer.c -> channel-mixer.c * plug-ins/common/color_enhance.c -> color-enhance.c * plug-ins/common/colortoalpha.c -> color-to-alpha.c * plug-ins/common/convmatrix.c -> convolution-matrix.c * plug-ins/common/curve_bend.c -> curve-bend.c * plug-ins/common/depthmerge.c -> depth-merge.c * plug-ins/common/dog.c -> edge-dog.c * plug-ins/common/exchange.c -> color-exchange.c * plug-ins/common/flarefx.c -> lens-flare.c * plug-ins/common/fp.c -> filter-pack.c * plug-ins/common/fractaltrace.c -> fractal-trace.c * plug-ins/common/gauss.c -> blur-gauss.c * plug-ins/common/gee_zoom.c -> gee-zoom.c * plug-ins/common/glasstile.c -> tile-glass.c * plug-ins/common/gqbist.c -> qbist.c * plug-ins/common/gradmap.c -> gradient-map.c * plug-ins/common/laplace.c -> edge-laplace.c * plug-ins/common/lens.c -> lens-distortion.c * plug-ins/common/lic.c -> van-gogh-lic.c * plug-ins/common/max_rgb.c -> max-rgb.c * plug-ins/common/mblur.c -> blur-motion.c * plug-ins/common/nlfilt.c -> nl-filter.c * plug-ins/common/noisify.c -> noise-rgb.c * plug-ins/common/normalize.c -> contrast-normalize.c * plug-ins/common/papertile.c -> tile-paper.c * plug-ins/common/polar.c -> polar-coords.c * plug-ins/common/randomize.c -> noise-randomize.c * plug-ins/common/redeye.c -> red-eye-removal.c * plug-ins/common/retinex.c -> contrast-retinex.c * plug-ins/common/sample_colorize.c -> sample-colorize.c * plug-ins/common/scatter_hsv.c -> noise-hsv.c * plug-ins/common/sel_gauss.c -> blur-gauss-selective.c * plug-ins/common/semiflatten.c -> semi-flatten.c * plug-ins/common/smooth_palette.c -> smooth-palette.c * plug-ins/common/snoise.c -> noise-solid.c * plug-ins/common/sobel.c -> edge-sobel.c * plug-ins/common/spheredesigner.c -> sphere-designer.c * plug-ins/common/spread.c -> noise-spread.c * plug-ins/common/struc.c -> apply-canvas.c * plug-ins/common/threshold_alpha.c -> threshold-alpha.c * plug-ins/common/tileit.c -> tile-small.c * plug-ins/common/tiler.c -> tile-seamless.c * plug-ins/common/uniteditor.c -> unit-editor.c * plug-ins/common/unsharp.c -> unsharp-mask.c * plug-ins/common/vinvert.c -> value-invert.c * plug-ins/common/vpropagate.c -> value-propagate.c * plug-ins/common/webbrowser.c -> web-browser.c * plug-ins/common/whirlpinch.c -> whirl-pinch.c * plug-ins/common/zealouscrop.c -> crop-zealous.c * plug-ins/common/plugin-defs.pl: changed accordingly. * plug-ins/common/Makefile.am: regenerated. svn path=/trunk/; revision=25192 --- ChangeLog | 71 ++ plug-ins/common/Makefile.am | 1090 ++++++++--------- plug-ins/common/{AlienMap2.c => alien-map.c} | 2 +- .../common/{align_layers.c => align-layers.c} | 2 +- .../{animoptimize.c => animation-optimize.c} | 0 .../{animationplay.c => animation-play.c} | 2 +- plug-ins/common/{struc.c => apply-canvas.c} | 2 +- .../{sel_gauss.c => blur-gauss-selective.c} | 2 +- plug-ins/common/{gauss.c => blur-gauss.c} | 2 +- plug-ins/common/{mblur.c => blur-motion.c} | 2 +- .../{borderaverage.c => border-average.c} | 2 +- plug-ins/common/{bumpmap.c => bump-map.c} | 0 plug-ins/common/{CEL.c => cel.c} | 2 +- .../{channel_mixer.c => channel-mixer.c} | 2 +- .../common/{CML_explorer.c => cml-explorer.c} | 2 +- .../{ccanalyze.c => color-cube-analyze.c} | 2 +- .../{color_enhance.c => color-enhance.c} | 0 .../common/{exchange.c => color-exchange.c} | 2 +- .../{colortoalpha.c => color-to-alpha.c} | 2 +- .../{normalize.c => contrast-normalize.c} | 0 .../common/{retinex.c => contrast-retinex.c} | 2 +- ...tostretch_hsv.c => contrast-stretch-hsv.c} | 0 .../{c_astretch.c => contrast-stretch.c} | 0 .../{convmatrix.c => convolution-matrix.c} | 2 +- plug-ins/common/{autocrop.c => crop-auto.c} | 0 .../common/{zealouscrop.c => crop-zealous.c} | 0 .../common/{curve_bend.c => curve-bend.c} | 2 +- .../common/{depthmerge.c => depth-merge.c} | 0 plug-ins/common/{dog.c => edge-dog.c} | 2 +- plug-ins/common/{laplace.c => edge-laplace.c} | 2 +- plug-ins/common/{sobel.c => edge-sobel.c} | 2 +- plug-ins/common/{fp.c => filter-pack.c} | 2 +- .../{fractaltrace.c => fractal-trace.c} | 2 +- plug-ins/common/{gee_zoom.c => gee-zoom.c} | 2 +- plug-ins/common/{gradmap.c => gradient-map.c} | 2 +- .../common/{apply_lens.c => lens-apply.c} | 2 +- plug-ins/common/{lens.c => lens-distortion.c} | 2 +- plug-ins/common/{flarefx.c => lens-flare.c} | 0 plug-ins/common/{max_rgb.c => max-rgb.c} | 2 +- plug-ins/common/{nlfilt.c => nl-filter.c} | 2 +- .../common/{scatter_hsv.c => noise-hsv.c} | 2 +- .../common/{randomize.c => noise-randomize.c} | 2 +- plug-ins/common/{noisify.c => noise-rgb.c} | 2 +- plug-ins/common/{snoise.c => noise-solid.c} | 2 +- plug-ins/common/{spread.c => noise-spread.c} | 2 +- plug-ins/common/plugin-defs.pl | 126 +- plug-ins/common/{polar.c => polar-coords.c} | 2 +- plug-ins/common/{gqbist.c => qbist.c} | 2 +- .../common/{redeye.c => red-eye-removal.c} | 2 +- .../{sample_colorize.c => sample-colorize.c} | 2 +- .../common/{semiflatten.c => semi-flatten.c} | 0 .../{smooth_palette.c => smooth-palette.c} | 2 +- .../{spheredesigner.c => sphere-designer.c} | 2 +- .../{threshold_alpha.c => threshold-alpha.c} | 2 +- plug-ins/common/{glasstile.c => tile-glass.c} | 2 +- plug-ins/common/{papertile.c => tile-paper.c} | 2 +- plug-ins/common/{tiler.c => tile-seamless.c} | 0 plug-ins/common/{tileit.c => tile-small.c} | 2 +- .../common/{uniteditor.c => unit-editor.c} | 2 +- plug-ins/common/{unsharp.c => unsharp-mask.c} | 2 +- plug-ins/common/{vinvert.c => value-invert.c} | 0 .../{vpropagate.c => value-propagate.c} | 2 +- plug-ins/common/{lic.c => van-gogh-lic.c} | 2 +- .../common/{webbrowser.c => web-browser.c} | 0 .../common/{whirlpinch.c => whirl-pinch.c} | 2 +- 65 files changed, 727 insertions(+), 656 deletions(-) rename plug-ins/common/{AlienMap2.c => alien-map.c} (99%) rename plug-ins/common/{align_layers.c => align-layers.c} (99%) rename plug-ins/common/{animoptimize.c => animation-optimize.c} (100%) rename plug-ins/common/{animationplay.c => animation-play.c} (99%) rename plug-ins/common/{struc.c => apply-canvas.c} (99%) rename plug-ins/common/{sel_gauss.c => blur-gauss-selective.c} (99%) rename plug-ins/common/{gauss.c => blur-gauss.c} (99%) rename plug-ins/common/{mblur.c => blur-motion.c} (99%) rename plug-ins/common/{borderaverage.c => border-average.c} (99%) rename plug-ins/common/{bumpmap.c => bump-map.c} (100%) rename plug-ins/common/{CEL.c => cel.c} (99%) rename plug-ins/common/{channel_mixer.c => channel-mixer.c} (99%) rename plug-ins/common/{CML_explorer.c => cml-explorer.c} (99%) rename plug-ins/common/{ccanalyze.c => color-cube-analyze.c} (99%) rename plug-ins/common/{color_enhance.c => color-enhance.c} (100%) rename plug-ins/common/{exchange.c => color-exchange.c} (99%) rename plug-ins/common/{colortoalpha.c => color-to-alpha.c} (99%) rename plug-ins/common/{normalize.c => contrast-normalize.c} (100%) rename plug-ins/common/{retinex.c => contrast-retinex.c} (99%) rename plug-ins/common/{autostretch_hsv.c => contrast-stretch-hsv.c} (100%) rename plug-ins/common/{c_astretch.c => contrast-stretch.c} (100%) rename plug-ins/common/{convmatrix.c => convolution-matrix.c} (99%) rename plug-ins/common/{autocrop.c => crop-auto.c} (100%) rename plug-ins/common/{zealouscrop.c => crop-zealous.c} (100%) rename plug-ins/common/{curve_bend.c => curve-bend.c} (99%) rename plug-ins/common/{depthmerge.c => depth-merge.c} (100%) rename plug-ins/common/{dog.c => edge-dog.c} (99%) rename plug-ins/common/{laplace.c => edge-laplace.c} (99%) rename plug-ins/common/{sobel.c => edge-sobel.c} (99%) rename plug-ins/common/{fp.c => filter-pack.c} (99%) rename plug-ins/common/{fractaltrace.c => fractal-trace.c} (99%) rename plug-ins/common/{gee_zoom.c => gee-zoom.c} (99%) rename plug-ins/common/{gradmap.c => gradient-map.c} (99%) rename plug-ins/common/{apply_lens.c => lens-apply.c} (99%) rename plug-ins/common/{lens.c => lens-distortion.c} (99%) rename plug-ins/common/{flarefx.c => lens-flare.c} (100%) rename plug-ins/common/{max_rgb.c => max-rgb.c} (99%) rename plug-ins/common/{nlfilt.c => nl-filter.c} (99%) rename plug-ins/common/{scatter_hsv.c => noise-hsv.c} (99%) rename plug-ins/common/{randomize.c => noise-randomize.c} (99%) rename plug-ins/common/{noisify.c => noise-rgb.c} (99%) rename plug-ins/common/{snoise.c => noise-solid.c} (99%) rename plug-ins/common/{spread.c => noise-spread.c} (99%) rename plug-ins/common/{polar.c => polar-coords.c} (99%) rename plug-ins/common/{gqbist.c => qbist.c} (99%) rename plug-ins/common/{redeye.c => red-eye-removal.c} (99%) rename plug-ins/common/{sample_colorize.c => sample-colorize.c} (99%) rename plug-ins/common/{semiflatten.c => semi-flatten.c} (100%) rename plug-ins/common/{smooth_palette.c => smooth-palette.c} (99%) rename plug-ins/common/{spheredesigner.c => sphere-designer.c} (99%) rename plug-ins/common/{threshold_alpha.c => threshold-alpha.c} (99%) rename plug-ins/common/{glasstile.c => tile-glass.c} (99%) rename plug-ins/common/{papertile.c => tile-paper.c} (99%) rename plug-ins/common/{tiler.c => tile-seamless.c} (100%) rename plug-ins/common/{tileit.c => tile-small.c} (99%) rename plug-ins/common/{uniteditor.c => unit-editor.c} (99%) rename plug-ins/common/{unsharp.c => unsharp-mask.c} (99%) rename plug-ins/common/{vinvert.c => value-invert.c} (100%) rename plug-ins/common/{vpropagate.c => value-propagate.c} (99%) rename plug-ins/common/{lic.c => van-gogh-lic.c} (99%) rename plug-ins/common/{webbrowser.c => web-browser.c} (100%) rename plug-ins/common/{whirlpinch.c => whirl-pinch.c} (99%) diff --git a/ChangeLog b/ChangeLog index 4bbc515bba..65b898062e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2008-03-24 Michael Natterer + + Renamed tons of plug-ins to make more sense and to be consistent: + + * plug-ins/common/AlienMap2.c -> alien-map.c + * plug-ins/common/CEL.c -> cel.c + * plug-ins/common/CML_explorer.c -> cml-explorer.c + * plug-ins/common/align_layers.c -> align-layers.c + * plug-ins/common/animationplay.c -> animation-play.c + * plug-ins/common/animoptimize.c -> animation-optimize.c + * plug-ins/common/apply_lens.c -> lens-apply.c + * plug-ins/common/autocrop.c -> crop-auto.c + * plug-ins/common/autostretch_hsv.c -> contrast-stretch-hsv.c + * plug-ins/common/borderaverage.c -> border-average.c + * plug-ins/common/bumpmap.c -> bump-map.c + * plug-ins/common/c_astretch.c -> contrast-stretch.c + * plug-ins/common/ccanalyze.c -> color-cube-analyze.c + * plug-ins/common/channel_mixer.c -> channel-mixer.c + * plug-ins/common/color_enhance.c -> color-enhance.c + * plug-ins/common/colortoalpha.c -> color-to-alpha.c + * plug-ins/common/convmatrix.c -> convolution-matrix.c + * plug-ins/common/curve_bend.c -> curve-bend.c + * plug-ins/common/depthmerge.c -> depth-merge.c + * plug-ins/common/dog.c -> edge-dog.c + * plug-ins/common/exchange.c -> color-exchange.c + * plug-ins/common/flarefx.c -> lens-flare.c + * plug-ins/common/fp.c -> filter-pack.c + * plug-ins/common/fractaltrace.c -> fractal-trace.c + * plug-ins/common/gauss.c -> blur-gauss.c + * plug-ins/common/gee_zoom.c -> gee-zoom.c + * plug-ins/common/glasstile.c -> tile-glass.c + * plug-ins/common/gqbist.c -> qbist.c + * plug-ins/common/gradmap.c -> gradient-map.c + * plug-ins/common/laplace.c -> edge-laplace.c + * plug-ins/common/lens.c -> lens-distortion.c + * plug-ins/common/lic.c -> van-gogh-lic.c + * plug-ins/common/max_rgb.c -> max-rgb.c + * plug-ins/common/mblur.c -> blur-motion.c + * plug-ins/common/nlfilt.c -> nl-filter.c + * plug-ins/common/noisify.c -> noise-rgb.c + * plug-ins/common/normalize.c -> contrast-normalize.c + * plug-ins/common/papertile.c -> tile-paper.c + * plug-ins/common/polar.c -> polar-coords.c + * plug-ins/common/randomize.c -> noise-randomize.c + * plug-ins/common/redeye.c -> red-eye-removal.c + * plug-ins/common/retinex.c -> contrast-retinex.c + * plug-ins/common/sample_colorize.c -> sample-colorize.c + * plug-ins/common/scatter_hsv.c -> noise-hsv.c + * plug-ins/common/sel_gauss.c -> blur-gauss-selective.c + * plug-ins/common/semiflatten.c -> semi-flatten.c + * plug-ins/common/smooth_palette.c -> smooth-palette.c + * plug-ins/common/snoise.c -> noise-solid.c + * plug-ins/common/sobel.c -> edge-sobel.c + * plug-ins/common/spheredesigner.c -> sphere-designer.c + * plug-ins/common/spread.c -> noise-spread.c + * plug-ins/common/struc.c -> apply-canvas.c + * plug-ins/common/threshold_alpha.c -> threshold-alpha.c + * plug-ins/common/tileit.c -> tile-small.c + * plug-ins/common/tiler.c -> tile-seamless.c + * plug-ins/common/uniteditor.c -> unit-editor.c + * plug-ins/common/unsharp.c -> unsharp-mask.c + * plug-ins/common/vinvert.c -> value-invert.c + * plug-ins/common/vpropagate.c -> value-propagate.c + * plug-ins/common/webbrowser.c -> web-browser.c + * plug-ins/common/whirlpinch.c -> whirl-pinch.c + * plug-ins/common/zealouscrop.c -> crop-zealous.c + + * plug-ins/common/plugin-defs.pl: changed accordingly. + + * plug-ins/common/Makefile.am: regenerated. + 2008-03-24 Sven Neumann * app/actions/documents-commands.c diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am index fce0e851d6..b2c5e827b2 100644 --- a/plug-ins/common/Makefile.am +++ b/plug-ins/common/Makefile.am @@ -36,65 +36,69 @@ INCLUDES = \ -I$(includedir) libexec_PROGRAMS = \ - AlienMap2 \ - CEL \ - CML_explorer \ $(AA) \ - align_layers \ - animationplay \ - animoptimize \ + alien-map \ + align-layers \ + animation-optimize \ + animation-play \ antialias \ - apply_lens \ - autocrop \ - autostretch_hsv \ + apply-canvas \ blinds \ blur \ - borderaverage \ - bumpmap \ - c_astretch \ + blur-gauss \ + blur-gauss-selective \ + blur-motion \ + border-average \ + bump-map \ cartoon \ - ccanalyze \ - channel_mixer \ + cel \ + channel-mixer \ checkerboard \ - color_enhance \ + cml-explorer \ + color-cube-analyze \ + color-enhance \ + color-exchange \ + color-to-alpha \ colorify \ colormap-remap \ - colortoalpha \ compose \ compressor \ - convmatrix \ + contrast-normalize \ + contrast-retinex \ + contrast-stretch \ + contrast-stretch-hsv \ + convolution-matrix \ + crop-auto \ + crop-zealous \ csource \ cubism \ - curve_bend \ + curve-bend \ decompose \ deinterlace \ - depthmerge \ + depth-merge \ desktop-link \ despeckle \ destripe \ dicom \ diffraction \ displace \ - dog \ edge \ + edge-dog \ + edge-laplace \ + edge-sobel \ emboss \ engrave \ - exchange \ film \ - flarefx \ - fp \ - fractaltrace \ - gauss \ + filter-pack \ + fractal-trace \ gbr \ gee \ - gee_zoom \ + gee-zoom \ gif-load \ gif-save \ gih \ - glasstile \ glob \ - gqbist \ - gradmap \ + gradient-map \ grid \ gtm \ guillotine \ @@ -103,23 +107,24 @@ libexec_PROGRAMS = \ illusion \ iwarp \ jigsaw \ - laplace \ $(LCMS) \ - lens \ - lic \ + lens-apply \ + lens-distortion \ + lens-flare \ $(MAIL) \ - max_rgb \ - mblur \ + max-rgb \ $(MNG) \ mosaic \ neon \ newsprint \ - nlfilt \ - noisify \ - normalize \ + nl-filter \ + noise-hsv \ + noise-randomize \ + noise-rgb \ + noise-solid \ + noise-spread \ nova \ oilify \ - papertile \ pat \ pcx \ photocopy \ @@ -129,58 +134,53 @@ libexec_PROGRAMS = \ plugin-browser \ $(PNG) \ pnm \ - polar \ + polar-coords \ $(POPPLER) \ postscript \ procedure-browser \ psd-save \ $(PSP) \ - randomize \ + qbist \ raw \ - redeye \ - retinex \ + red-eye-removal \ ripple \ rotate \ - sample_colorize \ - scatter_hsv \ + sample-colorize \ $(SCREENSHOT) \ - sel_gauss \ - semiflatten \ + semi-flatten \ sharpen \ shift \ sinus \ - smooth_palette \ - snoise \ - sobel \ + smooth-palette \ softglow \ sparkle \ - spheredesigner \ - spread \ - struc \ + sphere-designer \ sunras \ $(SVG) \ tga \ - threshold_alpha \ + threshold-alpha \ $(TIFF_LOAD) \ $(TIFF_SAVE) \ tile \ - tileit \ - tiler \ - uniteditor \ - unsharp \ + tile-glass \ + tile-paper \ + tile-seamless \ + tile-small \ + unit-editor \ + unsharp-mask \ + value-invert \ + value-propagate \ + van-gogh-lic \ video \ - vinvert \ - vpropagate \ warp \ waves \ - webbrowser \ - whirlpinch \ + web-browser \ + whirl-pinch \ wind \ $(WMF) \ xbm \ $(XPM) \ - xwd \ - zealouscrop + xwd EXTRA_PROGRAMS = \ aa \ @@ -209,54 +209,6 @@ install-%: % $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f || exit 1; \ else :; fi -AlienMap2_SOURCES = \ - AlienMap2.c - -AlienMap2_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -CEL_SOURCES = \ - CEL.c - -CEL_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -CML_explorer_SOURCES = \ - CML_explorer.c - -CML_explorer_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - aa_SOURCES = \ aa.c @@ -274,8 +226,24 @@ aa_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) +alien_map_SOURCES = \ + alien-map.c + +alien_map_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + align_layers_SOURCES = \ - align_layers.c + align-layers.c align_layers_LDADD = \ $(libgimpui) \ @@ -290,10 +258,23 @@ align_layers_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -animationplay_SOURCES = \ - animationplay.c +animation_optimize_SOURCES = \ + animation-optimize.c -animationplay_LDADD = \ +animation_optimize_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +animation_play_SOURCES = \ + animation-play.c + +animation_play_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -306,19 +287,6 @@ animationplay_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -animoptimize_SOURCES = \ - animoptimize.c - -animoptimize_LDADD = \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - antialias_SOURCES = \ antialias.c @@ -332,10 +300,10 @@ antialias_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -apply_lens_SOURCES = \ - apply_lens.c +apply_canvas_SOURCES = \ + apply-canvas.c -apply_lens_LDADD = \ +apply_canvas_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -348,32 +316,6 @@ apply_lens_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -autocrop_SOURCES = \ - autocrop.c - -autocrop_LDADD = \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -autostretch_hsv_SOURCES = \ - autostretch_hsv.c - -autostretch_hsv_LDADD = \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - blinds_SOURCES = \ blinds.c @@ -403,10 +345,10 @@ blur_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -borderaverage_SOURCES = \ - borderaverage.c +blur_gauss_SOURCES = \ + blur-gauss.c -borderaverage_LDADD = \ +blur_gauss_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -419,10 +361,12 @@ borderaverage_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -bumpmap_SOURCES = \ - bumpmap.c +blur_gauss_selective_CFLAGS = $(MMX_EXTRA_CFLAGS) -bumpmap_LDADD = \ +blur_gauss_selective_SOURCES = \ + blur-gauss-selective.c + +blur_gauss_selective_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -435,16 +379,51 @@ bumpmap_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -c_astretch_SOURCES = \ - c_astretch.c +blur_motion_SOURCES = \ + blur-motion.c -c_astretch_LDADD = \ +blur_motion_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ $(libgimp) \ $(libgimpmath) \ $(libgimpconfig) \ $(libgimpcolor) \ $(libgimpbase) \ - $(GLIB_LIBS) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +border_average_SOURCES = \ + border-average.c + +border_average_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +bump_map_SOURCES = \ + bump-map.c + +bump_map_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) @@ -464,10 +443,10 @@ cartoon_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -ccanalyze_SOURCES = \ - ccanalyze.c +cel_SOURCES = \ + cel.c -ccanalyze_LDADD = \ +cel_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -481,7 +460,7 @@ ccanalyze_LDADD = \ $(INTLLIBS) channel_mixer_SOURCES = \ - channel_mixer.c + channel-mixer.c channel_mixer_LDADD = \ $(libgimpui) \ @@ -512,8 +491,40 @@ checkerboard_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) +cml_explorer_SOURCES = \ + cml-explorer.c + +cml_explorer_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +color_cube_analyze_SOURCES = \ + color-cube-analyze.c + +color_cube_analyze_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + color_enhance_SOURCES = \ - color_enhance.c + color-enhance.c color_enhance_LDADD = \ $(libgimpui) \ @@ -528,6 +539,38 @@ color_enhance_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) +color_exchange_SOURCES = \ + color-exchange.c + +color_exchange_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +color_to_alpha_SOURCES = \ + color-to-alpha.c + +color_to_alpha_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + colorify_SOURCES = \ colorify.c @@ -560,22 +603,6 @@ colormap_remap_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -colortoalpha_SOURCES = \ - colortoalpha.c - -colortoalpha_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - compose_SOURCES = \ compose.c @@ -605,10 +632,23 @@ compressor_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -convmatrix_SOURCES = \ - convmatrix.c +contrast_normalize_SOURCES = \ + contrast-normalize.c -convmatrix_LDADD = \ +contrast_normalize_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +contrast_retinex_SOURCES = \ + contrast-retinex.c + +contrast_retinex_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -621,6 +661,74 @@ convmatrix_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) +contrast_stretch_SOURCES = \ + contrast-stretch.c + +contrast_stretch_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +contrast_stretch_hsv_SOURCES = \ + contrast-stretch-hsv.c + +contrast_stretch_hsv_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +convolution_matrix_SOURCES = \ + convolution-matrix.c + +convolution_matrix_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +crop_auto_SOURCES = \ + crop-auto.c + +crop_auto_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +crop_zealous_SOURCES = \ + crop-zealous.c + +crop_zealous_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + csource_SOURCES = \ csource.c @@ -654,7 +762,7 @@ cubism_LDADD = \ $(INTLLIBS) curve_bend_SOURCES = \ - curve_bend.c + curve-bend.c curve_bend_LDADD = \ $(libgimpui) \ @@ -701,10 +809,10 @@ deinterlace_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -depthmerge_SOURCES = \ - depthmerge.c +depth_merge_SOURCES = \ + depth-merge.c -depthmerge_LDADD = \ +depth_merge_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -810,10 +918,10 @@ displace_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -dog_SOURCES = \ - dog.c +edge_SOURCES = \ + edge.c -dog_LDADD = \ +edge_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -826,10 +934,39 @@ dog_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -edge_SOURCES = \ - edge.c +edge_dog_SOURCES = \ + edge-dog.c -edge_LDADD = \ +edge_dog_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +edge_laplace_SOURCES = \ + edge-laplace.c + +edge_laplace_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +edge_sobel_SOURCES = \ + edge-sobel.c + +edge_sobel_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -874,22 +1011,6 @@ engrave_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -exchange_SOURCES = \ - exchange.c - -exchange_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - film_SOURCES = \ film.c @@ -906,10 +1027,10 @@ film_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -flarefx_SOURCES = \ - flarefx.c +filter_pack_SOURCES = \ + filter-pack.c -flarefx_LDADD = \ +filter_pack_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -922,42 +1043,10 @@ flarefx_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -fp_SOURCES = \ - fp.c +fractal_trace_SOURCES = \ + fractal-trace.c -fp_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -fractaltrace_SOURCES = \ - fractaltrace.c - -fractaltrace_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -gauss_SOURCES = \ - gauss.c - -gauss_LDADD = \ +fractal_trace_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1003,7 +1092,7 @@ gee_LDADD = \ $(INTLLIBS) gee_zoom_SOURCES = \ - gee_zoom.c + gee-zoom.c gee_zoom_LDADD = \ $(libgimpui) \ @@ -1063,22 +1152,6 @@ gih_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -glasstile_SOURCES = \ - glasstile.c - -glasstile_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - glob_SOURCES = \ glob.c @@ -1092,26 +1165,10 @@ glob_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -gqbist_SOURCES = \ - gqbist.c +gradient_map_SOURCES = \ + gradient-map.c -gqbist_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -gradmap_SOURCES = \ - gradmap.c - -gradmap_LDADD = \ +gradient_map_LDADD = \ $(libgimp) \ $(libgimpmath) \ $(libgimpconfig) \ @@ -1246,19 +1303,6 @@ jigsaw_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -laplace_SOURCES = \ - laplace.c - -laplace_LDADD = \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - lcms_SOURCES = \ lcms.c @@ -1276,10 +1320,10 @@ lcms_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -lens_SOURCES = \ - lens.c +lens_apply_SOURCES = \ + lens-apply.c -lens_LDADD = \ +lens_apply_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1292,10 +1336,26 @@ lens_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -lic_SOURCES = \ - lic.c +lens_distortion_SOURCES = \ + lens-distortion.c -lic_LDADD = \ +lens_distortion_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +lens_flare_SOURCES = \ + lens-flare.c + +lens_flare_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1326,7 +1386,7 @@ mail_LDADD = \ $(INTLLIBS) max_rgb_SOURCES = \ - max_rgb.c + max-rgb.c max_rgb_LDADD = \ $(libgimpui) \ @@ -1341,22 +1401,6 @@ max_rgb_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -mblur_SOURCES = \ - mblur.c - -mblur_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - mng_SOURCES = \ mng.c @@ -1422,10 +1466,10 @@ newsprint_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -nlfilt_SOURCES = \ - nlfilt.c +nl_filter_SOURCES = \ + nl-filter.c -nlfilt_LDADD = \ +nl_filter_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1438,10 +1482,10 @@ nlfilt_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -noisify_SOURCES = \ - noisify.c +noise_hsv_SOURCES = \ + noise-hsv.c -noisify_LDADD = \ +noise_hsv_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1454,16 +1498,67 @@ noisify_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -normalize_SOURCES = \ - normalize.c +noise_randomize_SOURCES = \ + noise-randomize.c -normalize_LDADD = \ +noise_randomize_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ $(libgimp) \ $(libgimpmath) \ $(libgimpconfig) \ $(libgimpcolor) \ $(libgimpbase) \ - $(GLIB_LIBS) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +noise_rgb_SOURCES = \ + noise-rgb.c + +noise_rgb_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +noise_solid_SOURCES = \ + noise-solid.c + +noise_solid_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +noise_spread_SOURCES = \ + noise-spread.c + +noise_spread_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) @@ -1499,22 +1594,6 @@ oilify_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -papertile_SOURCES = \ - papertile.c - -papertile_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - pat_SOURCES = \ pat.c @@ -1662,10 +1741,10 @@ pnm_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -polar_SOURCES = \ - polar.c +polar_coords_SOURCES = \ + polar-coords.c -polar_LDADD = \ +polar_coords_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1762,10 +1841,10 @@ psp_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -randomize_SOURCES = \ - randomize.c +qbist_SOURCES = \ + qbist.c -randomize_LDADD = \ +qbist_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1794,26 +1873,10 @@ raw_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -redeye_SOURCES = \ - redeye.c +red_eye_removal_SOURCES = \ + red-eye-removal.c -redeye_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -retinex_SOURCES = \ - retinex.c - -retinex_LDADD = \ +red_eye_removal_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -1856,7 +1919,7 @@ rotate_LDADD = \ $(INTLLIBS) sample_colorize_SOURCES = \ - sample_colorize.c + sample-colorize.c sample_colorize_LDADD = \ $(libgimpui) \ @@ -1871,22 +1934,6 @@ sample_colorize_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -scatter_hsv_SOURCES = \ - scatter_hsv.c - -scatter_hsv_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - screenshot_CFLAGS = $(XFIXES_CFLAGS) screenshot_SOURCES = \ @@ -1906,28 +1953,10 @@ screenshot_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -sel_gauss_CFLAGS = $(MMX_EXTRA_CFLAGS) +semi_flatten_SOURCES = \ + semi-flatten.c -sel_gauss_SOURCES = \ - sel_gauss.c - -sel_gauss_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -semiflatten_SOURCES = \ - semiflatten.c - -semiflatten_LDADD = \ +semi_flatten_LDADD = \ $(libgimp) \ $(libgimpmath) \ $(libgimpconfig) \ @@ -1986,7 +2015,7 @@ sinus_LDADD = \ $(INTLLIBS) smooth_palette_SOURCES = \ - smooth_palette.c + smooth-palette.c smooth_palette_LDADD = \ $(libgimpui) \ @@ -2001,38 +2030,6 @@ smooth_palette_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -snoise_SOURCES = \ - snoise.c - -snoise_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -sobel_SOURCES = \ - sobel.c - -sobel_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - softglow_SOURCES = \ softglow.c @@ -2065,42 +2062,10 @@ sparkle_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -spheredesigner_SOURCES = \ - spheredesigner.c +sphere_designer_SOURCES = \ + sphere-designer.c -spheredesigner_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -spread_SOURCES = \ - spread.c - -spread_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -struc_SOURCES = \ - struc.c - -struc_LDADD = \ +sphere_designer_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -2165,7 +2130,7 @@ tga_LDADD = \ $(INTLLIBS) threshold_alpha_SOURCES = \ - threshold_alpha.c + threshold-alpha.c threshold_alpha_LDADD = \ $(libgimpui) \ @@ -2230,10 +2195,10 @@ tile_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -tileit_SOURCES = \ - tileit.c +tile_glass_SOURCES = \ + tile-glass.c -tileit_LDADD = \ +tile_glass_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -2246,10 +2211,26 @@ tileit_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -tiler_SOURCES = \ - tiler.c +tile_paper_SOURCES = \ + tile-paper.c -tiler_LDADD = \ +tile_paper_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +tile_seamless_SOURCES = \ + tile-seamless.c + +tile_seamless_LDADD = \ $(libgimp) \ $(libgimpmath) \ $(libgimpconfig) \ @@ -2259,10 +2240,10 @@ tiler_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -uniteditor_SOURCES = \ - uniteditor.c +tile_small_SOURCES = \ + tile-small.c -uniteditor_LDADD = \ +tile_small_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -2275,10 +2256,71 @@ uniteditor_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -unsharp_SOURCES = \ - unsharp.c +unit_editor_SOURCES = \ + unit-editor.c -unsharp_LDADD = \ +unit_editor_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +unsharp_mask_SOURCES = \ + unsharp-mask.c + +unsharp_mask_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +value_invert_SOURCES = \ + value-invert.c + +value_invert_LDADD = \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GLIB_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +value_propagate_SOURCES = \ + value-propagate.c + +value_propagate_LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ + $(libgimpmodule) \ + $(libgimp) \ + $(libgimpmath) \ + $(libgimpconfig) \ + $(libgimpcolor) \ + $(libgimpbase) \ + $(GTK_LIBS) \ + $(RT_LIBS) \ + $(INTLLIBS) + +van_gogh_lic_SOURCES = \ + van-gogh-lic.c + +van_gogh_lic_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -2307,35 +2349,6 @@ video_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -vinvert_SOURCES = \ - vinvert.c - -vinvert_LDADD = \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - -vpropagate_SOURCES = \ - vpropagate.c - -vpropagate_LDADD = \ - $(libgimpui) \ - $(libgimpwidgets) \ - $(libgimpmodule) \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GTK_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - warp_SOURCES = \ warp.c @@ -2368,10 +2381,10 @@ waves_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -webbrowser_SOURCES = \ - webbrowser.c +web_browser_SOURCES = \ + web-browser.c -webbrowser_LDADD = \ +web_browser_LDADD = \ $(libgimp) \ $(libgimpmath) \ $(libgimpconfig) \ @@ -2381,10 +2394,10 @@ webbrowser_LDADD = \ $(RT_LIBS) \ $(INTLLIBS) -whirlpinch_SOURCES = \ - whirlpinch.c +whirl_pinch_SOURCES = \ + whirl-pinch.c -whirlpinch_LDADD = \ +whirl_pinch_LDADD = \ $(libgimpui) \ $(libgimpwidgets) \ $(libgimpmodule) \ @@ -2480,16 +2493,3 @@ xwd_LDADD = \ $(GTK_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) - -zealouscrop_SOURCES = \ - zealouscrop.c - -zealouscrop_LDADD = \ - $(libgimp) \ - $(libgimpmath) \ - $(libgimpconfig) \ - $(libgimpcolor) \ - $(libgimpbase) \ - $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) diff --git a/plug-ins/common/AlienMap2.c b/plug-ins/common/alien-map.c similarity index 99% rename from plug-ins/common/AlienMap2.c rename to plug-ins/common/alien-map.c index ebc141a7be..40734e4883 100644 --- a/plug-ins/common/AlienMap2.c +++ b/plug-ins/common/alien-map.c @@ -33,7 +33,7 @@ #include "libgimp/stdplugins-intl.h" #define PLUG_IN_PROC "plug-in-alienmap2" -#define PLUG_IN_BINARY "AlienMap2" +#define PLUG_IN_BINARY "alien-map" #define SCALE_WIDTH 200 #define ENTRY_WIDTH 6 diff --git a/plug-ins/common/align_layers.c b/plug-ins/common/align-layers.c similarity index 99% rename from plug-ins/common/align_layers.c rename to plug-ins/common/align-layers.c index 06d8ca22c6..551adebfd3 100644 --- a/plug-ins/common/align_layers.c +++ b/plug-ins/common/align-layers.c @@ -27,7 +27,7 @@ #include "libgimp/stdplugins-intl.h" #define PLUG_IN_PROC "plug-in-align-layers" -#define PLUG_IN_BINARY "align_layers" +#define PLUG_IN_BINARY "align-layers" #define SCALE_WIDTH 150 enum diff --git a/plug-ins/common/animoptimize.c b/plug-ins/common/animation-optimize.c similarity index 100% rename from plug-ins/common/animoptimize.c rename to plug-ins/common/animation-optimize.c diff --git a/plug-ins/common/animationplay.c b/plug-ins/common/animation-play.c similarity index 99% rename from plug-ins/common/animationplay.c rename to plug-ins/common/animation-play.c index 0dfaffe69a..83e86e6bae 100644 --- a/plug-ins/common/animationplay.c +++ b/plug-ins/common/animation-play.c @@ -42,7 +42,7 @@ #define PLUG_IN_PROC "plug-in-animationplay" -#define PLUG_IN_BINARY "animationplay" +#define PLUG_IN_BINARY "animation-play" #define DITHERTYPE GDK_RGB_DITHER_NORMAL diff --git a/plug-ins/common/struc.c b/plug-ins/common/apply-canvas.c similarity index 99% rename from plug-ins/common/struc.c rename to plug-ins/common/apply-canvas.c index 98550b1057..d4f20145cb 100644 --- a/plug-ins/common/struc.c +++ b/plug-ins/common/apply-canvas.c @@ -42,7 +42,7 @@ #define PLUG_IN_PROC "plug-in-apply-canvas" -#define PLUG_IN_BINARY "struc" +#define PLUG_IN_BINARY "apply-canvas" static const gchar sdata[] = diff --git a/plug-ins/common/sel_gauss.c b/plug-ins/common/blur-gauss-selective.c similarity index 99% rename from plug-ins/common/sel_gauss.c rename to plug-ins/common/blur-gauss-selective.c index f79a8372d8..978c0bdf50 100644 --- a/plug-ins/common/sel_gauss.c +++ b/plug-ins/common/blur-gauss-selective.c @@ -38,7 +38,7 @@ #define PLUG_IN_PROC "plug-in-sel-gauss" -#define PLUG_IN_BINARY "sel_gauss" +#define PLUG_IN_BINARY "blur-gauss-selective" #ifndef ALWAYS_INLINE #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) diff --git a/plug-ins/common/gauss.c b/plug-ins/common/blur-gauss.c similarity index 99% rename from plug-ins/common/gauss.c rename to plug-ins/common/blur-gauss.c index 7f185f80bd..7bd9d26cb1 100644 --- a/plug-ins/common/gauss.c +++ b/plug-ins/common/blur-gauss.c @@ -30,7 +30,7 @@ #define GAUSS_IIR2_PROC "plug-in-gauss-iir2" #define GAUSS_RLE_PROC "plug-in-gauss-rle" #define GAUSS_RLE2_PROC "plug-in-gauss-rle2" -#define PLUG_IN_BINARY "gauss" +#define PLUG_IN_BINARY "blur-gauss" typedef enum { diff --git a/plug-ins/common/mblur.c b/plug-ins/common/blur-motion.c similarity index 99% rename from plug-ins/common/mblur.c rename to plug-ins/common/blur-motion.c index f69e0e189e..0c22203f76 100644 --- a/plug-ins/common/mblur.c +++ b/plug-ins/common/blur-motion.c @@ -44,7 +44,7 @@ #define PLUG_IN_PROC "plug-in-mblur" #define PLUG_IN_PROC_INWARD "plug-in-mblur-inward" -#define PLUG_IN_BINARY "mblur" +#define PLUG_IN_BINARY "blur-motion" #define PLUG_IN_VERSION "May 2007, 1.3" diff --git a/plug-ins/common/borderaverage.c b/plug-ins/common/border-average.c similarity index 99% rename from plug-ins/common/borderaverage.c rename to plug-ins/common/border-average.c index bb7e5350d0..f7dadab1c1 100644 --- a/plug-ins/common/borderaverage.c +++ b/plug-ins/common/border-average.c @@ -27,7 +27,7 @@ #define PLUG_IN_PROC "plug-in-borderaverage" -#define PLUG_IN_BINARY "borderaverage" +#define PLUG_IN_BINARY "border-average" /* Declare local functions. diff --git a/plug-ins/common/bumpmap.c b/plug-ins/common/bump-map.c similarity index 100% rename from plug-ins/common/bumpmap.c rename to plug-ins/common/bump-map.c diff --git a/plug-ins/common/CEL.c b/plug-ins/common/cel.c similarity index 99% rename from plug-ins/common/CEL.c rename to plug-ins/common/cel.c index eae90c3af1..76ce2585d6 100644 --- a/plug-ins/common/CEL.c +++ b/plug-ins/common/cel.c @@ -34,7 +34,7 @@ #define LOAD_PROC "file-cel-load" #define SAVE_PROC "file-cel-save" -#define PLUG_IN_BINARY "CEL" +#define PLUG_IN_BINARY "cel" static void query (void); diff --git a/plug-ins/common/channel_mixer.c b/plug-ins/common/channel-mixer.c similarity index 99% rename from plug-ins/common/channel_mixer.c rename to plug-ins/common/channel-mixer.c index 0220f2e6ad..1663344ad7 100644 --- a/plug-ins/common/channel_mixer.c +++ b/plug-ins/common/channel-mixer.c @@ -38,7 +38,7 @@ #define PLUG_IN_PROC "plug-in-colors-channel-mixer" -#define PLUG_IN_BINARY "channel_mixer" +#define PLUG_IN_BINARY "channel-mixer" #define CM_LINE_SIZE 1024 typedef enum diff --git a/plug-ins/common/CML_explorer.c b/plug-ins/common/cml-explorer.c similarity index 99% rename from plug-ins/common/CML_explorer.c rename to plug-ins/common/cml-explorer.c index abcee683c1..dbbcdfd040 100644 --- a/plug-ins/common/CML_explorer.c +++ b/plug-ins/common/cml-explorer.c @@ -84,7 +84,7 @@ #define PARAM_FILE_FORMAT_VERSION 1.0 #define PLUG_IN_PROC "plug-in-cml-explorer" -#define PLUG_IN_BINARY "CML_explorer" +#define PLUG_IN_BINARY "cml-explorer" #define VALS CML_explorer_vals #define PROGRESS_UPDATE_NUM 100 #define CML_LINE_SIZE 1024 diff --git a/plug-ins/common/ccanalyze.c b/plug-ins/common/color-cube-analyze.c similarity index 99% rename from plug-ins/common/ccanalyze.c rename to plug-ins/common/color-cube-analyze.c index 601c79a6a3..19c2098f00 100644 --- a/plug-ins/common/ccanalyze.c +++ b/plug-ins/common/color-cube-analyze.c @@ -36,7 +36,7 @@ #define PLUG_IN_PROC "plug-in-ccanalyze" -#define PLUG_IN_BINARY "ccanalyze" +#define PLUG_IN_BINARY "color-cube-analyze" /* size of histogram image */ #define PREWIDTH 256 diff --git a/plug-ins/common/color_enhance.c b/plug-ins/common/color-enhance.c similarity index 100% rename from plug-ins/common/color_enhance.c rename to plug-ins/common/color-enhance.c diff --git a/plug-ins/common/exchange.c b/plug-ins/common/color-exchange.c similarity index 99% rename from plug-ins/common/exchange.c rename to plug-ins/common/color-exchange.c index daaae66bc8..61d5793a17 100644 --- a/plug-ins/common/exchange.c +++ b/plug-ins/common/color-exchange.c @@ -44,7 +44,7 @@ #define PLUG_IN_PROC "plug-in-exchange" -#define PLUG_IN_BINARY "exchange" +#define PLUG_IN_BINARY "color-exchange" #define SCALE_WIDTH 128 diff --git a/plug-ins/common/colortoalpha.c b/plug-ins/common/color-to-alpha.c similarity index 99% rename from plug-ins/common/colortoalpha.c rename to plug-ins/common/color-to-alpha.c index c88c4c3505..e326acda54 100644 --- a/plug-ins/common/colortoalpha.c +++ b/plug-ins/common/color-to-alpha.c @@ -30,7 +30,7 @@ #define PLUG_IN_PROC "plug-in-colortoalpha" -#define PLUG_IN_BINARY "colortoaplha" +#define PLUG_IN_BINARY "color-to-aplha" #define PRV_WIDTH 40 #define PRV_HEIGHT 20 diff --git a/plug-ins/common/normalize.c b/plug-ins/common/contrast-normalize.c similarity index 100% rename from plug-ins/common/normalize.c rename to plug-ins/common/contrast-normalize.c diff --git a/plug-ins/common/retinex.c b/plug-ins/common/contrast-retinex.c similarity index 99% rename from plug-ins/common/retinex.c rename to plug-ins/common/contrast-retinex.c index 98894a430d..5996d7dd1a 100644 --- a/plug-ins/common/retinex.c +++ b/plug-ins/common/contrast-retinex.c @@ -27,7 +27,7 @@ #define PLUG_IN_PROC "plug-in-retinex" -#define PLUG_IN_BINARY "retinex" +#define PLUG_IN_BINARY "contrast-retinex" #define MAX_RETINEX_SCALES 8 #define MIN_GAUSSIAN_SCALE 16 #define MAX_GAUSSIAN_SCALE 250 diff --git a/plug-ins/common/autostretch_hsv.c b/plug-ins/common/contrast-stretch-hsv.c similarity index 100% rename from plug-ins/common/autostretch_hsv.c rename to plug-ins/common/contrast-stretch-hsv.c diff --git a/plug-ins/common/c_astretch.c b/plug-ins/common/contrast-stretch.c similarity index 100% rename from plug-ins/common/c_astretch.c rename to plug-ins/common/contrast-stretch.c diff --git a/plug-ins/common/convmatrix.c b/plug-ins/common/convolution-matrix.c similarity index 99% rename from plug-ins/common/convmatrix.c rename to plug-ins/common/convolution-matrix.c index 99b7131a46..9c2fed99af 100644 --- a/plug-ins/common/convmatrix.c +++ b/plug-ins/common/convolution-matrix.c @@ -29,7 +29,7 @@ #define PLUG_IN_PROC "plug-in-convmatrix" -#define PLUG_IN_BINARY "convmatrix" +#define PLUG_IN_BINARY "convolution-matrix" #define RESPONSE_RESET 1 diff --git a/plug-ins/common/autocrop.c b/plug-ins/common/crop-auto.c similarity index 100% rename from plug-ins/common/autocrop.c rename to plug-ins/common/crop-auto.c diff --git a/plug-ins/common/zealouscrop.c b/plug-ins/common/crop-zealous.c similarity index 100% rename from plug-ins/common/zealouscrop.c rename to plug-ins/common/crop-zealous.c diff --git a/plug-ins/common/curve_bend.c b/plug-ins/common/curve-bend.c similarity index 99% rename from plug-ins/common/curve_bend.c rename to plug-ins/common/curve-bend.c index e94c97cd9d..7efda997a7 100644 --- a/plug-ins/common/curve_bend.c +++ b/plug-ins/common/curve-bend.c @@ -50,7 +50,7 @@ /* Defines */ #define PLUG_IN_PROC "plug-in-curve-bend" -#define PLUG_IN_BINARY "curve_bend" +#define PLUG_IN_BINARY "curve-bend" #define PLUG_IN_VERSION "v1.3.18 (2003/08/26)" #define PLUG_IN_IMAGE_TYPES "RGB*, GRAY*" #define PLUG_IN_AUTHOR "Wolfgang Hofer (hof@hotbot.com)" diff --git a/plug-ins/common/depthmerge.c b/plug-ins/common/depth-merge.c similarity index 100% rename from plug-ins/common/depthmerge.c rename to plug-ins/common/depth-merge.c diff --git a/plug-ins/common/dog.c b/plug-ins/common/edge-dog.c similarity index 99% rename from plug-ins/common/dog.c rename to plug-ins/common/edge-dog.c index e92139b89c..858ca7e350 100644 --- a/plug-ins/common/dog.c +++ b/plug-ins/common/edge-dog.c @@ -36,7 +36,7 @@ #define PLUG_IN_PROC "plug-in-dog" -#define PLUG_IN_BINARY "dog" +#define PLUG_IN_BINARY "edge-dog" typedef struct diff --git a/plug-ins/common/laplace.c b/plug-ins/common/edge-laplace.c similarity index 99% rename from plug-ins/common/laplace.c rename to plug-ins/common/edge-laplace.c index 5b0f8b3c5f..6372ab8303 100644 --- a/plug-ins/common/laplace.c +++ b/plug-ins/common/edge-laplace.c @@ -30,7 +30,7 @@ #define PLUG_IN_PROC "plug-in-laplace" -#define PLUG_IN_BINARY "laplace" +#define PLUG_IN_BINARY "edge-laplace" /* Declare local functions. diff --git a/plug-ins/common/sobel.c b/plug-ins/common/edge-sobel.c similarity index 99% rename from plug-ins/common/sobel.c rename to plug-ins/common/edge-sobel.c index f18070002b..606f606f88 100644 --- a/plug-ins/common/sobel.c +++ b/plug-ins/common/edge-sobel.c @@ -31,7 +31,7 @@ #define PLUG_IN_PROC "plug-in-sobel" -#define PLUG_IN_BINARY "sobel" +#define PLUG_IN_BINARY "edge-sobel" typedef struct diff --git a/plug-ins/common/fp.c b/plug-ins/common/filter-pack.c similarity index 99% rename from plug-ins/common/fp.c rename to plug-ins/common/filter-pack.c index 5af1a81aad..9f92fe1be8 100644 --- a/plug-ins/common/fp.c +++ b/plug-ins/common/filter-pack.c @@ -33,7 +33,7 @@ #define PLUG_IN_PROC "plug-in-filter-pack" -#define PLUG_IN_BINARY "fp" +#define PLUG_IN_BINARY "filter-pack" #define MAX_PREVIEW_SIZE 125 #define MAX_ROUGHNESS 128 diff --git a/plug-ins/common/fractaltrace.c b/plug-ins/common/fractal-trace.c similarity index 99% rename from plug-ins/common/fractaltrace.c rename to plug-ins/common/fractal-trace.c index ca5a2c63c9..828a543f48 100644 --- a/plug-ins/common/fractaltrace.c +++ b/plug-ins/common/fractal-trace.c @@ -22,7 +22,7 @@ ******************************************************************************/ #define PLUG_IN_PROC "plug-in-fractal-trace" -#define PLUG_IN_BINARY "fractaltrace" +#define PLUG_IN_BINARY "fractal-trace" #define PLUG_IN_VERSION "v0.4 test version (Dec. 25 1997)" /*****************************************************************************/ diff --git a/plug-ins/common/gee_zoom.c b/plug-ins/common/gee-zoom.c similarity index 99% rename from plug-ins/common/gee_zoom.c rename to plug-ins/common/gee-zoom.c index 87cd6f8752..77f210a028 100644 --- a/plug-ins/common/gee_zoom.c +++ b/plug-ins/common/gee-zoom.c @@ -39,7 +39,7 @@ #define PLUG_IN_PROC "plug-in-the-old-egg" -#define PLUG_IN_BINARY "gee_zoom" +#define PLUG_IN_BINARY "gee-zoom" /* Declare local functions. */ diff --git a/plug-ins/common/gradmap.c b/plug-ins/common/gradient-map.c similarity index 99% rename from plug-ins/common/gradmap.c rename to plug-ins/common/gradient-map.c index 2171a8b522..16d380b9c5 100644 --- a/plug-ins/common/gradmap.c +++ b/plug-ins/common/gradient-map.c @@ -31,7 +31,7 @@ #define GRADMAP_PROC "plug-in-gradmap" #define PALETTEMAP_PROC "plug-in-palettemap" -#define PLUG_IN_BINARY "gradmap" +#define PLUG_IN_BINARY "gradient-map" #define NSAMPLES 256 #define LUMINOSITY(X) (GIMP_RGB_LUMINANCE (X[0], X[1], X[2]) + 0.5) diff --git a/plug-ins/common/apply_lens.c b/plug-ins/common/lens-apply.c similarity index 99% rename from plug-ins/common/apply_lens.c rename to plug-ins/common/lens-apply.c index 92949a0745..2cc734c66e 100644 --- a/plug-ins/common/apply_lens.c +++ b/plug-ins/common/lens-apply.c @@ -46,7 +46,7 @@ #define PLUG_IN_PROC "plug-in-applylens" -#define PLUG_IN_BINARY "apply_lens" +#define PLUG_IN_BINARY "lens-apply" /* Declare local functions. diff --git a/plug-ins/common/lens.c b/plug-ins/common/lens-distortion.c similarity index 99% rename from plug-ins/common/lens.c rename to plug-ins/common/lens-distortion.c index c569f11a71..d60bf7a509 100644 --- a/plug-ins/common/lens.c +++ b/plug-ins/common/lens-distortion.c @@ -33,7 +33,7 @@ #define PLUG_IN_PROC "plug-in-lens-distortion" -#define PLUG_IN_BINARY "lens" +#define PLUG_IN_BINARY "lens-distortion" #define RESPONSE_RESET 1 diff --git a/plug-ins/common/flarefx.c b/plug-ins/common/lens-flare.c similarity index 100% rename from plug-ins/common/flarefx.c rename to plug-ins/common/lens-flare.c diff --git a/plug-ins/common/max_rgb.c b/plug-ins/common/max-rgb.c similarity index 99% rename from plug-ins/common/max_rgb.c rename to plug-ins/common/max-rgb.c index 941c432a06..4f4315f65c 100644 --- a/plug-ins/common/max_rgb.c +++ b/plug-ins/common/max-rgb.c @@ -34,7 +34,7 @@ #define PLUG_IN_PROC "plug-in-max-rgb" -#define PLUG_IN_BINARY "max_rgb" +#define PLUG_IN_BINARY "max-rgb" static void query (void); diff --git a/plug-ins/common/nlfilt.c b/plug-ins/common/nl-filter.c similarity index 99% rename from plug-ins/common/nlfilt.c rename to plug-ins/common/nl-filter.c index 440da8fb5b..e746383ed4 100644 --- a/plug-ins/common/nlfilt.c +++ b/plug-ins/common/nl-filter.c @@ -39,7 +39,7 @@ #define PLUG_IN_PROC "plug-in-nlfilt" -#define PLUG_IN_BINARY "nlfilt" +#define PLUG_IN_BINARY "nl-filter" typedef struct diff --git a/plug-ins/common/scatter_hsv.c b/plug-ins/common/noise-hsv.c similarity index 99% rename from plug-ins/common/scatter_hsv.c rename to plug-ins/common/noise-hsv.c index 13b2e1fad9..4bec296d4d 100644 --- a/plug-ins/common/scatter_hsv.c +++ b/plug-ins/common/noise-hsv.c @@ -32,7 +32,7 @@ #define HSV_NOISE_PROC "plug-in-hsv-noise" #define SCATTER_HSV_PROC "plug-in-scatter-hsv" -#define PLUG_IN_BINARY "scatter_hsv" +#define PLUG_IN_BINARY "noise-hsv" #define SCALE_WIDTH 100 #define ENTRY_WIDTH 3 diff --git a/plug-ins/common/randomize.c b/plug-ins/common/noise-randomize.c similarity index 99% rename from plug-ins/common/randomize.c rename to plug-ins/common/noise-randomize.c index ec1b9785e1..acc2265db9 100644 --- a/plug-ins/common/randomize.c +++ b/plug-ins/common/noise-randomize.c @@ -83,7 +83,7 @@ * ********************************/ -#define PLUG_IN_BINARY "randomize" +#define PLUG_IN_BINARY "noise-randomize" /* * progress meter update frequency diff --git a/plug-ins/common/noisify.c b/plug-ins/common/noise-rgb.c similarity index 99% rename from plug-ins/common/noisify.c rename to plug-ins/common/noise-rgb.c index 06dfa05a25..54b32e15bc 100644 --- a/plug-ins/common/noisify.c +++ b/plug-ins/common/noise-rgb.c @@ -42,7 +42,7 @@ #define RGB_NOISE_PROC "plug-in-rgb-noise" #define NOISIFY_PROC "plug-in-noisify" -#define PLUG_IN_BINARY "noisify" +#define PLUG_IN_BINARY "noise-rgb" #define SCALE_WIDTH 125 #define TILE_CACHE_SIZE 16 diff --git a/plug-ins/common/snoise.c b/plug-ins/common/noise-solid.c similarity index 99% rename from plug-ins/common/snoise.c rename to plug-ins/common/noise-solid.c index 972b6fbfeb..df92e5101f 100644 --- a/plug-ins/common/snoise.c +++ b/plug-ins/common/noise-solid.c @@ -74,7 +74,7 @@ /*---- Defines ----*/ #define PLUG_IN_PROC "plug-in-solid-noise" -#define PLUG_IN_BINARY "snoise" +#define PLUG_IN_BINARY "noise-solid" #define TABLE_SIZE 64 #define WEIGHT(T) ((2.0*fabs(T)-3.0)*(T)*(T)+1.0) diff --git a/plug-ins/common/spread.c b/plug-ins/common/noise-spread.c similarity index 99% rename from plug-ins/common/spread.c rename to plug-ins/common/noise-spread.c index bf603669bd..944e295802 100644 --- a/plug-ins/common/spread.c +++ b/plug-ins/common/noise-spread.c @@ -26,7 +26,7 @@ #define PLUG_IN_PROC "plug-in-spread" -#define PLUG_IN_BINARY "spread" +#define PLUG_IN_BINARY "noise-spread" #define TILE_CACHE_SIZE 16 typedef struct diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl index 4469c26986..87348d7aa3 100644 --- a/plug-ins/common/plugin-defs.pl +++ b/plug-ins/common/plugin-defs.pl @@ -1,63 +1,67 @@ %plugins = ( - 'AlienMap2' => { ui => 1 }, - 'CEL' => { ui => 1 }, - 'CML_explorer' => { ui => 1 }, 'aa' => { ui => 1, optional => 1 }, - 'align_layers' => { ui => 1 }, - 'animationplay' => { ui => 1 }, - 'animoptimize' => {}, + 'alien-map' => { ui => 1 }, + 'align-layers' => { ui => 1 }, + 'animation-optimize' => {}, + 'animation-play' => { ui => 1 }, 'antialias' => {}, - 'apply_lens' => { ui => 1 }, - 'autocrop' => {}, - 'autostretch_hsv' => {}, + 'apply-canvas' => { ui => 1 }, 'blinds' => { ui => 1 }, 'blur' => {}, - 'borderaverage' => { ui => 1 }, - 'bumpmap' => { ui => 1 }, - 'c_astretch' => {}, + 'blur-gauss' => { ui => 1 }, + 'blur-gauss-selective' => { ui => 1, cflags => 'MMX_EXTRA_CFLAGS' }, + 'blur-motion' => { ui => 1 }, + 'border-average' => { ui => 1 }, + 'bump-map' => { ui => 1 }, 'cartoon' => { ui => 1 }, - 'ccanalyze' => { ui => 1 }, - 'channel_mixer' => { ui => 1 }, + 'cel' => { ui => 1 }, + 'channel-mixer' => { ui => 1 }, 'checkerboard' => { ui => 1 }, - 'color_enhance' => { ui => 1 }, + 'cml-explorer' => { ui => 1 }, + 'color-cube-analyze' => { ui => 1 }, + 'color-enhance' => { ui => 1 }, + 'color-exchange' => { ui => 1 }, + 'color-to-alpha' => { ui => 1 }, 'colorify' => { ui => 1 }, 'colormap-remap' => { ui => 1 }, - 'colortoalpha' => { ui => 1 }, 'compose' => { ui => 1 }, 'compressor' => {}, - 'convmatrix' => { ui => 1 }, + 'contrast-normalize' => {}, + 'contrast-retinex' => { ui => 1 }, + 'contrast-stretch' => {}, + 'contrast-stretch-hsv' => {}, + 'convolution-matrix' => { ui => 1 }, + 'crop-auto' => {}, + 'crop-zealous' => {}, 'csource' => { ui => 1 }, 'cubism' => { ui => 1 }, - 'curve_bend' => { ui => 1 }, + 'curve-bend' => { ui => 1 }, 'decompose' => { ui => 1 }, 'deinterlace' => { ui => 1 }, - 'depthmerge' => { ui => 1 }, + 'depth-merge' => { ui => 1 }, 'desktop-link' => {}, 'despeckle' => { ui => 1 }, 'destripe' => { ui => 1 }, 'dicom' => { ui => 1 }, 'diffraction' => { ui => 1 }, 'displace' => { ui => 1 }, - 'dog' => { ui => 1 }, 'edge' => { ui => 1 }, + 'edge-dog' => { ui => 1 }, + 'edge-laplace' => {}, + 'edge-sobel' => { ui => 1 }, 'emboss' => { ui => 1 }, 'engrave' => { ui => 1 }, - 'exchange' => { ui => 1 }, 'film' => { ui => 1 }, - 'flarefx' => { ui => 1 }, - 'fp' => { ui => 1 }, - 'fractaltrace' => { ui => 1 }, - 'gauss' => { ui => 1 }, + 'filter-pack' => { ui => 1 }, + 'fractal-trace' => { ui => 1 }, 'gbr' => { ui => 1 }, 'gee' => { ui => 1 }, - 'gee_zoom' => { ui => 1 }, + 'gee-zoom' => { ui => 1 }, 'gif-load' => {}, 'gif-save' => { ui => 1 }, 'gih' => { ui => 1 }, - 'glasstile' => { ui => 1 }, 'glob' => {}, - 'gqbist' => { ui => 1 }, - 'gradmap' => {}, + 'gradient-map' => {}, 'grid' => { ui => 1 }, 'gtm' => { ui => 1 }, 'guillotine' => {}, @@ -66,23 +70,24 @@ 'illusion' => { ui => 1 }, 'iwarp' => { ui => 1 }, 'jigsaw' => { ui => 1 }, - 'laplace' => {}, 'lcms' => { ui => 1, optional => 1 }, - 'lens' => { ui => 1 }, - 'lic' => { ui => 1 }, + 'lens-apply' => { ui => 1 }, + 'lens-distortion' => { ui => 1 }, + 'lens-flare' => { ui => 1 }, 'mail' => { ui => 1, optional => 1 }, - 'max_rgb' => { ui => 1 }, - 'mblur' => { ui => 1 }, + 'max-rgb' => { ui => 1 }, 'mng' => { ui => 1, optional => 1 }, 'mosaic' => { ui => 1 }, 'neon' => { ui => 1 }, 'newsprint' => { ui => 1 }, - 'nlfilt' => { ui => 1 }, - 'noisify' => { ui => 1 }, - 'normalize' => {}, + 'nl-filter' => { ui => 1 }, + 'noise-hsv' => { ui => 1 }, + 'noise-randomize' => { ui => 1 }, + 'noise-rgb' => { ui => 1 }, + 'noise-solid' => { ui => 1 }, + 'noise-spread' => { ui => 1 }, 'nova' => { ui => 1 }, 'oilify' => { ui => 1 }, - 'papertile' => { ui => 1 }, 'pat' => { ui => 1 }, 'pcx' => { ui => 1 }, 'photocopy' => { ui => 1 }, @@ -92,56 +97,51 @@ 'plugin-browser' => { ui => 1 }, 'png' => { ui => 1, optional => 1, cflags => 1 }, 'pnm' => { ui => 1 }, - 'polar' => { ui => 1 }, + 'polar-coords' => { ui => 1 }, 'poppler' => { ui => 1, optional => 1, cflags => 1 }, 'postscript' => { ui => 1 }, 'procedure-browser' => { ui => 1 }, 'psd-save' => { ui => 1 }, 'psp' => { ui => 1, optional => 1, libopt => 'z' }, - 'randomize' => { ui => 1 }, + 'qbist' => { ui => 1 }, 'raw' => { ui => 1 }, - 'redeye' => { ui => 1 }, - 'retinex' => { ui => 1 }, + 'red-eye-removal' => { ui => 1 }, 'ripple' => { ui => 1 }, 'rotate' => {}, - 'sample_colorize' => { ui => 1 }, - 'scatter_hsv' => { ui => 1 }, + 'sample-colorize' => { ui => 1 }, 'screenshot' => { ui => 1, optional => 1, cflags => XFIXES_CFLAGS }, - 'sel_gauss' => { ui => 1, cflags => 'MMX_EXTRA_CFLAGS' }, - 'semiflatten' => {}, + 'semi-flatten' => {}, 'sharpen' => { ui => 1 }, 'shift' => { ui => 1 }, 'sinus' => { ui => 1 }, - 'smooth_palette' => { ui => 1 }, - 'snoise' => { ui => 1 }, - 'sobel' => { ui => 1 }, + 'smooth-palette' => { ui => 1 }, 'softglow' => { ui => 1 }, 'sparkle' => { ui => 1 }, - 'spheredesigner' => { ui => 1 }, - 'spread' => { ui => 1 }, - 'struc' => { ui => 1 }, + 'sphere-designer' => { ui => 1 }, 'sunras' => { ui => 1 }, 'svg' => { ui => 1, optional => 1, cflags => 1 }, 'tga' => { ui => 1 }, - 'threshold_alpha' => { ui => 1 }, + 'threshold-alpha' => { ui => 1 }, 'tiff-load' => { ui => 1, optional => 1, libs => 'LIBTIFF' }, 'tiff-save' => { ui => 1, optional => 1, libs => 'LIBTIFF' }, 'tile' => { ui => 1 }, - 'tileit' => { ui => 1 }, - 'tiler' => {}, - 'uniteditor' => { ui => 1 }, - 'unsharp' => { ui => 1 }, + 'tile-glass' => { ui => 1 }, + 'tile-paper' => { ui => 1 }, + 'tile-seamless' => {}, + 'tile-small' => { ui => 1 }, + 'unit-editor' => { ui => 1 }, + 'unsharp-mask' => { ui => 1 }, + 'value-invert' => {}, + 'value-propagate' => { ui => 1 }, + 'van-gogh-lic' => { ui => 1 }, 'video' => { ui => 1 }, - 'vinvert' => {}, - 'vpropagate' => { ui => 1 }, 'warp' => { ui => 1 }, 'waves' => { ui => 1 }, - 'webbrowser' => {}, - 'whirlpinch' => { ui => 1 }, + 'web-browser' => {}, + 'whirl-pinch' => { ui => 1 }, 'wind' => { ui => 1 }, 'wmf' => { ui => 1, optional => 1, cflags => 1 }, 'xbm' => { ui => 1 }, 'xpm' => { ui => 1, optional => 1 }, - 'xwd' => { ui => 1 }, - 'zealouscrop' => {} + 'xwd' => { ui => 1 } ); diff --git a/plug-ins/common/polar.c b/plug-ins/common/polar-coords.c similarity index 99% rename from plug-ins/common/polar.c rename to plug-ins/common/polar-coords.c index 66321e5cff..644677df3a 100644 --- a/plug-ins/common/polar.c +++ b/plug-ins/common/polar-coords.c @@ -69,7 +69,7 @@ /***** Magic numbers *****/ #define PLUG_IN_PROC "plug-in-polar-coords" -#define PLUG_IN_BINARY "polar" +#define PLUG_IN_BINARY "polar-coords" #define PLUG_IN_VERSION "July 1997, 0.5" #define SCALE_WIDTH 200 diff --git a/plug-ins/common/gqbist.c b/plug-ins/common/qbist.c similarity index 99% rename from plug-ins/common/gqbist.c rename to plug-ins/common/qbist.c index 780e761713..daab0cecce 100644 --- a/plug-ins/common/gqbist.c +++ b/plug-ins/common/qbist.c @@ -52,7 +52,7 @@ #define PREVIEW_SIZE 64 #define PLUG_IN_PROC "plug-in-qbist" -#define PLUG_IN_BINARY "gqbist" +#define PLUG_IN_BINARY "qbist" #define PLUG_IN_VERSION "January 2001, 1.12" /** types *******************************************************************/ diff --git a/plug-ins/common/redeye.c b/plug-ins/common/red-eye-removal.c similarity index 99% rename from plug-ins/common/redeye.c rename to plug-ins/common/red-eye-removal.c index cb64e1f446..3a89e96455 100644 --- a/plug-ins/common/redeye.c +++ b/plug-ins/common/red-eye-removal.c @@ -75,7 +75,7 @@ static void redeye_inner_loop (const guchar *src, #define SCALE_WIDTH 100 #define PLUG_IN_PROC "plug-in-red-eye-removal" -#define PLUG_IN_BINARY "redeye" +#define PLUG_IN_BINARY "red-eye-removal" const GimpPlugInInfo PLUG_IN_INFO = { diff --git a/plug-ins/common/sample_colorize.c b/plug-ins/common/sample-colorize.c similarity index 99% rename from plug-ins/common/sample_colorize.c rename to plug-ins/common/sample-colorize.c index 76ae0ff20a..d7498630f5 100644 --- a/plug-ins/common/sample_colorize.c +++ b/plug-ins/common/sample-colorize.c @@ -38,7 +38,7 @@ #define RESPONSE_GET_COLORS 2 #define PLUG_IN_PROC "plug-in-sample-colorize" -#define PLUG_IN_BINARY "sample_colorize" +#define PLUG_IN_BINARY "sample-colorize" #define NUMBER_IN_ARGS 13 #define TILE_CACHE_SIZE 32 diff --git a/plug-ins/common/semiflatten.c b/plug-ins/common/semi-flatten.c similarity index 100% rename from plug-ins/common/semiflatten.c rename to plug-ins/common/semi-flatten.c diff --git a/plug-ins/common/smooth_palette.c b/plug-ins/common/smooth-palette.c similarity index 99% rename from plug-ins/common/smooth_palette.c rename to plug-ins/common/smooth-palette.c index 8163300ebf..dcaec37eae 100644 --- a/plug-ins/common/smooth_palette.c +++ b/plug-ins/common/smooth-palette.c @@ -31,7 +31,7 @@ #define PLUG_IN_PROC "plug-in-smooth-palette" -#define PLUG_IN_BINARY "smooth_palette" +#define PLUG_IN_BINARY "smooth-palette" /* Declare local functions. */ diff --git a/plug-ins/common/spheredesigner.c b/plug-ins/common/sphere-designer.c similarity index 99% rename from plug-ins/common/spheredesigner.c rename to plug-ins/common/sphere-designer.c index fb60f15af9..6307e7ff56 100644 --- a/plug-ins/common/spheredesigner.c +++ b/plug-ins/common/sphere-designer.c @@ -50,7 +50,7 @@ #define PLUG_IN_PROC "plug-in-spheredesigner" -#define PLUG_IN_BINARY "spheredesigner" +#define PLUG_IN_BINARY "sphere-designer" #define RESPONSE_RESET 1 diff --git a/plug-ins/common/threshold_alpha.c b/plug-ins/common/threshold-alpha.c similarity index 99% rename from plug-ins/common/threshold_alpha.c rename to plug-ins/common/threshold-alpha.c index 8aa4369542..e0366d8f99 100644 --- a/plug-ins/common/threshold_alpha.c +++ b/plug-ins/common/threshold-alpha.c @@ -31,7 +31,7 @@ #define PLUG_IN_PROC "plug-in-threshold-alpha" -#define PLUG_IN_BINARY "threshold_alpha" +#define PLUG_IN_BINARY "threshold-alpha" #define SCALE_WIDTH 120 diff --git a/plug-ins/common/glasstile.c b/plug-ins/common/tile-glass.c similarity index 99% rename from plug-ins/common/glasstile.c rename to plug-ins/common/tile-glass.c index 014fa3f9b6..d0eebf8604 100644 --- a/plug-ins/common/glasstile.c +++ b/plug-ins/common/tile-glass.c @@ -49,7 +49,7 @@ #define PLUG_IN_PROC "plug-in-glasstile" -#define PLUG_IN_BINARY "glasstile" +#define PLUG_IN_BINARY "tile-glass" /* --- Typedefs --- */ diff --git a/plug-ins/common/papertile.c b/plug-ins/common/tile-paper.c similarity index 99% rename from plug-ins/common/papertile.c rename to plug-ins/common/tile-paper.c index c9a35edef2..7dc6400175 100644 --- a/plug-ins/common/papertile.c +++ b/plug-ins/common/tile-paper.c @@ -35,7 +35,7 @@ /*===========================================================================*/ #define PLUG_IN_PROC "plug-in-papertile" -#define PLUG_IN_BINARY "papertile" +#define PLUG_IN_BINARY "tile-paper" /*===========================================================================*/ /* TYPES */ diff --git a/plug-ins/common/tiler.c b/plug-ins/common/tile-seamless.c similarity index 100% rename from plug-ins/common/tiler.c rename to plug-ins/common/tile-seamless.c diff --git a/plug-ins/common/tileit.c b/plug-ins/common/tile-small.c similarity index 99% rename from plug-ins/common/tileit.c rename to plug-ins/common/tile-small.c index 2dde9fe373..80d8fdd6d1 100644 --- a/plug-ins/common/tileit.c +++ b/plug-ins/common/tile-small.c @@ -45,7 +45,7 @@ #include "libgimp/stdplugins-intl.h" #define PLUG_IN_PROC "plug-in-small-tiles" -#define PLUG_IN_BINARY "tileit" +#define PLUG_IN_BINARY "tile-small" /***** Magic numbers *****/ diff --git a/plug-ins/common/uniteditor.c b/plug-ins/common/unit-editor.c similarity index 99% rename from plug-ins/common/uniteditor.c rename to plug-ins/common/unit-editor.c index b49a420b77..519a9b9cef 100644 --- a/plug-ins/common/uniteditor.c +++ b/plug-ins/common/unit-editor.c @@ -31,7 +31,7 @@ #define PLUG_IN_PROC "plug-in-unit-editor" -#define PLUG_IN_BINARY "uniteditor" +#define PLUG_IN_BINARY "unit-editor" #define RESPONSE_REFRESH 1 enum diff --git a/plug-ins/common/unsharp.c b/plug-ins/common/unsharp-mask.c similarity index 99% rename from plug-ins/common/unsharp.c rename to plug-ins/common/unsharp-mask.c index 2d51cd39a2..6de0d7b965 100644 --- a/plug-ins/common/unsharp.c +++ b/plug-ins/common/unsharp-mask.c @@ -29,7 +29,7 @@ #define PLUG_IN_PROC "plug-in-unsharp-mask" -#define PLUG_IN_BINARY "unsharp" +#define PLUG_IN_BINARY "unsharp-mask" #define SCALE_WIDTH 120 #define ENTRY_WIDTH 5 diff --git a/plug-ins/common/vinvert.c b/plug-ins/common/value-invert.c similarity index 100% rename from plug-ins/common/vinvert.c rename to plug-ins/common/value-invert.c diff --git a/plug-ins/common/vpropagate.c b/plug-ins/common/value-propagate.c similarity index 99% rename from plug-ins/common/vpropagate.c rename to plug-ins/common/value-propagate.c index 9304ce62bc..07354d7281 100644 --- a/plug-ins/common/vpropagate.c +++ b/plug-ins/common/value-propagate.c @@ -45,7 +45,7 @@ #define VPROPAGATE_PROC "plug-in-vpropagate" #define ERODE_PROC "plug-in-erode" #define DILATE_PROC "plug-in-dilate" -#define PLUG_IN_BINARY "vpropagate" +#define PLUG_IN_BINARY "value-propagate" #define PLUG_IN_IMAGE_TYPES "RGB*, GRAY*" #define VP_RGB (1 << 0) diff --git a/plug-ins/common/lic.c b/plug-ins/common/van-gogh-lic.c similarity index 99% rename from plug-ins/common/lic.c rename to plug-ins/common/van-gogh-lic.c index 18fb6e1eb0..ff46b60f3c 100644 --- a/plug-ins/common/lic.c +++ b/plug-ins/common/van-gogh-lic.c @@ -50,7 +50,7 @@ #define numy 40 #define PLUG_IN_PROC "plug-in-lic" -#define PLUG_IN_BINARY "lic" +#define PLUG_IN_BINARY "van-gogh-lic" typedef enum { diff --git a/plug-ins/common/webbrowser.c b/plug-ins/common/web-browser.c similarity index 100% rename from plug-ins/common/webbrowser.c rename to plug-ins/common/web-browser.c diff --git a/plug-ins/common/whirlpinch.c b/plug-ins/common/whirl-pinch.c similarity index 99% rename from plug-ins/common/whirlpinch.c rename to plug-ins/common/whirl-pinch.c index c237a30a5a..b286c0863c 100644 --- a/plug-ins/common/whirlpinch.c +++ b/plug-ins/common/whirl-pinch.c @@ -54,7 +54,7 @@ #define PLUG_IN_PROC "plug-in-whirl-pinch" -#define PLUG_IN_BINARY "whirlpinch" +#define PLUG_IN_BINARY "whirl-pinch" #define PLUG_IN_VERSION "May 1997, 2.09" /***** Magic numbers *****/