Accepting request 950249 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/950249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lcms2?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2022-02-03 22:16:28 +00:00 committed by Git OBS Bridge
commit 2683f51dda
5 changed files with 29 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5
size 7419126

3
lcms2-2.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c67a5cc144029cfa34647a52809ec399aae488db4258a6a66fba318474a070f
size 7259337

View File

@ -1,6 +1,7 @@
diff -Naur lcms2-2.11.orig/src/lcms2_internal.h lcms2-2.11/src/lcms2_internal.h
--- lcms2-2.11.orig/src/lcms2_internal.h 2020-08-05 15:14:07.484229667 +0200
+++ lcms2-2.11/src/lcms2_internal.h 2020-08-05 15:19:51.517248023 +0200
Index: lcms2-2.13/src/lcms2_internal.h
===================================================================
--- lcms2-2.13.orig/src/lcms2_internal.h
+++ lcms2-2.13/src/lcms2_internal.h
@@ -37,6 +37,7 @@
// assert macro is part of C99 as per 7.2
#include <assert.h>
@ -9,8 +10,8 @@ diff -Naur lcms2-2.11.orig/src/lcms2_internal.h lcms2-2.11/src/lcms2_internal.h
// Some needed constants
#ifndef M_PI
# define M_PI 3.14159265358979323846
@@ -1125,4 +1126,5 @@
@@ -1122,4 +1123,5 @@ cmsBool _cmsBuildRGB2XYZtransferMatrix
cmsBool _cmsGetTime(struct tm* ptr_time);
#define _lcms_internal_H
+#pragma GCC visibility pop

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 31 12:56:29 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 2.13:
* Added support for premultiplied alpha
* tifficc can now handle alpha channels, both unassociated and premultiplied
* CGATS parser can now deal with very long strings
* Added Projects for Visual Studio 2020
* Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro)
* Added thread safe code to get time
* Added automatic linear space detection
* Added cmsGetStageContextID function
* Added cmsDetectRGBProfileGamma function
* configure now accepts --without-fastfloat to turn plugin off
* Checked to work on STM32 Cortex-A, Cortex-M families
* Bug & typos fixing (thanks to many reporters and contributors)
- Rebase lcms2-visibility.patch
-------------------------------------------------------------------
Sat Apr 24 09:28:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package lcms2
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: lcms2
Version: 2.12
Version: 2.13
Release: 0
Summary: Little CMS Engine - A color managment library and tools
License: MIT