gimp r26648 - in trunk: . plug-ins/common
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26648 - in trunk: . plug-ins/common
- Date: Mon, 18 Aug 2008 19:27:14 +0000 (UTC)
Author: mitch
Date: Mon Aug 18 19:27:14 2008
New Revision: 26648
URL: http://svn.gnome.org/viewvc/gimp?rev=26648&view=rev
Log:
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.
Added:
trunk/plug-ins/common/file-compressor.c (props changed)
- copied unchanged from r26645, /trunk/plug-ins/common/compressor.c
Removed:
trunk/plug-ins/common/compressor.c
Modified:
trunk/ChangeLog
trunk/plug-ins/common/ (props changed)
trunk/plug-ins/common/Makefile.am
trunk/plug-ins/common/plugin-defs.pl
Modified: trunk/plug-ins/common/Makefile.am
==============================================================================
--- trunk/plug-ins/common/Makefile.am (original)
+++ trunk/plug-ins/common/Makefile.am Mon Aug 18 19:27:14 2008
@@ -60,7 +60,6 @@
colorify \
colormap-remap \
compose \
- compressor \
contrast-normalize \
contrast-retinex \
contrast-stretch \
@@ -86,6 +85,7 @@
engrave \
$(FILE_AA) \
file-cel \
+ file-compressor \
file-csource \
file-desktop-link \
file-dicom \
@@ -585,19 +585,6 @@
$(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 @@
$(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
Modified: trunk/plug-ins/common/plugin-defs.pl
==============================================================================
--- trunk/plug-ins/common/plugin-defs.pl (original)
+++ trunk/plug-ins/common/plugin-defs.pl Mon Aug 18 19:27:14 2008
@@ -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 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]