From f472f1df32d50a2ac56fdc815404cd7eea65f2f7 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 12 May 2015 14:36:39 +0200 Subject: [PATCH] add openexr --- packages/graphics/openexr/package.mk | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/graphics/openexr/package.mk diff --git a/packages/graphics/openexr/package.mk b/packages/graphics/openexr/package.mk new file mode 100644 index 0000000000..b1ba991033 --- /dev/null +++ b/packages/graphics/openexr/package.mk @@ -0,0 +1,39 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) +# +# OpenELEC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# OpenELEC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC. If not, see . +################################################################################ + +PKG_NAME="openexr" +PKG_VERSION="2.2.0" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="BSD" +PKG_SITE="http://www.openexr.com" +PKG_URL="http://download.savannah.nongnu.org/releases/openexr/openexr-2.2.0.tar.gz" +PKG_DEPENDS_TARGET="ilmbase" +PKG_PRIORITY="optional" +PKG_SECTION="graphics" +PKG_SHORTDESC="openexr:" +PKG_LONGDESC="openexr:" + +PKG_IS_ADDON="no" +PKG_AUTORECONF="no" + +PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared" + +pre_configure_target() { + pushd .. && ./bootstrap && popd +}