gimp r26335 - in trunk: . plug-ins/common plug-ins/psd po-plug-ins



Author: neo
Date: Tue Jul 29 17:37:38 2008
New Revision: 26335
URL: http://svn.gnome.org/viewvc/gimp?rev=26335&view=rev

Log:
2008-07-29  Sven Neumann  <sven gimp org>

	* plug-ins/common/Makefile.am
	* plug-ins/common/plugin-defs.pl
	* plug-ins/common/psd-save.c: removed psd-save source here ...

	* plug-ins/psd/Makefile.am
	* plug-ins/psd/psd-save.c: ... and added it back here.



Added:
   trunk/plug-ins/psd/psd-save.c   (props changed)
      - copied unchanged from r26334, /trunk/plug-ins/common/psd-save.c
Removed:
   trunk/plug-ins/common/psd-save.c
Modified:
   trunk/ChangeLog
   trunk/plug-ins/common/   (props changed)
   trunk/plug-ins/common/Makefile.am
   trunk/plug-ins/common/plugin-defs.pl
   trunk/plug-ins/psd/   (props changed)
   trunk/plug-ins/psd/Makefile.am
   trunk/po-plug-ins/POTFILES.in

Modified: trunk/plug-ins/common/Makefile.am
==============================================================================
--- trunk/plug-ins/common/Makefile.am	(original)
+++ trunk/plug-ins/common/Makefile.am	Tue Jul 29 17:37:38 2008
@@ -138,7 +138,6 @@
 	$(POPPLER) \
 	postscript \
 	procedure-browser \
-	psd-save \
 	$(PSP) \
 	qbist \
 	raw \
@@ -1808,22 +1807,6 @@
 	$(RT_LIBS)		\
 	$(INTLLIBS)
 
-psd_save_SOURCES = \
-	psd-save.c
-
-psd_save_LDADD = \
-	$(libgimpui)		\
-	$(libgimpwidgets)	\
-	$(libgimpmodule)	\
-	$(libgimp)		\
-	$(libgimpmath)		\
-	$(libgimpconfig)	\
-	$(libgimpcolor)		\
-	$(libgimpbase)		\
-	$(GTK_LIBS)		\
-	$(RT_LIBS)		\
-	$(INTLLIBS)
-
 psp_SOURCES = \
 	psp.c
 

Modified: trunk/plug-ins/common/plugin-defs.pl
==============================================================================
--- trunk/plug-ins/common/plugin-defs.pl	(original)
+++ trunk/plug-ins/common/plugin-defs.pl	Tue Jul 29 17:37:38 2008
@@ -101,7 +101,6 @@
     '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' },
     'qbist' => { ui => 1 },
     'raw' => { ui => 1 },

Modified: trunk/plug-ins/psd/Makefile.am
==============================================================================
--- trunk/plug-ins/psd/Makefile.am	(original)
+++ trunk/plug-ins/psd/Makefile.am	Tue Jul 29 17:37:38 2008
@@ -16,7 +16,9 @@
 
 libexecdir = $(gimpplugindir)/plug-ins
 
-libexec_PROGRAMS = psd-load
+libexec_PROGRAMS = \
+	psd-load	\
+	psd-save
 
 psd_load_SOURCES = \
 	psd.c			\
@@ -32,6 +34,9 @@
 	psd-layer-res-load.c	\
 	psd-layer-res-load.h		
 
+psd_save_SOURCES = \
+	psd-save.c
+
 EXTRA_DIST = \
 	TODO.txt		\
 	new-resource-ids.txt

Modified: trunk/po-plug-ins/POTFILES.in
==============================================================================
--- trunk/po-plug-ins/POTFILES.in	(original)
+++ trunk/po-plug-ins/POTFILES.in	Tue Jul 29 17:37:38 2008
@@ -111,7 +111,6 @@
 plug-ins/common/poppler.c
 plug-ins/common/postscript.c
 plug-ins/common/procedure-browser.c
-plug-ins/common/psd-save.c
 plug-ins/common/psp.c
 plug-ins/common/qbist.c
 plug-ins/common/raw.c
@@ -263,6 +262,7 @@
 plug-ins/print/print.c
 plug-ins/psd/psd-image-res-load.c
 plug-ins/psd/psd-load.c
+plug-ins/psd/psd-save.c
 plug-ins/psd/psd-thumb-load.c
 plug-ins/psd/psd-util.c
 plug-ins/psd/psd.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]