[f-spot] Shuffle the Cms assembly around.



commit 47798a7f28add32c0dbd54e71671355a92839ff1
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sun Aug 8 13:11:04 2010 +0200

    Shuffle the Cms assembly around.

 configure.ac                                       |    4 +-
 src/Cms/Makefile.am                                |   28 --------------------
 src/{Cms => Core/FSpot.Cms}/.gitignore             |    0
 src/{ => Core/FSpot.Cms}/Cms/CctTable.cs           |    0
 src/{ => Core/FSpot.Cms}/Cms/CmsException.cs       |    0
 src/{ => Core/FSpot.Cms}/Cms/ColorCIELCh.cs        |    0
 src/{ => Core/FSpot.Cms}/Cms/ColorCIELab.cs        |    0
 src/{ => Core/FSpot.Cms}/Cms/ColorCIEXYZ.cs        |    0
 src/{ => Core/FSpot.Cms}/Cms/ColorCIExyY.cs        |    0
 src/{ => Core/FSpot.Cms}/Cms/Format.cs             |    0
 src/{ => Core/FSpot.Cms}/Cms/GammaTable.cs         |    0
 src/{ => Core/FSpot.Cms}/Cms/IccColorSpace.cs      |    0
 src/{ => Core/FSpot.Cms}/Cms/IccProfileClass.cs    |    0
 src/{ => Core/FSpot.Cms}/Cms/Intent.cs             |    0
 src/{ => Core/FSpot.Cms}/Cms/NativeMethods.cs      |    0
 src/{ => Core/FSpot.Cms}/Cms/Profile.cs            |    0
 src/{ => Core/FSpot.Cms}/Cms/SaveException.cs      |    0
 src/{ => Core/FSpot.Cms}/Cms/Transform.cs          |    0
 .../FSpot.Cms}/FSpot.Cms.dll.config.in             |    0
 src/Core/FSpot.Cms/Makefile.am                     |   28 ++++++++++++++++++++
 src/Core/Makefile.am                               |    1 +
 src/Makefile.am                                    |    1 -
 22 files changed, 31 insertions(+), 31 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2f72f7d..74193f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -350,6 +350,8 @@ lib/Hyena/Hyena.Gui/Makefile
 lib/TagLib/Makefile
 
 src/Core/Makefile
+src/Core/FSpot.Cms/Makefile
+src/Core/FSpot.Cms/FSpot.Cms.dll.config
 src/Core/FSpot.Core/Makefile
 src/Core/FSpot.Core/FSpot.Core.dll.config
 src/Core/FSpot.Core/FSpot.Core/Defines.cs
@@ -358,8 +360,6 @@ docs/Makefile
 icons/Makefile
 tools/Makefile
 po/Makefile.in
-src/Cms/FSpot.Cms.dll.config
-src/Cms/Makefile
 src/Utils/Makefile
 src/Bling/Makefile
 src/JobScheduler/Makefile
diff --git a/src/Cms/.gitignore b/src/Core/FSpot.Cms/.gitignore
similarity index 100%
rename from src/Cms/.gitignore
rename to src/Core/FSpot.Cms/.gitignore
diff --git a/src/Cms/CctTable.cs b/src/Core/FSpot.Cms/Cms/CctTable.cs
similarity index 100%
rename from src/Cms/CctTable.cs
rename to src/Core/FSpot.Cms/Cms/CctTable.cs
diff --git a/src/Cms/CmsException.cs b/src/Core/FSpot.Cms/Cms/CmsException.cs
similarity index 100%
rename from src/Cms/CmsException.cs
rename to src/Core/FSpot.Cms/Cms/CmsException.cs
diff --git a/src/Cms/ColorCIELCh.cs b/src/Core/FSpot.Cms/Cms/ColorCIELCh.cs
similarity index 100%
rename from src/Cms/ColorCIELCh.cs
rename to src/Core/FSpot.Cms/Cms/ColorCIELCh.cs
diff --git a/src/Cms/ColorCIELab.cs b/src/Core/FSpot.Cms/Cms/ColorCIELab.cs
similarity index 100%
rename from src/Cms/ColorCIELab.cs
rename to src/Core/FSpot.Cms/Cms/ColorCIELab.cs
diff --git a/src/Cms/ColorCIEXYZ.cs b/src/Core/FSpot.Cms/Cms/ColorCIEXYZ.cs
similarity index 100%
rename from src/Cms/ColorCIEXYZ.cs
rename to src/Core/FSpot.Cms/Cms/ColorCIEXYZ.cs
diff --git a/src/Cms/ColorCIExyY.cs b/src/Core/FSpot.Cms/Cms/ColorCIExyY.cs
similarity index 100%
rename from src/Cms/ColorCIExyY.cs
rename to src/Core/FSpot.Cms/Cms/ColorCIExyY.cs
diff --git a/src/Cms/Format.cs b/src/Core/FSpot.Cms/Cms/Format.cs
similarity index 100%
rename from src/Cms/Format.cs
rename to src/Core/FSpot.Cms/Cms/Format.cs
diff --git a/src/Cms/GammaTable.cs b/src/Core/FSpot.Cms/Cms/GammaTable.cs
similarity index 100%
rename from src/Cms/GammaTable.cs
rename to src/Core/FSpot.Cms/Cms/GammaTable.cs
diff --git a/src/Cms/IccColorSpace.cs b/src/Core/FSpot.Cms/Cms/IccColorSpace.cs
similarity index 100%
rename from src/Cms/IccColorSpace.cs
rename to src/Core/FSpot.Cms/Cms/IccColorSpace.cs
diff --git a/src/Cms/IccProfileClass.cs b/src/Core/FSpot.Cms/Cms/IccProfileClass.cs
similarity index 100%
rename from src/Cms/IccProfileClass.cs
rename to src/Core/FSpot.Cms/Cms/IccProfileClass.cs
diff --git a/src/Cms/Intent.cs b/src/Core/FSpot.Cms/Cms/Intent.cs
similarity index 100%
rename from src/Cms/Intent.cs
rename to src/Core/FSpot.Cms/Cms/Intent.cs
diff --git a/src/Cms/NativeMethods.cs b/src/Core/FSpot.Cms/Cms/NativeMethods.cs
similarity index 100%
rename from src/Cms/NativeMethods.cs
rename to src/Core/FSpot.Cms/Cms/NativeMethods.cs
diff --git a/src/Cms/Profile.cs b/src/Core/FSpot.Cms/Cms/Profile.cs
similarity index 100%
rename from src/Cms/Profile.cs
rename to src/Core/FSpot.Cms/Cms/Profile.cs
diff --git a/src/Cms/SaveException.cs b/src/Core/FSpot.Cms/Cms/SaveException.cs
similarity index 100%
rename from src/Cms/SaveException.cs
rename to src/Core/FSpot.Cms/Cms/SaveException.cs
diff --git a/src/Cms/Transform.cs b/src/Core/FSpot.Cms/Cms/Transform.cs
similarity index 100%
rename from src/Cms/Transform.cs
rename to src/Core/FSpot.Cms/Cms/Transform.cs
diff --git a/src/Cms/FSpot.Cms.dll.config.in b/src/Core/FSpot.Cms/FSpot.Cms.dll.config.in
similarity index 100%
rename from src/Cms/FSpot.Cms.dll.config.in
rename to src/Core/FSpot.Cms/FSpot.Cms.dll.config.in
diff --git a/src/Core/FSpot.Cms/Makefile.am b/src/Core/FSpot.Cms/Makefile.am
new file mode 100644
index 0000000..0f8e0a7
--- /dev/null
+++ b/src/Core/FSpot.Cms/Makefile.am
@@ -0,0 +1,28 @@
+ASSEMBLY = FSpot.Cms
+ASSEMBLY_BUILD_FLAGS = -unsafe
+TARGET = library
+LINK = $(REF_FSPOT_CMS)
+
+SOURCES = \
+	Cms/CctTable.cs \
+	Cms/CmsException.cs \
+	Cms/ColorCIELab.cs \
+	Cms/ColorCIELCh.cs \
+	Cms/ColorCIExyY.cs \
+	Cms/ColorCIEXYZ.cs \
+	Cms/Format.cs \
+	Cms/GammaTable.cs \
+	Cms/IccColorSpace.cs \
+	Cms/IccProfileClass.cs \
+	Cms/Intent.cs \
+	Cms/NativeMethods.cs \
+	Cms/Profile.cs \
+	Cms/SaveException.cs \
+	Cms/Transform.cs
+
+RESOURCES =
+
+include $(top_srcdir)/build/build.mk
+
+EXTRA_DIST += FSpot.Cms.dll.config
+module_SCRIPTS += FSpot.Cms.dll.config
diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am
index 596d2c8..5703237 100644
--- a/src/Core/Makefile.am
+++ b/src/Core/Makefile.am
@@ -1,2 +1,3 @@
 SUBDIRS = \
+		FSpot.Cms \
 		FSpot.Core
diff --git a/src/Makefile.am b/src/Makefile.am
index 329c3d8..8dc5fa7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,4 @@
 SUBDIRS = \
-	Cms \
 	Utils \
 	Core \
 	Query \



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