[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: libjpeg-turbo: Update license.
From: |
Marius Bakke |
Subject: |
07/07: gnu: libjpeg-turbo: Update license. |
Date: |
Sat, 28 Jul 2018 11:28:34 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 71de61c353906d97f189a82ca35970b9202dde19
Author: Marius Bakke <address@hidden>
Date: Sat Jul 28 16:41:27 2018 +0200
gnu: libjpeg-turbo: Update license.
* gnu/packages/image.scm (libjpeg-turbo)[license]: Add ZLIB.
---
gnu/packages/image.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ab1e4df..b381c3f 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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
- branch master updated (c95c903 -> 71de61c), Marius Bakke, 2018/07/28
- 01/07: gnu: dconf: Adjust inputs and remove obsolete workaround., Marius Bakke, 2018/07/28
- 04/07: gnu: dconf: Update to 0.28.0., Marius Bakke, 2018/07/28
- 06/07: gnu: libjpeg-turbo: Update to 2.0.0., Marius Bakke, 2018/07/28
- 03/07: gnu: dconf: Update license., Marius Bakke, 2018/07/28
- 02/07: gnu: dconf: Install GTK documentation., Marius Bakke, 2018/07/28
- 07/07: gnu: libjpeg-turbo: Update license.,
Marius Bakke <=
- 05/07: gnu: accountsservice: Update to 0.6.50., Marius Bakke, 2018/07/28