The bablpackage is a dynamic, any to any, pixel format translation library.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/babl/0.1//babl-0.1.6.tar.bz2
Download (FTP): ftp://ftp.gimp.org/pub/babl/0.1//babl-0.1.6.tar.bz2
Download MD5 sum: dc960981a5ec5330fc1c177be9f59068
Download size: 452 KB
Estimated disk space required: 11.3 MB
Estimated build time: 0.2 SBU
gobject-introspection-1.30.0 vala
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/babl
Install babl by running the following commands:
./configure --prefix=/usr && 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
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.
--with-vala
: Use vapigen so that vala programs can use this application - not
enabled by default, may cause breakage when building gegl.
Last updated on 2011-12-12 17:21:45 +0000