The Babl package is a dynamic, any to any, pixel format translation library.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gimp.org/pub/babl/0.1/babl-0.1.126.tar.xz
MD5 校验和:bfe3e2aecbbd419494723495aec586de
大小:320 KB
预计所需磁盘空间:17 MB(含测试)
预计构建时间:0.1 SBU (Using parallelism=4; with tests)
GLib-2.88.2 (with GObject Introspection), librsvg-2.62.3, and Little CMS-2.19.1
Install Babl by running the following commands:
mkdir bld && cd bld && meson setup --prefix=/usr --buildtype=release .. && 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.