%general-entities; ]> $LastChangedBy$ $Date$ babl-&babl-version; Babl Introduction to Babl The Babl package is a dynamic, any to any, pixel format translation library. &lfs90_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &babl-md5sum; Download size: &babl-size; Estimated disk space required: &babl-buildsize; Estimated build time: &babl-time; Babl Dependencies Optional User Notes: Installation of Babl First, if you are on i686, fix a compilation error caused by a target option type mismatch. case $(uname -m) in i?86) sed -i '27 s/no_cflags/sse2_cflags/' extensions/meson.build ;; esac Install Babl by running the following commands: mkdir bld && cd bld && meson --prefix=/usr .. && ninja To test the results, issue: ninja test. Now, as the root user: ninja install && install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics && install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl && install -v -m644 docs/graphics/*.{html,svg} /usr/share/gtk-doc/html/babl/graphics Command Explanations install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics: This and the subsequent commands install the library html documentation under /usr/share/gtk-doc/html where other gtk packages put the programmer-oriented documentation. Contents Installed Programs Installed Libraries Installed Directories None libbabl-0.1.so and libraries in /usr/lib/babl-0.1 /usr/{include,lib}/babl-0.1 and /usr/share/gtk-doc/html/babl Short Descriptions libbabl-0.1.so contains functions to access BablFishes to convert between formats. libbabl-0.1.so