# 
# An ICC-based CMM for color management.
# 
# Little CMS intends to be an OPEN SOURCE small-footprint color
# management engine, with special focus on accuracy and performance.
# 
# It uses the International Color Consortium standard (ICC), which is
# the modern standard when regarding to color management.  The ICC
# specification is widely used and is referred to in many International
# and other de-facto standards.  It was approved as an International
# Standard, ISO 15076-1, in 2005.
# 

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=lcms2
pkgversion=2.14
arch=amd64
release=1
pkgcategory="x-libs"
full_pkgname=lcms2_2.14_amd64-1@x-libs
blurb="An ICC-based CMM for color management."
homepage="https://www.littlecms.com"
license="MIT"
fetch="https://sourceforge.net/projects/lcms/files/lcms/2.14/lcms2-2.14.tar.gz"
replace=""