# # A pixel encoding and color space conversion engine in C. # # It allows converting between different methods of storing pixels known as # pixel formats that have with different bitdepths and other data # representations, color models, color spaces and component permutations. # # A vocabulary to formulate new pixel formats from existing primitives is # provided as well as the framework to add new color models, spaces and # data types. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=babl pkgversion=0.1.98 arch=amd64 release=1 pkgcategory="x-libs" full_pkgname=babl_0.1.98_amd64-1@x-libs blurb="A pixel encoding and color space conversion engine in C." homepage="https://gegl.org/babl/" license="LGPLv3+" fetch="https://download.gimp.org/pub/babl/0.1/babl-0.1.98.tar.xz" replace=""