diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-23 11:51:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-23 12:52:53 +0200 |
commit | f4841815cb707b2aad2db97001a0a38eab577c34 (patch) | |
tree | a8a20132b2d117060c47c40722a807bfacc4cda2 /media-gfx/hugin | |
parent | sci-libs/flann: Drop 1.9.1-r2 (diff) | |
download | gentoo-f4841815cb707b2aad2db97001a0a38eab577c34.tar.gz gentoo-f4841815cb707b2aad2db97001a0a38eab577c34.tar.bz2 gentoo-f4841815cb707b2aad2db97001a0a38eab577c34.zip |
media-gfx/hugin: Drop 2019.0.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22
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-2019.0.0-exiv2-0.27.1.patch | 29 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-2019.0.0.ebuild | 100 |
3 files changed, 0 insertions, 130 deletions
diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest index ed9c292193e0..424227ceba59 100644 --- a/media-gfx/hugin/Manifest +++ b/media-gfx/hugin/Manifest @@ -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 index e22023f3998e..000000000000 --- a/media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch +++ /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 index 1217aa9474d5..000000000000 --- a/media-gfx/hugin/hugin-2019.0.0.ebuild +++ /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 -} |