public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: "cygwin-apps@cygwin.com" <cygwin-apps@cygwin.com>
Subject: Re: [ITA] openexr and ilmbase
Date: Thu, 7 Jul 2022 07:35:15 +0200	[thread overview]
Message-ID: <e1da8bcc-5af6-f2cb-4f79-b293a0aba958@gmail.com> (raw)
In-Reply-To: <f0ad4e19-95c1-dc2d-d334-44dc70689218@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

latest version attached

On 07.07.2022 06:43, Marco Atzeri wrote:
> Hi Guys,
> 
> updating latest GDAL I noticed that one of the potential dependency was 
> orphan.
> 
> As the current upstream code of the two interlinked packages openexr and
> ilmbase is currently merged I propose to do the same
> 
> https://github.com/AcademySoftwareFoundation/openexr/tags
> 
> 
> version 3 does not build, so for the time being, I will release the 
> latest 2.5.8 version
> 
> Attached cygport.
> I am aware that not all tests pass cleanly
> 
> 
> Regards
> Marco

[-- Attachment #2: openexr.cygport --]
[-- Type: text/plain, Size: 1613 bytes --]

inherit cmake ninja

NAME="openexr"
VERSION=2.5.8
RELEASE=1
CATEGORY="Libs"
SUMMARY="Utility libraries used by OpenEXR"
DESCRIPTION="General utility libraries used by OpenEXR:
* Half is a class that encapsulates our 16-bit floating-point format.
* IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.  It currently supports pthreads and
Windows threads.
* Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.
* Iex is an exception-handling library."

HOMEPAGE="http://openexr.com/"
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v${PV}.tar.gz"
SRC_DIR="openexr-${PV}"

PKG_NAMES="libilmbase2_5_25 libIlmImf2_25_26 libilmbase-common libopenexr-devel openexr-utilities"

libopenexr_devel_OBSOLETES="libIlmImf-devel libilmbase-devel"

libIlmImf2_25_26_DESCRIPTION="High dynamic-range image format"
libIlmImf2_25_26_CONTENTS="
usr/bin/cygIlmImf-2_5-26.dll
usr/bin/cygIlmImfUtil-2_5-26.dll
"
libilmbase2_5_25_CONTENTS="
usr/bin/cygHalf-2_5-25.dll
usr/bin/cygIex-2_5-25.dll
usr/bin/cygIexMath-2_5-25.dll
usr/bin/cygIlmThread-2_5-25.dll
usr/bin/cygImath-2_5-25.dll
"
libilmbase_common_CONTENTS="usr/share/doc/"
libopenexr_devel_CONTENTS='usr/include/ usr/lib/'
openexr_utilities_CONTENTS="
usr/bin/exrenvmap.exe
usr/bin/exrheader.exe
usr/bin/exrmakepreview.exe
usr/bin/exrmaketiled.exe
usr/bin/exrmultipart.exe
usr/bin/exrmultiview.exe
usr/bin/exrstdattr.exe
usr/bin/exr2aces.exe
"

src_install() {
	cd ${B}
	ninja_install
	rm ${D}/usr/lib/cyg*.dll
}

src_test() {
	cd ${B}
	ninja test
}

  reply	other threads:[~2022-07-07  5:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  4:43 Marco Atzeri
2022-07-07  5:35 ` Marco Atzeri [this message]
2022-07-07 17:59   ` Jon Turney
2022-07-07 19:06     ` Marco Atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e1da8bcc-5af6-f2cb-4f79-b293a0aba958@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).