[maemo-commits] [maemo-commits] r16658 - in projects/haf/trunk/hildon-thumbnail: . daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Nov 13 15:50:11 EET 2008
Author: pvanhoof
Date: 2008-11-13 15:50:09 +0200 (Thu, 13 Nov 2008)
New Revision: 16658

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/Makefile.am
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c
Log:
2008-11-13  Philip Van Hoof  <philip at codeminded.be>

	* daemon/plugins/Makefile.am
	* daemon/plugins/gstreamer-video-plugin.c: Removed GdkPixbuf dependency



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2008-11-13 12:23:57 UTC (rev 16657)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2008-11-13 13:50:09 UTC (rev 16658)
@@ -1,32 +1,37 @@
 2008-11-13  Philip Van Hoof  <philip at codeminded.be>
 
-	*thumbs/hildon-thumbnail-factory.c
-	*thumbs/thumber-gdk-pixbuf.c
-	*thumbs/hildon-albumart-factory.c
-	*thumbs/hildon-thumbnail-factory.h
-	*thumbs/thumber-register.c
-	*thumbs/hildon-albumart-obj.c
-	*thumbs/hildon-thumber-common.h
-	*thumbs/thumber-common.c
-	*thumbs/hildon-albumart-factory.h
-	*daemon/hildon-thumbnail-plugin.h
-	*daemon/utils.c
-	*daemon/plugins/gdkpixbuf-plugin.c
-	*daemon/plugins/exec-plugin.c
-	*daemon/plugins/pixbuf-io-loader.c
-	*daemon/plugins/gdkpixbuf-jpeg-out-plugin.c
-	*daemon/plugins/epeg-plugin.c
-	*daemon/plugin-runner.c
-	*daemon/utils.h
-	*daemon/albumart.h
-	*daemon/albumart-manager.c
-	*daemon/albumart-manager.h
-	*daemon/hildon-thumbnail-plugin.c
-	*daemon/thumbnail-manager.c: Indentation
+	* daemon/plugins/Makefile.am
+	* daemon/plugins/gstreamer-video-plugin.c: Removed GdkPixbuf dependency
 
 2008-11-13  Philip Van Hoof  <philip at codeminded.be>
 
+	* thumbs/hildon-thumbnail-factory.c
+	* thumbs/thumber-gdk-pixbuf.c
+	* thumbs/hildon-albumart-factory.c
+	* thumbs/hildon-thumbnail-factory.h
+	* thumbs/thumber-register.c
+	* thumbs/hildon-albumart-obj.c
+	* thumbs/hildon-thumber-common.h
+	* thumbs/thumber-common.c
+	* thumbs/hildon-albumart-factory.h
 	* daemon/hildon-thumbnail-plugin.h
+	* daemon/utils.c
+	* daemon/plugins/gdkpixbuf-plugin.c
+	* daemon/plugins/exec-plugin.c
+	* daemon/plugins/pixbuf-io-loader.c
+	* daemon/plugins/gdkpixbuf-jpeg-out-plugin.c
+	* daemon/plugins/epeg-plugin.c
+	* daemon/plugin-runner.c
+	* daemon/utils.h
+	* daemon/albumart.h
+	* daemon/albumart-manager.c
+	* daemon/albumart-manager.h
+	* daemon/hildon-thumbnail-plugin.c
+	* daemon/thumbnail-manager.c: Indentation
+
+2008-11-13  Philip Van Hoof  <philip at codeminded.be>
+
+	* daemon/hildon-thumbnail-plugin.h
 	* daemon/hildon-thumbnail-daemon.c
 	* daemon/plugins/gdkpixbuf-jpeg-out-plugin.c
 	* daemon/plugins/gdkpixbuf-plugin.c

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/Makefile.am	2008-11-13 12:23:57 UTC (rev 16657)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/Makefile.am	2008-11-13 13:50:09 UTC (rev 16658)
@@ -54,14 +54,12 @@
 	-I$(top_srcdir)/thumbs \
 	$(DBUS_CFLAGS) \
 	$(GLIB_CFLAGS) \
-	$(GSTREAMER_CFLAGS) \
-	$(GDK_PIXBUF_CFLAGS)
+	$(GSTREAMER_CFLAGS) 
 libhildon_thumbnailer_gstreamer_video_la_LIBADD = \
 	$(top_builddir)/daemon/libshared.la \
         $(GMODULE_LIBS) \
         $(GLIB_LIBS) \
-	$(GSTREAMER_LIBS) \
-	$(GDK_PIXBUF_LIBS)
+	$(GSTREAMER_LIBS) 
 
 libhildon_thumbnailer_epeg_la_SOURCES = epeg-plugin.c epeg-plugin.h
 libhildon_thumbnailer_epeg_la_LDFLAGS = $(plugin_flags)

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c	2008-11-13 12:23:57 UTC (rev 16657)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c	2008-11-13 13:50:09 UTC (rev 16658)
@@ -32,7 +32,6 @@
 #include <glib.h>
 #include <gst/gst.h>
 #include <gio/gio.h>
-#include <gdk-pixbuf/gdk-pixbuf.h>
 
 #include "hildon-thumbnail-plugin.h"
 #include "utils.h"


More information about the maemo-commits mailing list