renamed... ...to this.

2008-08-18  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/compressor.c: renamed...
	* plug-ins/common/file-compressor.c: ...to this.

	* plug-ins/common/plugin-defs.pl: changed accordingly.

	* plug-ins/common/Makefile.am: regenerated.


svn path=/trunk/; revision=26648
This commit is contained in:
Michael Natterer 2008-08-18 19:27:14 +00:00 committed by Michael Natterer
parent a458135b1a
commit 7caea1c8e8
4 changed files with 24 additions and 15 deletions

View File

@ -1,3 +1,12 @@
2008-08-18 Michael Natterer <mitch@gimp.org>
* plug-ins/common/compressor.c: renamed...
* plug-ins/common/file-compressor.c: ...to this.
* plug-ins/common/plugin-defs.pl: changed accordingly.
* plug-ins/common/Makefile.am: regenerated.
2008-08-18 Sven Neumann <sven@gimp.org>
* plug-ins/common/file-xbm.c

View File

@ -60,7 +60,6 @@ libexec_PROGRAMS = \
colorify \
colormap-remap \
compose \
compressor \
contrast-normalize \
contrast-retinex \
contrast-stretch \
@ -86,6 +85,7 @@ libexec_PROGRAMS = \
engrave \
$(FILE_AA) \
file-cel \
file-compressor \
file-csource \
file-desktop-link \
file-dicom \
@ -585,19 +585,6 @@ compose_LDADD = \
$(RT_LIBS) \
$(INTLLIBS)
compressor_SOURCES = \
compressor.c
compressor_LDADD = \
$(libgimp) \
$(libgimpmath) \
$(libgimpconfig) \
$(libgimpcolor) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)
contrast_normalize_SOURCES = \
contrast-normalize.c
@ -981,6 +968,19 @@ file_cel_LDADD = \
$(RT_LIBS) \
$(INTLLIBS)
file_compressor_SOURCES = \
file-compressor.c
file_compressor_LDADD = \
$(libgimp) \
$(libgimpmath) \
$(libgimpconfig) \
$(libgimpcolor) \
$(libgimpbase) \
$(GLIB_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)
file_csource_SOURCES = \
file-csource.c

View File

@ -23,7 +23,6 @@
'colorify' => { ui => 1 },
'colormap-remap' => { ui => 1 },
'compose' => { ui => 1 },
'compressor' => {},
'contrast-normalize' => {},
'contrast-retinex' => { ui => 1 },
'contrast-stretch' => {},
@ -49,6 +48,7 @@
'engrave' => { ui => 1 },
'file-aa' => { ui => 1, optional => 1, libs => 'AA_LIBS' },
'file-cel' => { ui => 1 },
'file-compressor' => {},
'file-csource' => { ui => 1 },
'file-desktop-link' => {},
'file-dicom' => { ui => 1 },