mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libjpeg-turbo: Update license.
* gnu/packages/image.scm (libjpeg-turbo)[license]: Add ZLIB.
This commit is contained in:
parent
6871121be0
commit
71de61c353
1 changed files with 4 additions and 2 deletions
|
@ -1248,8 +1248,10 @@ libjpeg-turbo implements both the traditional libjpeg API and the less powerful
|
|||
but more straightforward TurboJPEG API, and provides a full-featured Java
|
||||
interface. It supports color space extensions that allow it to compress from
|
||||
and decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.).")
|
||||
(license (list license:bsd-3 ; jsimd*.[ch] and most of simd/
|
||||
license:ijg)))) ; the rest
|
||||
;; libjpeg-turbo is covered by three different licenses; see LICENSE.md.
|
||||
(license (list license:bsd-3 ;the TurboJPEG API library and programs
|
||||
license:ijg ;the libjpeg library and associated tools
|
||||
license:zlib)))) ;the libjpeg-turbo SIMD extensions
|
||||
|
||||
(define-public niftilib
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue