- Update to 0.1.6
Changes:
* build improvements
* remove blatantly wrong conversions from extensions
* make it possible to distinguish format_n formats from others
* improvements to vala/gobject introspection support
Approved by: kwm (gnome@)
Feature safe: yes
Fix the build when it enables gobject-introspection. Without it, I get this:
---------------------------
gnome-config: not found
Package babl was not found in the pkg-config search path.
Perhaps you should add the directory containing `babl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'babl' found
---------------------------
Clearly, there is no way for babl to depends on babl (itself). O_o A weird
bug, so remove that '--pkg babl' to fix the build. While I am here, reorder
the pkg-plist to make it easier to read. No function change.