blob: 205e73530b7b6166f7f19f13c365963af8b9d743 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=openexr
VERSION=3.1.2
SECURITY_PATCH=7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/openexr/openexr/archive/v${VERSION}.tar.gz
SOURCE_HASH[0]=sha512:34fb28f149e49bb23b2dc230dd5277229f2c780de66aff0acc819601e6802a1dbf83110b5df455dffd63be6eaa286d4aedb4b0af559b8b034d98c3208ee9d969
WEB_SITE=http://www.openexr.com/
ENTERED=20030123
LICENSE[0]=http://www.ilm.com/opensource/ilm-bsd-lic.html
KEYWORDS="graphics"
SHORT="High dynamic-range (HDR) image file format"
cat << EOF
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial
Light & Magic for use in computer imaging applications.
OpenEXR has already been used by ILM on 4 major motion pictures -- Harry Potter
and the Sorcerer's Stone, Men in Black II, Gangs of New York, and Signs --
and is also being used on several other movies currently in production.
EOF
|