From dd59b1a70b7b3dcbdd275fa56903ba4be2680bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 1 Dec 2019 15:21:57 +0100 Subject: [PATCH] hugin: revbump for openexr-2.4.0 [ci skip] --- srcpkgs/hugin/patches/find-openexr-2_4.patch | 47 ++++++++++++++++++++ srcpkgs/hugin/template | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/hugin/patches/find-openexr-2_4.patch diff --git a/srcpkgs/hugin/patches/find-openexr-2_4.patch b/srcpkgs/hugin/patches/find-openexr-2_4.patch new file mode 100644 index 0000000000..aed541abdf --- /dev/null +++ b/srcpkgs/hugin/patches/find-openexr-2_4.patch @@ -0,0 +1,47 @@ +--- CMakeModules/FindOpenEXR.cmake 2018-07-23 19:34:46.000000000 +0200 ++++ CMakeModules/FindOpenEXR.cmake 2019-12-02 16:00:26.781901111 +0100 +@@ -35,7 +35,7 @@ + include(FindLibraryWithDebug) + find_library_with_debug(OPENEXR_HALF_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES Half ++ NAMES Half-2_4 Half + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} +@@ -45,7 +45,7 @@ + + find_library_with_debug(OPENEXR_IEX_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES Iex-2_2 Iex ++ NAMES Iex-2_4 Iex-2_3 Iex-2_2 Iex + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} +@@ -55,7 +55,7 @@ + + find_library_with_debug(OPENEXR_ILMTHREAD_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES IlmThread-2_2 IlmThread ++ NAMES IlmThread-2_4 IlmThread-2_3 IlmThread-2_2 IlmThread + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} +@@ -65,7 +65,7 @@ + + find_library_with_debug(OPENEXR_IMATH_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES Imath-2_2 Imath ++ NAMES Imath-2_4 Imath-2_3 Imath-2_2 Imath + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} +@@ -76,7 +76,7 @@ + + find_library_with_debug(OPENEXR_ILMIMF_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES IlmImf-2_2 IlmImf ++ NAMES IlmImf-2_4 IlmImf-2_3 IlmImf-2_2 IlmImf + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template index 15b3947a03..66d816fbd0 100644 --- a/srcpkgs/hugin/template +++ b/srcpkgs/hugin/template @@ -1,7 +1,7 @@ # Template file for 'hugin' pkgname=hugin version=2019.0.0 -revision=2 +revision=3 wrksrc="${pkgname}-${version}" build_style=cmake pycompile_module="hpi.py hsi.py"