<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,13 @@
+2005-06-02  Kristian H&#248;gsberg  &lt;krh@redhat.com&gt;
+
+	Patch from Stanislav Brabec &lt;sbrabec@suse.cz&gt;:
+
+	* configure.ac:
+	* poppler-cairo.pc.in:
+	* poppler-glib.pc.in:
+	* poppler-qt.pc.in:
+	* poppler-splash.pc.in: Misc fixes to pkg-config files.
+
 2005-06-01  Jeff Muizelaar  &lt;jeff@infidigm.net&gt;
 
 	* poppler/Error.cc:</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -175,15 +175,17 @@ if test x$enable_splash_output = xyes; then
   AC_DEFINE(HAVE_SPLASH)
 fi
 
+CAIRO_VERSION=&quot;0.5&quot;
+AC_SUBST(CAIRO_VERSION)
 AC_ARG_ENABLE(cairo-output,
               AC_HELP_STRING([--disable-cairo-output],
                              [Don't build the cairo graphics backend.]),
               enable_cairo_output=$enableval,
               enable_cairo_output=&quot;try&quot;)
 if test x$enable_cairo_output = xyes; then
-  PKG_CHECK_MODULES(CAIRO, cairo &gt;= 0.5.0 fontconfig)
+  PKG_CHECK_MODULES(CAIRO, cairo &gt;= $CAIRO_VERSION fontconfig)
 elif test x$enable_cairo_output = xtry; then
-  PKG_CHECK_MODULES(CAIRO, cairo &gt;= 0.5.0 fontconfig,
+  PKG_CHECK_MODULES(CAIRO, cairo &gt;= $CAIRO_VERSION fontconfig,
                     [enable_cairo_output=&quot;yes&quot;],
                     [enable_cairo_output=&quot;no&quot;])
 fi</diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -6,5 +6,4 @@ includedir=@includedir@
 Name: poppler-cairo
 Description: Cairo backend for Poppler PDF rendering library
 Version: @VERSION@
-
-Requires: poppler-@VERSION@ cairo &gt;= 0.3
+Requires: poppler = @VERSION@ cairo &gt;= @CAIRO_VERSION@</diff>
      <filename>poppler-cairo.pc.in</filename>
    </modified>
    <modified>
      <diff>@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: poppler
+Name: poppler-glib
 Description: GLib wrapper for poppler
 Version: @VERSION@
-Requires: gobject-2.0 gdk-pixbuf-2.0
+Requires: poppler = @VERSION@ gobject-2.0 gdk-pixbuf-2.0
 
 Libs: -L${libdir} -lpoppler-glib
 Cflags: -I${includedir}/poppler/glib</diff>
      <filename>poppler-glib.pc.in</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@ includedir=@includedir@
 Name: poppler-qt
 Description: Qt bindings for poppler
 Version: @VERSION@
+Requires: poppler = @VERSION@
 
 Libs: -L${libdir} -lpoppler-qt
 Cflags: -I${includedir}/poppler</diff>
      <filename>poppler-qt.pc.in</filename>
    </modified>
    <modified>
      <diff>@@ -6,5 +6,4 @@ includedir=@includedir@
 Name: poppler-splash
 Description: Splash backend for Poppler PDF rendering library
 Version: @VERSION@
-
-Requires: poppler-@VERSION@
+Requires: poppler = @VERSION@</diff>
      <filename>poppler-splash.pc.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f0da96dd005defd5d82dd05b627ff1925430215</id>
    </parent>
  </parents>
  <author>
    <name>Kristian H&#248;gsberg</name>
    <email>krh@redhat.com</email>
  </author>
  <url>http://github.com/kou/poppler-test/commit/47c3b4ec2c7691e44f5100b1f5956df0005467c8</url>
  <id>47c3b4ec2c7691e44f5100b1f5956df0005467c8</id>
  <committed-date>2005-06-02T11:49:55-07:00</committed-date>
  <authored-date>2005-06-02T11:49:55-07:00</authored-date>
  <message>2005-06-02  Kristian H&#248;gsberg  &lt;krh@redhat.com&gt;

        Patch from Stanislav Brabec &lt;sbrabec@suse.cz&gt;:

        * configure.ac:
        * poppler-cairo.pc.in:
        * poppler-glib.pc.in:
        * poppler-qt.pc.in:
        * poppler-splash.pc.in: Misc fixes to pkg-config files.</message>
  <tree>eece83c09cf9d1d82afa832e009ab6af5a796d8f</tree>
  <committer>
    <name>Kristian H&#248;gsberg</name>
    <email>krh@redhat.com</email>
  </committer>
</commit>
