Accepting request 419650 from home:mrdocs:branches:multimedia:libs
update to 2.8 OBS-URL: https://build.opensuse.org/request/show/419650 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=66
This commit is contained in:
parent
8775edd839
commit
f0337a95f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4524234ae7de185e6b6da5d31d6875085b2198bc63b1211f7dde6e2d197d6a53
|
|
||||||
size 6497867
|
|
3
lcms2-2.8.tar.gz
Normal file
3
lcms2-2.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22
|
||||||
|
size 6687005
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 16 06:09:50 UTC 2016 - plinnell@opensuse.org
|
||||||
|
- Update to 2.8
|
||||||
|
|
||||||
|
* Fixed many typos in comments, thanks to Stefan Weil for doing that.
|
||||||
|
* Fixed localization bug, added a new test case crayons.icc thnaks to Richard Hughes for providing the profile.
|
||||||
|
* Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable
|
||||||
|
* Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail.
|
||||||
|
* Added some extra checks to the tools and examples.
|
||||||
|
* Fix a bug that prevented to read luminance tag
|
||||||
|
* BIG amount of functionality contributed/Sponsored by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well.
|
||||||
|
* added an extra _ to _stdcall to make it more portable
|
||||||
|
* Fixed a bug in transicc for named color profiles
|
||||||
|
* Fixed several compiler warnings
|
||||||
|
* Added support for Visual Studio 2015
|
||||||
|
* Fixed for XCODE project
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 11:13:07 UTC 2016 - idonmez@suse.com
|
Thu Apr 14 11:13:07 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
15
lcms2.spec
15
lcms2.spec
@ -21,7 +21,7 @@ Summary: Little CMS Engine - A color managment library and tools
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
Url: http://www.littlecms.com/
|
Url: http://www.littlecms.com/
|
||||||
Version: 2.7
|
Version: 2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -99,18 +99,21 @@ This package contains user and developer documentation for lcms2.
|
|||||||
chmod a-x doc/* COPYING AUTHORS
|
chmod a-x doc/* COPYING AUTHORS
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
||||||
#export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
|
||||||
# FIXME --without-threads is a workaround for a linker error
|
# FIXME --without-threads is a workaround for a linker error
|
||||||
%configure --disable-static --without-threads
|
%configure --disable-static --without-threads
|
||||||
|
|
||||||
|
|
||||||
make %{?_smp_flags}
|
make %{?_smp_flags}
|
||||||
|
|
||||||
#%check
|
%check
|
||||||
# FIXME before submitting to factory
|
# FIXME before submitting to factory
|
||||||
# make %{?_smp_flags} check || true
|
make %{?_smp_flags} check || true
|
||||||
# make utils
|
make utils
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user