media-gfx/hugin: Drop 2019.0.0
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 23 May 2020 09:51:14 +0000 (11:51 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 23 May 2020 10:52:53 +0000 (12:52 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-gfx/hugin/Manifest
media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch [deleted file]
media-gfx/hugin/hugin-2019.0.0.ebuild [deleted file]

index ed9c292193e04d76ff163c5481d8404bbe9f2c6a..424227ceba59388466e62923a53bb6b1869c318b 100644 (file)
@@ -1,2 +1 @@
-DIST hugin-2019.0.0.tar.bz2 10297887 BLAKE2B 59c4df340f01dc7fa72c08b575fe2449ac40b96ac2e925aaef0d7804df54db25df7b5901cb25a5da4d8e78c93c668081d535517c275cd1ccb40f5159e1c725e5 SHA512 49e945523c290a6bf33f265cd9e29343442a056248fc09aeb15ebb1f4197510c25ff8201b5520a9ed8fcac2342eda8b8fa65b9b82ff3930084546e1fc228d9a5
 DIST hugin-2019.2.0.tar.bz2 10335030 BLAKE2B 4fbcb974eea01dbd8d722f64b5cadfd1b3fe101e5e7849d069c531e55e1ea71c226bcb1550b59374bbe8adf111b7c0bc5e48c14f45bdb685486cbeccde5add70 SHA512 2ddfe7468a474c385ef66a88c3a5a2491183765ae431e5044f504d2e95ec3cb99c0b97b98dda282ba7950f6f2001f46b2f2ea39b9025718c2a329dea967685c1
diff --git a/media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch b/media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch
deleted file mode 100644 (file)
index e22023f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Fix build against exiv2-0.27.1 by using upstream recommended catchall header.
-
---- a/src/hugin_base/panodata/SrcPanoImage.cpp 2019-02-16 09:18:55.000000000 +0100
-+++ b/src/hugin_base/panodata/SrcPanoImage.cpp 2019-05-21 14:26:23.470193305 +0200
-@@ -40,9 +40,7 @@
- #include <vigra/diff2d.hxx>
- #include <vigra/imageinfo.hxx>
- #include <hugin_utils/utils.h>
--#include <exiv2/exif.hpp>
--#include <exiv2/image.hpp>
--#include <exiv2/easyaccess.hpp>
-+#include <exiv2/exiv2.hpp>
- #include <lensdb/LensDB.h>
- #include "Exiv2Helper.h"
---- a/src/hugin1/hugin/RawImport.cpp   2019-02-02 11:11:01.000000000 +0100
-+++ b/src/hugin1/hugin/RawImport.cpp   2019-05-21 14:33:00.522541182 +0200
-@@ -35,10 +35,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include <exiv2/exif.hpp>
--#include <exiv2/image.hpp>
--#include <exiv2/easyaccess.hpp>
--#include <exiv2/xmpsidecar.hpp>
-+#include <exiv2/exiv2.hpp>
- #ifdef __WXMSW__
- #include <wx/msw/registry.h>
- #endif
diff --git a/media-gfx/hugin/hugin-2019.0.0.ebuild b/media-gfx/hugin/hugin-2019.0.0.ebuild
deleted file mode 100644 (file)
index 1217aa9..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER="3.0"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-
-inherit python-single-r1 wxwidgets cmake-utils eapi7-ver xdg
-
-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 arm64 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 raw 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
-       raw? ( media-gfx/dcraw )"
-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.1.patch" ) # bug 686366
-
-S=${WORKDIR}/${PN}-$(ver_cut 1-2).0
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-       setup-wxwidgets
-}
-
-src_prepare() {
-       sed -i \
-               -e "/COMMAND.*GZIP/d" \
-               -e "s/\.gz//g" \
-               "${S}"/doc/CMakeLists.txt || die
-       cmake-utils_src_prepare
-}
-
-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
-}