summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--Makefile.am5
-rw-r--r--configure.in8
-rw-r--r--totem-plparser-mini-uninstalled.pc.in14
-rw-r--r--totem-plparser-mini.pc.in14
-rw-r--r--totem-plparser-uninstalled.pc.in4
-rw-r--r--totem-plparser.pc.in2
7 files changed, 51 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 5805107..5fd3bdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+============ Version 2.21.4
+
+2007-12-03 Bastien Nocera <hadess@hadess.net>
+
+ * Makefile.am:
+ * configure.in: 2.21.4
+
+ * totem-plparser-mini-uninstalled.pc.in:
+ * totem-plparser-mini.pc.in:
+ * totem-plparser-uninstalled.pc.in:
+ * totem-plparser.pc.in: Update includes to new location
+
2007-12-03 Bastien Nocera <hadess@hadess.net>
* MAINTAINERS: add
diff --git a/Makefile.am b/Makefile.am
index 9a4dac2..c8c9a8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@ EXTRA_DIST = \
intltool-merge.in \
intltool-update.in \
AUTHORS NEWS \
- totem-plparser.pc.in
+ totem-plparser.pc.in \
+ totem-plparser-mini.pc
CLEANFILES = totem-plparser.pc
@@ -15,6 +16,6 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
gnome-doc-utils.make
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = totem-plparser.pc
+pkgconfig_DATA = totem-plparser.pc totem-plparser-mini.pc
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
diff --git a/configure.in b/configure.in
index 71d10a2..a9f56e8 100644
--- a/configure.in
+++ b/configure.in
@@ -2,11 +2,11 @@ AC_PREREQ(2.52)
m4_define(totem_version_major, 2)
m4_define(totem_version_minor, 21)
-m4_define(totem_version_micro, 3)
+m4_define(totem_version_micro, 4)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=totem-pl-parser])
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=totem&component=playlist%20parser])
AC_CONFIG_SRCDIR([plparse/totem-pl-parser.c])
AC_CONFIG_HEADERS([config.h])
@@ -45,7 +45,7 @@ GNOMEVFS_REQS=2.16.0
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=10:1:0
+PLPARSER_LT_VERSION=10:2:0
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
@@ -105,6 +105,8 @@ AC_OUTPUT([
Makefile
totem-plparser.pc
totem-plparser-uninstalled.pc
+totem-plparser-mini.pc
+totem-plparser-mini-uninstalled.pc
lib/Makefile
plparse/Makefile
plparse/totem-pl-parser-features.h
diff --git a/totem-plparser-mini-uninstalled.pc.in b/totem-plparser-mini-uninstalled.pc.in
new file mode 100644
index 0000000..69a40d3
--- /dev/null
+++ b/totem-plparser-mini-uninstalled.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+gconf_serverdir=@libexecdir@
+
+
+Name: totem-plparser
+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
+Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser.la
+Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
diff --git a/totem-plparser-mini.pc.in b/totem-plparser-mini.pc.in
new file mode 100644
index 0000000..ef9502e
--- /dev/null
+++ b/totem-plparser-mini.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+gconf_serverdir=@libexecdir@
+
+
+Name: totem-plparser
+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
+Libs: -L${libdir} -ltotem-plparser
+Cflags: -I${includedir}/totem-pl-parser/1/plparser
diff --git a/totem-plparser-uninstalled.pc.in b/totem-plparser-uninstalled.pc.in
index dd9128c..69a40d3 100644
--- a/totem-plparser-uninstalled.pc.in
+++ b/totem-plparser-uninstalled.pc.in
@@ -10,5 +10,5 @@ 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
-Libs: ${pc_top_builddir}/${pcfiledir}/src/plparse/libtotem-plparser.la
-Cflags: -I${pc_top_builddir}/${pcfiledir}/src/plparse
+Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser.la
+Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
diff --git a/totem-plparser.pc.in b/totem-plparser.pc.in
index 8bb1e59..ef9502e 100644
--- a/totem-plparser.pc.in
+++ b/totem-plparser.pc.in
@@ -11,4 +11,4 @@ Version: @VERSION@
Requires: gtk+-2.0
Requires.private: libxml-2.0 gnome-vfs-2.0 gnome-vfs-module-2.0
Libs: -L${libdir} -ltotem-plparser
-Cflags: -I${includedir}/totem/1/plparser
+Cflags: -I${includedir}/totem-pl-parser/1/plparser