]> Pileus Git - ~andy/gtk/commitdiff
Some doc additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Aug 2008 18:01:38 +0000 (18:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Aug 2008 18:01:38 +0000 (18:01 +0000)
svn path=/trunk/; revision=21129

ChangeLog
README.in
docs/reference/ChangeLog
docs/reference/gtk/building.sgml

index 859b3c3fc7bf6c82531ac0d42b5700bc7a5164bc..82680abca66838017ef6a2e6ec7f96bc26f2e35a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-15  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 547655 – gio_can_sniff configure test can fail if not installed
+       with prefix {/usr,/usr/local} and XDG_DATA_DIRS env not set
+
+       * README.in: Add a note about shared-mime-info and XDG_DATA_DIRS.
+
 2008-08-15  Christian Dywan  <christian@imendio.com>
 
        Bug 547846 – gtktestutils functions lack Since: tags
index 71b653820658d7a308d679c261be6790b39a1ff5..254da7f5b9c0222792620260f2a24a7033807985 100644 (file)
--- a/README.in
+++ b/README.in
@@ -48,6 +48,11 @@ Release notes for 2.14
   to GTK_SENSITIVITY_ON, so that the button is always sensitive or
   GTK_SENSITIVITY_OFF to make it insensitive respectively.
 
+* gdk-pixbuf will use GIO for mime type detection if possible. For
+  this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS
+  set accordingly at configure time. Otherwise, gdk-pixbuf falls
+  back to its built-in sniffing implementation.
+
 Release notes for 2.12
 ======================
 
index 0f7eb481e577621275568bac15fbc4da081d8cad..3e29405cceaffae7c22d297ff7c433000b91cdba 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/building.sgml: Add a note about shared-mime-info and 
+       XDG_DATA_DIRS.
+
 2008-08-13  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Remove useless getters
index 8b5c298032ee7bae2a21970d89c35e176c5550a9..a32b725ed3438d8e2b309d6a1c1f07c0733d40e5 100644 (file)
@@ -255,6 +255,17 @@ How to compile GTK+ itself
           drawing.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <ulink url="http://www.freedesktop.org/wiki/Software/shared-mime-info">shared-mime-info</ulink> 
+          package is not a hard dependency of GTK+, but it contains definitions 
+          for mime types that are used by GIO and, indirectly, by GTK+. 
+          gdk-pixbuf will use GIO for mime type detection if possible. For this 
+          to work, shared-mime-info needs to be installed and 
+          <envvar>XDG_DATA_DIRS</envvar> set accordingly at configure time. 
+          Otherwise, gdk-pixbuf falls back to its built-in mime type detection.
+        </para>
+      </listitem>
     </itemizedlist>
   </refsect1>
   <refsect1 id="building">