The Babl package is a dynamic, any to any, pixel format translation library.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gimp.org/pub/babl/0.1/babl-0.1.86.tar.xz
Download MD5 sum: a4aae9effaf94f17a82fbd534f62e8f2
Download size: 296 KB
Estimated disk space required: 21 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
gobject-introspection-1.68.0 and librsvg-2.50.3
Little CMS-2.12 and w3m
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/babl
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
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.
Last updated on 2021-03-03 20:54:53 -0600