summaryrefslogtreecommitdiffstats
path: root/source/l/openexr
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/openexr')
-rwxr-xr-xsource/l/openexr/openexr.SlackBuild9
-rw-r--r--source/l/openexr/slack-desc12
2 files changed, 9 insertions, 12 deletions
diff --git a/source/l/openexr/openexr.SlackBuild b/source/l/openexr/openexr.SlackBuild
index 286b4fc0f..c02df73df 100755
--- a/source/l/openexr/openexr.SlackBuild
+++ b/source/l/openexr/openexr.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2007, 2013, 2014 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2008, 2009, 2010, 2014, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2014, 2017, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=openexr
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -82,13 +82,10 @@ find . \
# Configure, build, and install:
mkdir cmake-build
cd cmake-build
- cmake \
+ unshare -n cmake \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_SUFFIX="$LIBDIRSUFFIX" \
- -DDOC_INSTALL_DIR="doc" \
- -DMAN_INSTALL_DIR=/usr/man \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
diff --git a/source/l/openexr/slack-desc b/source/l/openexr/slack-desc
index 1e830614d..4653ee64e 100644
--- a/source/l/openexr/slack-desc
+++ b/source/l/openexr/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
openexr: openexr (HDR Image File Format & Library)
openexr:
-openexr: OpenEXR is an image file format and library developed by Industrial
-openexr: Light & Magic, and later released to the public. It provides support
-openexr: for high dynamic range and a 16-bit floating point "half" data type
-openexr: which is compatible with the half data type in the Cg programming
-openexr: language.
+openexr: OpenEXR provides the specification and reference implementation of the
+openexr: EXR file format, the professional-grade image storage format of the
+openexr: motion picture industry. The purpose of EXR format is to accurately
+openexr: and efficiently represent high-dynamic-range scene-linear image data
+openexr: and associated metadata, with strong support for multi-part, multi-
+openexr: channel use cases.
openexr:
openexr: Homepage: http://www.openexr.org/
openexr:
-openexr: