openimageio: fix description, copyrights.

This commit is contained in:
Jerome Duval
2015-06-08 10:59:28 +00:00
parent 0acf6a483c
commit 004a7f4ce3

View File

@@ -1,21 +1,22 @@
SUMMARY="Portable Network Graphics library"
SUMMARY="A library to read and write images"
DESCRIPTION="
openimageio is the official PNG reference library. It supports almost all PNG \
features, is extensible, and has been extensively tested for over 17 years
"
OpenImageIO is a library for reading and writing images, and a bunch of \
related classes, utilities, and applications.  There is a particular \
emphasis on formats and functionality used in professional, large-scale \
animation and visual effects work for film.  OpenImageIO is used extensively \
in animation and VFX studios all over the world, and is also incorporated \
into several commercial products."
HOMEPAGE="http://github.com/OpenImageIO/"
COPYRIGHT="
1998-2011 Glenn Randers-Pehrson
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42, Inc.
2008-2015 Larry Gritz et al.
"
LICENSE="BSD (2-clause)"
LICENSE="BSD (3-clause)"
SRC_URI="https://github.com/OpenImageIO/oiio/archive/Release-$portVersion.tar.gz"
SRC_FILENAME="openimageio-$portVersion.tar.gz"
CHECKSUM_SHA256="e41e1d94ff2dc6029969b295a9eed83d6817807c741bde8a4f4947b74dc62222"
REVISION="1"
ARCHITECTURES="x86 x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.