head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.80 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.78 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.76 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.74 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.72 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.70 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.68 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.66 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.64 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.62 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.60 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.58 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.56 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.54 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.52 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.50 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.48 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.46 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.44 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.42 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.40 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.38 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.36 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.32 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.12 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.34 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.30 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.28 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.26 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.24 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.22 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.20 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.18 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.16 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.14 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.10 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.8 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.6 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.4 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.2 pkgsrc-2016Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2016.04.07.09.38.43; author adam; state Exp; branches; next ; commitid w0VASbYRE9Aq2G1z; desc @@ 1.1 log @Changes 4.2: - All deprecated options and features of version 4.1 have been removed. - Enblend and Enfuse support layer (aka "page", aka "frame") selection in of multi-layer image-files. This includes processing any layers in user-defined order. - Both Enblend and Enfuse can now perform all their pyramidal blending operations in CIELAB (aka L*a*b*, aka L-star) and CIELUV (aka L*u*v*) color spaces, too. See section "New Commandline Options", option `--blend-colorspace'. The previous default, CIECAM for input images with ICC-profile has been changed to CIELUV. The default for RGB images without ICC-profile remains. However, the new default for floating-point image data is to use the RGB-cube, no matter whether the images come with profiles or not. - The new Graph-Cut algorithm is the default primary seam-line generator. - Avoid a division-by-zero in the Annealing Optimizer. - Fix a bug (1356551) in the seam-line vectorization code that was there since 2004. The fix changes the position of almost any coarse-mask seam line vertex by one pixel. - Fix a longstanding quirk, which allowed to load masks into Enblend and Enfuse that were unsuitable for processing. - Fix a bug in the highlight-recovery that caused Enfuse to bail out with the uncaught exception "Minimizer1D::set_bracket: minimum not bracketed". - The OpenMP enabled versions of Enblend and Enfuse benefit from Google's TCMalloc library. - Several exposure weight functions were added to Enfuse. The choice is now up to the user. The default still is the Gauss function as in all Enfuse versions before. @ text @$NetBSD$ Do not fail for missing LaTeX - it is not needed anyway. Do not force optimisation flags. Fix OpenMP detection. --- configure.orig 2016-03-28 14:51:58.000000000 +0000 +++ configure @@@@ -8716,10 +8716,6 @@@@ done test -n "$latex" || latex="no" export latex; -if test $latex = "no" ; -then - as_fn_error $? "Unable to find a LaTeX application" "$LINENO" 5; -fi @@@@ -11710,7 +11706,7 @@@@ if test "$enable_debug" = yes; then $as_echo "yes" >&6; } enable_debug=yes else - CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" + CXXFLAGS="$CXXFLAGS -DNDEBUG" { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } enable_debug=no @@@@ -11763,7 +11759,7 @@@@ else ax_cv_cxx_openmp=unknown # Flags to try: -fopenmp (gcc), -openmp (icc), -mp (SGI & PGI), # -xopenmp (Sun), -omp (Tru64), -qsmp=omp (AIX), none -ax_openmp_flags="-fopenmp -openmp -mp -xopenmp -omp -qsmp=omp none" +ax_openmp_flags="-fopenmp -fopenmp=libiomp5 -openmp -mp -xopenmp -omp -qsmp=omp none" if test "x$OPENMP_CXXFLAGS" != x; then ax_openmp_flags="$OPENMP_CXXFLAGS $ax_openmp_flags" fi @@@@ -11781,11 +11777,11 @@@@ for ax_openmp_flag in $ax_openmp_flags; #ifdef __cplusplus extern "C" #endif -char omp_set_num_threads (); +#include int main () { -return omp_set_num_threads (); +return omp_get_num_threads (); ; return 0; } @