head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.19.16.00.48; author adam; state Exp; branches; next ; commitid 4SKMj80eWa8tebjG; desc @@ 1.1 log @hugin: updated to 25.0.0 Changes since 2024.0.1 The most changes are under the hood and affect mainly the builders. Now a C++17 compiler is needed. Therefore the boost library is not needed anymore. Also libjpeg and libpng are not needed when building the shared version (which is the default). wxWidgets 3.2 or later is now required. The code has be refactored to follow the modern wxWidgets code style. With this change Hugin is now using vector SVG files instead of raster PNG files for the toolboor and buttons. This should improve the appearance on hdpi displays. Depending on the used compiler it may necessary to use a more up-to-date version of the needed libraries (e.g. libpano 2.9.23) A new GUI has be added: hugin_toolbox. It provides a GUI for enfuse and for simple perspective correction. Beside there are many small bugfixes. @ text @$NetBSD$ On Darwin, avoid application bundle. --- src/hugin1/toolbox/CMakeLists.txt.orig 2025-10-31 09:42:00.000000000 +0000 +++ src/hugin1/toolbox/CMakeLists.txt @@@@ -4,7 +4,7 @@@@ set(TOOLBOX_HEADER ToolboxApp.h ToolboxF IF (WIN32) add_executable(hugin_toolbox WIN32 ${TOOLBOX_SOURCE} ${TOOLBOX_HEADER} hugin_toolbox_rc.rc ${WINDOWS_DPI_MANIFEST}) -ELSEIF(APPLE) +ELSEIF(FALSE) set( PROGNAME hugin_toolbox ) @@@@ -81,7 +81,7 @@@@ ENDIF() target_link_libraries(hugin_toolbox huginbasewx ${common_libs} ${image_libs} ${wxWidgets_LIBRARIES}) -IF (APPLE) +IF (FALSE) IF (NOT MAC_SELF_CONTAINED_BUNDLE) install(TARGETS hugin_toolbox DESTINATION ${INSTALL_OSX_BUNDLE_DIR}) @