totem-pl-parser r128 - in trunk: . plparse
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r128 - in trunk: . plparse
- Date: Wed, 21 May 2008 08:02:46 +0000 (UTC)
Author: hadess
Date: Wed May 21 08:02:45 2008
New Revision: 128
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=128&view=rev
Log:
2008-05-21 Bastien Nocera <hadess hadess net>
* configure.in:
* plparse/totem-pl-parser.c:
* totem-plparser-mini-uninstalled.pc.in:
* totem-plparser-mini.pc.in:
* totem-plparser-uninstalled.pc.in:
* totem-plparser.pc.in: Patch from Saleem Abdulrasool
<compnerd compnerd org> to remove the last bits of gnome-vfs
from here (Closes: #534128)
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/plparse/totem-pl-parser.c
trunk/totem-plparser-mini-uninstalled.pc.in
trunk/totem-plparser-mini.pc.in
trunk/totem-plparser-uninstalled.pc.in
trunk/totem-plparser.pc.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed May 21 08:02:45 2008
@@ -76,9 +76,9 @@
AM_CONDITIONAL(HAVE_HAL, test x"$with_hal" = xyes)
dnl Check for packages for building libtotem-plparser.la
-PKG_CHECK_MODULES(TOTEM_PLPARSER, [glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0])
+PKG_CHECK_MODULES(TOTEM_PLPARSER, [glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 camel-1.2 gio-2.0])
-PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0])
+PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0])
GNOME_COMMON_INIT
GNOME_DEBUG_CHECK
Modified: trunk/plparse/totem-pl-parser.c
==============================================================================
--- trunk/plparse/totem-pl-parser.c (original)
+++ trunk/plparse/totem-pl-parser.c Wed May 21 08:02:45 2008
@@ -754,7 +754,7 @@
/**
* totem_pl_parser_write_buffer:
- * @handle: a #GnomeVFSHandle to an open file
+ * @stream: a #GFileOutputStream to an open file
* @buf: the string buffer to write out
* @len: the length of the string to write out
* @error: return location for a #GError, or %NULL
Modified: trunk/totem-plparser-mini-uninstalled.pc.in
==============================================================================
--- trunk/totem-plparser-mini-uninstalled.pc.in (original)
+++ trunk/totem-plparser-mini-uninstalled.pc.in Wed May 21 08:02:45 2008
@@ -8,6 +8,5 @@
Name: totem-plparser
Description: Totem Playlist Parser library
Version: @VERSION@
-Requires.private: gnome-vfs-2.0 gnome-vfs-module-2.0
Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser-mini.la
Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
Modified: trunk/totem-plparser-mini.pc.in
==============================================================================
--- trunk/totem-plparser-mini.pc.in (original)
+++ trunk/totem-plparser-mini.pc.in Wed May 21 08:02:45 2008
@@ -8,6 +8,5 @@
Name: totem-plparser-mini
Description: Totem Playlist Parser library, mini version
Version: @VERSION@
-Requires.private: gnome-vfs-2.0 gnome-vfs-module-2.0
Libs: -L${libdir} -ltotem-plparser-mini
Cflags: -I${includedir}/totem-pl-parser/1/plparser
Modified: trunk/totem-plparser-uninstalled.pc.in
==============================================================================
--- trunk/totem-plparser-uninstalled.pc.in (original)
+++ trunk/totem-plparser-uninstalled.pc.in Wed May 21 08:02:45 2008
@@ -9,6 +9,6 @@
Description: Totem Playlist Parser library
Version: @VERSION@
Requires: gtk+-2.0
-Requires.private: libxml-2.0 gnome-vfs-2.0 gnome-vfs-module-2.0 camel-1.2
+Requires.private: libxml-2.0 camel-1.2
Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser.la
Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
Modified: trunk/totem-plparser.pc.in
==============================================================================
--- trunk/totem-plparser.pc.in (original)
+++ trunk/totem-plparser.pc.in Wed May 21 08:02:45 2008
@@ -9,6 +9,6 @@
Description: Totem Playlist Parser library
Version: @VERSION@
Requires: gtk+-2.0
-Requires.private: libxml-2.0 gnome-vfs-2.0 gnome-vfs-module-2.0 camel-1.2
+Requires.private: libxml-2.0 camel-1.2
Libs: -L${libdir} -ltotem-plparser
Cflags: -I${includedir}/totem-pl-parser/1/plparser
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]