diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-21 14:32:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-21 14:37:29 +0200 |
commit | daef89acb5955fe9bb48930cadf883626b2fa7e2 (patch) | |
tree | 0b77cea4bf0cffbdb6dccb19421d1de49dc9ff35 /media-gfx/hugin | |
parent | media-gfx/hugin: Fix build against exiv2-0.27.1 (diff) | |
download | gentoo-daef89acb5955fe9bb48930cadf883626b2fa7e2.tar.gz gentoo-daef89acb5955fe9bb48930cadf883626b2fa7e2.tar.bz2 gentoo-daef89acb5955fe9bb48930cadf883626b2fa7e2.zip |
media-gfx/hugin: Drop 2018.0.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/hugin')
-rw-r--r-- | media-gfx/hugin/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/hugin/files/hugin-2018.0.0-exiv2-0.27.patch | 28 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-2018.0.0.ebuild | 91 |
3 files changed, 0 insertions, 120 deletions
diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest index 84f352f2ed79..2b21a77fe5bc 100644 --- a/media-gfx/hugin/Manifest +++ b/media-gfx/hugin/Manifest @@ -1,2 +1 @@ -DIST hugin-2018.0.0.tar.bz2 9838518 BLAKE2B dc6d786e4e6a298d4dd4e48b2c42f9c9c297b4c431fbc00fa9090f129a4633f599e222402aef1f2a467aa9b498d356f3bbaca9548954cf697d331950afa6693a SHA512 30061f4af695137f349526272e8c3c2f1f6a167305acb32466a30629c46dabea3818bc2c3a77b6102fcb67aa390a803cdc5ba8d8a2ecc6065f88726392529cbc DIST hugin-2019.0.0.tar.bz2 10297887 BLAKE2B 59c4df340f01dc7fa72c08b575fe2449ac40b96ac2e925aaef0d7804df54db25df7b5901cb25a5da4d8e78c93c668081d535517c275cd1ccb40f5159e1c725e5 SHA512 49e945523c290a6bf33f265cd9e29343442a056248fc09aeb15ebb1f4197510c25ff8201b5520a9ed8fcac2342eda8b8fa65b9b82ff3930084546e1fc228d9a5 diff --git a/media-gfx/hugin/files/hugin-2018.0.0-exiv2-0.27.patch b/media-gfx/hugin/files/hugin-2018.0.0-exiv2-0.27.patch deleted file mode 100644 index 23dd54289217..000000000000 --- a/media-gfx/hugin/files/hugin-2018.0.0-exiv2-0.27.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/src/hugin_base/panodata/Exiv2Helper.cpp -+++ b/src/hugin_base/panodata/Exiv2Helper.cpp -@@ -29,6 +29,7 @@ - #include "hugin_math/hugin_math.h" - #include "hugin_utils/utils.h" - #include "exiv2/easyaccess.hpp" -+#include "exiv2/version.hpp" - - namespace HuginBase - { -@@ -232,7 +233,7 @@ - return false; - }; - }; --#if EXIV2_TEST_VERSION(0,23,0) -+#if defined EXIV2_VERSION && EXIV2_VERSION >= EXIV2_MAKE_VERSION(0,23,0) - if (_getExiv2Value(exifData, "Exif.PentaxDng.RedBalance", val1) && - _getExiv2Value(exifData, "Exif.PentaxDng.BlueBalance", val2)) - { -@@ -563,7 +564,7 @@ - std::string lensName; - // first we are reading LensModel in Exif section, this is only available - // with EXIF >= 2.3 --#if EXIV2_TEST_VERSION(0,22,0) -+#if defined EXIV2_VERSION && EXIV2_VERSION >= EXIV2_MAKE_VERSION(0,22,0) - //the string "Exif.Photo.LensModel" is only defined in exiv2 0.22.0 and above - if(_getExiv2Value(exifData, "Exif.Photo.LensModel", lensName)) - #else diff --git a/media-gfx/hugin/hugin-2018.0.0.ebuild b/media-gfx/hugin/hugin-2018.0.0.ebuild deleted file mode 100644 index 5c87262440f2..000000000000 --- a/media-gfx/hugin/hugin-2018.0.0.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - -inherit python-single-r1 wxwidgets cmake-utils eapi7-ver - -DESCRIPTION="GUI for the creation & processing of panoramic images" -HOMEPAGE="http://hugin.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.bz2" - -LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2" -SLOT="0" -KEYWORDS="amd64 x86" - -LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru sk sv zh-CN zh-TW" -IUSE="debug lapack python sift $(echo ${LANGS//\ /\ l10n_})" - -CDEPEND=" - !!dev-util/cocom - dev-db/sqlite:3 - dev-libs/boost:= - dev-libs/zthread - >=media-gfx/enblend-4.0 - media-gfx/exiv2:= - media-libs/freeglut - media-libs/glew:= - >=media-libs/libpano13-2.9.19_beta1:0= - media-libs/libpng:0= - media-libs/openexr:= - media-libs/tiff:0 - >=media-libs/vigra-1.11.0[openexr] - sci-libs/fftw:3.0= - sci-libs/flann - sys-libs/zlib - virtual/glu - virtual/jpeg:0 - virtual/opengl - x11-libs/wxGTK:3.0=[X,opengl] - lapack? ( virtual/blas virtual/lapack ) - python? ( ${PYTHON_DEPS} ) - sift? ( media-gfx/autopano-sift-C )" -RDEPEND="${CDEPEND} - media-libs/exiftool" -DEPEND="${CDEPEND} - dev-cpp/tclap - sys-devel/gettext - virtual/pkgconfig - python? ( >=dev-lang/swig-2.0.4 )" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -DOCS=( authors.txt README TODO ) - -PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.patch" ) - -S=${WORKDIR}/${PN}-$(ver_cut 1-2).0 - -pkg_setup() { - use python && python-single-r1_pkg_setup - setup-wxwidgets -} - -src_configure() { - local mycmakeargs=( - -DBUILD_HSI=$(usex python) - -DENABLE_LAPACK=$(usex lapack) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - use python && python_optimize - - local lang - for lang in ${LANGS} ; do - case ${lang} in - ca) dir=ca_ES;; - ca-valencia) dir=ca_ES@valencia;; - cs) dir=cs_CZ;; - *) dir=${lang/-/_};; - esac - if ! use l10n_${lang} ; then - rm -r "${ED%/}"/usr/share/locale/${dir} || die - fi - done -} |