Accepting request 56740 from multimedia:libs

Accepted submit request 56740 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/56740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lcms2?expand=0&rev=6
This commit is contained in:
Ruediger Oertel
2010-12-28 23:11:46 +00:00
committed by Git OBS Bridge
7 changed files with 21 additions and 45 deletions

View File

@@ -1,12 +1,17 @@
<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">downloads.sourceforge.net</param>
<param name="path">/project/lcms/lcms/2.0/lcms2-2.0a.tar.gz</param>
<param name="path">/project/lcms/lcms/2.1/lcms2-2.1.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:lcms2-2.0a.tar.gz</param>
<param name="file">_service:download_url:lcms2-2.1.tar.gz</param>
<param name="verifier">sha256</param>
<param name="check-sum">6deaf78611f5978ff58aa85efc37cf070b6ffb7106486b894914c4fc548d054f</param>
<param name="checksum">8b367bd60add7806c9aac970594dae636c24ba28dc774c00f8067644994e9c30</param>
</service>
<service name="recompress"><param name="file">_service:download_url:lcms2-2.0a.tar.gz</param><param name="compression">bz2</param></service></services>
<service name="recompress">
<param name="file">*.tar.gz</param>
<param name="compression">bz2</param>
</service>
</services>

View File

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

View File

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

View File

@@ -1,18 +0,0 @@
--- utils/common/vprf.c.orig 2010-05-18 16:39:06.108039608 +0200
+++ utils/common/vprf.c 2010-05-18 16:39:33.600045841 +0200
@@ -280,6 +280,7 @@
FatalError("What a weird separation of %d channels?!?!", ColorChannels);
}
+ return -1;
}
@@ -315,6 +316,7 @@
FatalError("Unsupported color space of %d channels", ColorChannels);
}
+ return -1;
}

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 26 18:03:50 UTC 2010 - adrian@suse.de
- update to version 2.1
* maintenance release (no further details in changelog)
- remove obsolete patches
-------------------------------------------------------------------
Wed Nov 10 08:53:50 UTC 2010 - mrdocs@opensuse.org

View File

@@ -23,7 +23,7 @@ License: MIT License (or similar)
Group: Productivity/Graphics/Other
Summary: Little CMS Engine - A color managment library and tools
Url: http://www.littlecms.com/
Version: 2.0a
Version: 2.1
Release: 2
%if 0%{?suse_version}
@@ -42,8 +42,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
Patch: lcms-endian.patch
Patch1: lcms-fix-return-values.patch
Patch2: workaround-gcc-bug.diff
%description
Littlecms is a small speed optimized color management engine.
@@ -84,12 +82,8 @@ This package contains user and developer documentation for lcms2.
%prep
%setup -q -n lcms-2.0
%setup -q
%patch
%patch1
%if 0%{?suse_version} == 01110
%patch2
%endif
chmod a-x doc/* COPYING AUTHORS
%build

View File

@@ -1,12 +0,0 @@
--- ./utils/linkicc/linkicc.c.orig 2010-05-19 17:06:01.157118683 +0200
+++ ./utils/linkicc/linkicc.c 2010-05-19 17:08:03.257142292 +0200
@@ -294,7 +294,8 @@
// Ink limiting
if (InkLimit != 400.0) {
- Profiles[nargs++] = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(Profiles[nargs-1]), InkLimit);
+ Profiles[nargs] = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(Profiles[nargs]), InkLimit);
+ nargs++;
}
// Set the flags