From 0b78a9f8cfa83c2679543752d0f0e0b84b2a4ad7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 20 Sep 2020 18:44:33 +0300 Subject: [PATCH] openexr-2.5.3 --- multimedia/misc/openexr/actions.py | 9 +++++++-- multimedia/misc/openexr/pspec.xml | 13 ++++++++++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/multimedia/misc/openexr/actions.py b/multimedia/misc/openexr/actions.py index f681132891..7bba39dd7c 100644 --- a/multimedia/misc/openexr/actions.py +++ b/multimedia/misc/openexr/actions.py @@ -12,6 +12,8 @@ from pisi.actionsapi import get def setup(): pisitools.flags.add("-pthread -I/usr/include/OpenEXR -I/usr/include/libdrm") pisitools.ldflags.add("-lImath -lHalf -lIex -lIexMath -lIlmThread -lpthread") + + shelltools.cd("OpenEXR") shelltools.system("./bootstrap") autotools.configure("--enable-shared \ --disable-static") @@ -19,12 +21,15 @@ def setup(): pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): + shelltools.cd("OpenEXR") autotools.make() def install(): + shelltools.cd("OpenEXR") # documents and examples go to "/usr/share/OpenEXR" without these parameters docdir = "/usr/share/doc/%s" % get.srcNAME() examplesdir = "%s/examples" % docdir autotools.rawInstall("DESTDIR=%s docdir=%s examplesdir=%s" % (get.installDIR(), docdir, examplesdir)) - - pisitools.dodoc("AUTHORS", "ChangeLog","NEWS", "README","LICENSE") + + shelltools.cd("..") + pisitools.dodoc("README*","LICENSE*") diff --git a/multimedia/misc/openexr/pspec.xml b/multimedia/misc/openexr/pspec.xml index 84f020d2aa..2865729b88 100644 --- a/multimedia/misc/openexr/pspec.xml +++ b/multimedia/misc/openexr/pspec.xml @@ -13,11 +13,11 @@ library A high dynamic-range (HDR) image file format library OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility. - http://download.savannah.nongnu.org/releases/openexr/openexr-2.2.1.tar.gz + https://github.com/AcademySoftwareFoundation/openexr/archive/v2.5.3.tar.gz - ilmbase-devel + ilmbase-devel zlib-devel - mesa-glu-devel + @@ -71,6 +71,13 @@ + + 2020-09-20 + 2.5.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-19 2.2.1