# # Library for JPEG images. # # libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 # processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate # baseline JPEG compression and decompression. # # ibjpeg-turbo is generally 2-4x as fast as the unmodified version of # libjpeg, all else being equal. # 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=libjpeg-turbo pkgversion=2.1.4 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libjpeg-turbo_2.1.4_amd64-1@libs blurb="Library for JPEG images." homepage="https://libjpeg-turbo.org/" license="IJG | BSD, zlib" fetch="https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-2.1.4.tar.gz" replace=""