[f-spot] Mobe Bling into Core/FSpot.Bling/



commit 7c1c2a2831c5aa9ff65524914328ad33b8035351
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sun Aug 8 14:20:30 2010 +0200

    Mobe Bling into Core/FSpot.Bling/

 .gitignore                                         |   18 ++++++++++--------
 configure.ac                                       |    2 +-
 src/Bling/Makefile.am                              |   17 -----------------
 .../FSpot.Bling/FSpot.Bling}/Animation.cs          |    0
 .../FSpot.Bling/FSpot.Bling}/BackEase.cs           |    0
 .../FSpot.Bling/FSpot.Bling}/CubicEase.cs          |    0
 .../FSpot.Bling/FSpot.Bling}/DoubleAnimation.cs    |    0
 .../FSpot.Bling/FSpot.Bling}/EasedAnimation.cs     |    0
 .../FSpot.Bling/FSpot.Bling}/EasingFunction.cs     |    0
 .../FSpot.Bling/FSpot.Bling}/EasingMode.cs         |    0
 .../FSpot.Bling/FSpot.Bling}/QuinticEase.cs        |    0
 src/Core/FSpot.Bling/Makefile.am                   |   17 +++++++++++++++++
 src/Core/Makefile.am                               |    1 +
 src/Makefile.am                                    |    1 -
 14 files changed, 29 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0cd471..09c50a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.exe
+*.config
 *~
 *#*#
 Makefile
@@ -5,14 +7,13 @@ Makefile.in
 /aclocal.m4
 /autom4te.cache
 /bin
-/build/dll-map-verifier.exe
-/config.guess
-/config.h
-/config.h.in
-/config.log
-/config.status
-/config.sub
-/configure
+configure
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
 /f-spot-import.desktop
 /f-spot-import.desktop.in
 /f-spot-view.desktop
@@ -50,3 +51,4 @@ help/*/*.page
 !help/C/*.page
 help/*/*.xml
 !help/C/*.xml
+/src/Clients/MainApp/f-spot
diff --git a/configure.ac b/configure.ac
index 402ec7f..74337c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,6 +352,7 @@ lib/TagLib/Makefile
 src/AssemblyInfo.cs
 
 src/Core/Makefile
+src/Core/FSpot.Bling/Makefile
 src/Core/FSpot.Cms/Makefile
 src/Core/FSpot.Cms/FSpot.Cms.dll.config
 src/Core/FSpot.Core/Makefile
@@ -367,7 +368,6 @@ icons/Makefile
 tools/Makefile
 po/Makefile.in
 src/Utils/Makefile
-src/Bling/Makefile
 src/JobScheduler/Makefile
 src/Query/Makefile
 src/Widgets/Makefile
diff --git a/src/Bling/Animation.cs b/src/Core/FSpot.Bling/FSpot.Bling/Animation.cs
similarity index 100%
rename from src/Bling/Animation.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/Animation.cs
diff --git a/src/Bling/BackEase.cs b/src/Core/FSpot.Bling/FSpot.Bling/BackEase.cs
similarity index 100%
rename from src/Bling/BackEase.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/BackEase.cs
diff --git a/src/Bling/CubicEase.cs b/src/Core/FSpot.Bling/FSpot.Bling/CubicEase.cs
similarity index 100%
rename from src/Bling/CubicEase.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/CubicEase.cs
diff --git a/src/Bling/DoubleAnimation.cs b/src/Core/FSpot.Bling/FSpot.Bling/DoubleAnimation.cs
similarity index 100%
rename from src/Bling/DoubleAnimation.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/DoubleAnimation.cs
diff --git a/src/Bling/EasedAnimation.cs b/src/Core/FSpot.Bling/FSpot.Bling/EasedAnimation.cs
similarity index 100%
rename from src/Bling/EasedAnimation.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/EasedAnimation.cs
diff --git a/src/Bling/EasingFunction.cs b/src/Core/FSpot.Bling/FSpot.Bling/EasingFunction.cs
similarity index 100%
rename from src/Bling/EasingFunction.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/EasingFunction.cs
diff --git a/src/Bling/EasingMode.cs b/src/Core/FSpot.Bling/FSpot.Bling/EasingMode.cs
similarity index 100%
rename from src/Bling/EasingMode.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/EasingMode.cs
diff --git a/src/Bling/QuinticEase.cs b/src/Core/FSpot.Bling/FSpot.Bling/QuinticEase.cs
similarity index 100%
rename from src/Bling/QuinticEase.cs
rename to src/Core/FSpot.Bling/FSpot.Bling/QuinticEase.cs
diff --git a/src/Core/FSpot.Bling/Makefile.am b/src/Core/FSpot.Bling/Makefile.am
new file mode 100644
index 0000000..d6991e2
--- /dev/null
+++ b/src/Core/FSpot.Bling/Makefile.am
@@ -0,0 +1,17 @@
+ASSEMBLY = FSpot.Bling
+TARGET = library
+LINK = $(REF_FSPOT_BLING)
+
+SOURCES = \
+	FSpot.Bling/Animation.cs \
+	FSpot.Bling/BackEase.cs \
+	FSpot.Bling/CubicEase.cs \
+	FSpot.Bling/DoubleAnimation.cs \
+	FSpot.Bling/EasedAnimation.cs \
+	FSpot.Bling/EasingFunction.cs \
+	FSpot.Bling/EasingMode.cs \
+	FSpot.Bling/QuinticEase.cs
+
+RESOURCES =
+
+include $(top_srcdir)/build/build.mk
diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am
index 5703237..98f3e8a 100644
--- a/src/Core/Makefile.am
+++ b/src/Core/Makefile.am
@@ -1,3 +1,4 @@
 SUBDIRS = \
+		FSpot.Bling \
 		FSpot.Cms \
 		FSpot.Core
diff --git a/src/Makefile.am b/src/Makefile.am
index 91acf65..c2f712d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = \
 	Core \
 	Query \
 	JobScheduler \
-	Bling \
 	Platform \
 	Widgets \
 	Clients



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