Accepting request 229429 from home:Zaitor:branches:GNOME:Factory

- Update to version 1.2.0:
  + New Features:
    - Generate the CMFs from source data.
    - Install several standard illuminants.
    - Install the CRI Test Color Samples.
    - Make colormgr script friendly by allowing filtering.
    - Colord:
      . Add a RGB32 pixel format for GdkPixbuf.
      . Add a utility function to calculate an XYZ value from a
        CMF.
      . Add a whitepoint value to cd_color_xyz_to_uvw().
      . Add CdColorUVW and some useful functionality.
      . Add cd_color_xyz_to_cct().
      . Add cd_icc_get_context() to get the internal cmsContext
        used lcms2.
      . Add cd_it8_utils_calculate_cri_from_cmf() to generate a
        CRI.
      . Add cd_spectrum_multiply() to multiply two spectra.
      . Add cd_spectrum_planckian_new().
      . Add functionality to read and write raw tag data.
      . Support CCSS data files.
      . Support SPECTRAL_NORM in it8 files.
    - colorhug: Support setting and getting the DAC value.
  + Bugs fixed:
    - Correctly convert all of the image when using CdTransform.
    - EDID strings can be up to 13 bytes.
    - Fix the blue primary check so ProPhotoRGB is not marked as
      invalid.
    - Fix the tag 'size' when viewing a profile in cd-iccdump with
      newer lcms versions.

OBS-URL: https://build.opensuse.org/request/show/229429
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2014-04-12 12:25:23 +00:00 committed by Git OBS Bridge
parent 4f26a05e5e
commit c168778372
4 changed files with 51 additions and 4 deletions

View File

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

3
colord-1.2.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Apr 7 17:50:42 UTC 2014 - zaitor@opensuse.org
- Update to version 1.2.0:
+ New Features:
- Generate the CMFs from source data.
- Install several standard illuminants.
- Install the CRI Test Color Samples.
- Make colormgr script friendly by allowing filtering.
- Colord:
. Add a RGB32 pixel format for GdkPixbuf.
. Add a utility function to calculate an XYZ value from a
CMF.
. Add a whitepoint value to cd_color_xyz_to_uvw().
. Add CdColorUVW and some useful functionality.
. Add cd_color_xyz_to_cct().
. Add cd_icc_get_context() to get the internal cmsContext
used lcms2.
. Add cd_it8_utils_calculate_cri_from_cmf() to generate a
CRI.
. Add cd_spectrum_multiply() to multiply two spectra.
. Add cd_spectrum_planckian_new().
. Add functionality to read and write raw tag data.
. Support CCSS data files.
. Support SPECTRAL_NORM in it8 files.
- colorhug: Support setting and getting the DAC value.
+ Bugs fixed:
- Correctly convert all of the image when using CdTransform.
- EDID strings can be up to 13 bytes.
- Fix the blue primary check so ProPhotoRGB is not marked as
invalid.
- Fix the tag 'size' when viewing a profile in cd-iccdump with
newer lcms versions.
- Colord:
. Do not invalidate the CdTransform if the CdIcc object does
not change.
. Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting.
. Fix a potential crash when destroying a CdIt8 object.
. Fix the GObject introspection for cd_device_get_profiles().
. Improve the error handling in CdIt8.
. Load the profile defaults when using
cd_icc_create_default().
- colorhug:
. Handle failure to initialise GUsb in self-tests.
. Rename 'ColorHug Spectro' to 'ColorHug+' for trademark
reasons.
-------------------------------------------------------------------
Sat Mar 8 12:47:22 UTC 2014 - dimstar@opensuse.org

View File

@ -19,7 +19,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.1.7
Version: 1.2.0
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0+