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-7.9 platform.
Download (HTTP): http://download.gimp.org/pub/babl/0.1/babl-0.1.14.tar.bz2
Download MD5 sum: b64a3b2cef5b0bb62caff0afdd32bdb8
Download size: 704 KB
Estimated disk space required: 15 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/babl
Install Babl by running the following commands:
./configure --prefix=/usr --disable-docs && make
To test the results, issue: make check.
Now, as the root
user:
make 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,png,svg} /usr/share/gtk-doc/html/babl/graphics
--disable-docs
: This switch
disables BablFishPath.html
and
index.html
generation. Remove it, if
you want them.
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 2016-02-24 00:06:22 -0800