mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
hugin: revbump for openexr-2.4.0
[ci skip]
This commit is contained in:
parent
c8b2a90487
commit
dd59b1a70b
2 changed files with 48 additions and 1 deletions
47
srcpkgs/hugin/patches/find-openexr-2_4.patch
Normal file
47
srcpkgs/hugin/patches/find-openexr-2_4.patch
Normal file
|
@ -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}
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue