Re: [ITA] lcms2-2.9-1

2017-12-05 Thread Andrew Schulman
> On 2017-11-27 10:04, Ken Brown wrote:
> > My cygport file is attached.
> 
> GTG; package is yours now.  Thanks!

Gold star awarded! https://cygwin.com/goldstars/#KB



Re: [ITA] lcms2-2.9-1

2017-12-04 Thread Yaakov Selkowitz
On 2017-11-27 10:04, Ken Brown wrote:
> My cygport file is attached.

GTG; package is yours now.  Thanks!

-- 
Yaakov



signature.asc
Description: OpenPGP digital signature


[ITA] lcms2-2.9-1

2017-11-27 Thread Ken Brown

My cygport file is attached.

Package files
=

D=http://sanibeltranquility.com/cygwin
${D}/x86/release/lcms2/lcms2-2.9-1-src.tar.xz
${D}/x86/release/lcms2/lcms2-2.9-1.hint
${D}/x86/release/lcms2/lcms2-2.9-1.tar.xz
${D}/x86/release/lcms2/lcms2-debuginfo/lcms2-debuginfo-2.9-1.hint
${D}/x86/release/lcms2/lcms2-debuginfo/lcms2-debuginfo-2.9-1.tar.xz
${D}/x86/release/lcms2/liblcms2_2/liblcms2_2-2.9-1.hint
${D}/x86/release/lcms2/liblcms2_2/liblcms2_2-2.9-1.tar.xz
${D}/x86/release/lcms2/liblcms2-devel/liblcms2-devel-2.9-1.hint
${D}/x86/release/lcms2/liblcms2-devel/liblcms2-devel-2.9-1.tar.xz
${D}/x86_64/release/lcms2/lcms2-2.9-1-src.tar.xz
${D}/x86_64/release/lcms2/lcms2-2.9-1.hint
${D}/x86_64/release/lcms2/lcms2-2.9-1.tar.xz
${D}/x86_64/release/lcms2/lcms2-debuginfo/lcms2-debuginfo-2.9-1.hint
${D}/x86_64/release/lcms2/lcms2-debuginfo/lcms2-debuginfo-2.9-1.tar.xz
${D}/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.9-1.hint
${D}/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.9-1.tar.xz
${D}/x86_64/release/lcms2/liblcms2-devel/liblcms2-devel-2.9-1.hint
${D}/x86_64/release/lcms2/liblcms2-devel/liblcms2-devel-2.9-1.tar.xz

Ken

NAME="lcms2"
VERSION=2.9
RELEASE=1
CATEGORY="Graphics Libs"
SUMMARY="Little color management engine"
DESCRIPTION="Little CMS intends to be a small-footprint color management engine,
with special focus on accuracy and performance.  It uses the
International Color Consortium standard (ICC), which is the modern
standard when regarding to color management.  The ICC specification is
widely used and is referred to in many International and other
de-facto standards."

HOMEPAGE="http://littlecms.com/;
SRC_URI="mirror://sourceforge/lcms/${PV}/${P}.tar.gz"

DEPEND="libjpeg-devel libtiff-devel zlib-devel"

abi=2
PKG_NAMES="${PN} lib${PN}_${abi} lib${PN}-devel"
lcms2_SUMMARY="${SUMMARY} (utilities)"
lcms2_CONTENTS="
  usr/bin/*.exe
  usr/share/
"

liblcms2_2_SUMMARY="${SUMMARY} (runtime)"
liblcms2_2_CONTENTS="usr/bin/cyg${PN}-${abi}.dll"

liblcms2_devel_SUMMARY="${SUMMARY} (development)"
liblcms2_devel_CATEGORY="Devel ${CATEGORY}"
liblcms2_devel_CONTENTS="
  usr/include/
  usr/lib/lib*
  usr/lib/pkgconfig/
"

DOCS="doc/*.pdf"

# 'make check' relies on LD_LIBRARY_PATH, which is not supported on
# Cygwin.  As a result, it reports a version mismatch.  But all tests
# pass if 'cygport lcms2.cygport test' is run after the built lcms2 is
# installed.