From a93578fe6fe503c9ed018650bb4be26053bb40e4 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 13 May 2015 17:35:26 +0300 Subject: [PATCH] remove package: openexr unused atm, whenever re-added, needs a crosscompile fix --- packages/graphics/openexr/package.mk | 39 ---------------------------- 1 file changed, 39 deletions(-) delete mode 100644 packages/graphics/openexr/package.mk diff --git a/packages/graphics/openexr/package.mk b/packages/graphics/openexr/package.mk deleted file mode 100644 index b1ba991033..0000000000 --- a/packages/graphics/openexr/package.mk +++ /dev/null @@ -1,39 +0,0 @@ -################################################################################ -# 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 -}