From owner-svn-ports-head@freebsd.org Sun Apr 21 01:21:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A33B157C4CA; Sun, 21 Apr 2019 01:21:30 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBF69844ED; Sun, 21 Apr 2019 01:21:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D28A1E395; Sun, 21 Apr 2019 01:21:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3L1LTZD048731; Sun, 21 Apr 2019 01:21:29 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3L1LT2q048729; Sun, 21 Apr 2019 01:21:29 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201904210121.x3L1LT2q048729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 21 Apr 2019 01:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499524 - in head/graphics/rawtherapee: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/graphics/rawtherapee: . files X-SVN-Commit-Revision: 499524 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CBF69844ED X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2019 01:21:30 -0000 Author: mandree Date: Sun Apr 21 01:21:28 2019 New Revision: 499524 URL: https://svnweb.freebsd.org/changeset/ports/499524 Log: Update RawTherapee to 5.6 release. Announcement: Only offer OPENMP option on x86/amd64 for now. While here, avoid -mtune=generic on anything but x86/amd64/aarch64. [1] PR: 237285 [1] Submitted by: pkubaj [1] Deleted: head/graphics/rawtherapee/files/patch-proper-cleanup-to-avoid-SIGABRT head/graphics/rawtherapee/files/patch-rtengine_previewimage.cc head/graphics/rawtherapee/files/patch-rtgui_CMakeLists.txt Modified: head/graphics/rawtherapee/Makefile head/graphics/rawtherapee/distinfo head/graphics/rawtherapee/pkg-plist Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Sun Apr 21 00:52:32 2019 (r499523) +++ head/graphics/rawtherapee/Makefile Sun Apr 21 01:21:28 2019 (r499524) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= rawtherapee -PORTVERSION= 5.5 -PORTREVISION= 1 -#DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} +PORTVERSION= 5.6 +#DISTNAME= ${PORTNAME}-${PORTVERSION:R}-rc2${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ @@ -33,7 +32,7 @@ USES= cmake desktop-file-utils gnome dos2unix \ DOS2UNIX_REGEX= .*\.(cc|h) LDFLAGS+= -Wl,--as-needed # fontconfig, freetype, gettext, libX11 -USE_GNOME= gtkmm30 +USE_GNOME= gtkmm30 librsvg2 # The -D_GLIBCXX_USE_C99 works around stoi not being defined by default, # because the GCC headers believe FreeBSD insufficiently C99 compliant. @@ -54,13 +53,18 @@ CMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" \ INSTALLS_ICONS= yes -.if defined(PACKAGE_BUILDING) && empty(CFLAGS:M-march*) +.if defined(PACKAGE_BUILDING) && empty(CFLAGS:M-march*) && (${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == aarch64) +# this gets translated to -mtune=generic, see ${WRKSRC}/ProcessorTargets.cmake +# and as of GCC 8.3, it appears that among FreeBSD's supported architectures, +# only the three listed above support this GCC option. CMAKE_ARGS+= -DPROC_TARGET_NUMBER="1" .endif RTDIR= ${PREFIX}/libdata/${PORTNAME} -OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS OPENMP NATIVE +OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS NATIVE +OPTIONS_DEFINE_i386= DOCS OPTIMIZED_CFLAGS NATIVE OPENMP +OPTIONS_DEFINE_amd64= DOCS OPTIMIZED_CFLAGS NATIVE OPENMP OPTIONS_DEFAULT= OPTIMIZED_CFLAGS OPENMP OPENMP_DESC= Enable OpenMP parallel processing (i386/amd64 only) OPTIMIZED_CFLAGS_DESC= Use extra optimizations (needs SSE2 on i386/amd64) @@ -73,21 +77,19 @@ OPENMP_CMAKE_BOOL= OPTION_OMP # ------------------------------------------------------------------- # -.if ${OPSYS} == FreeBSD -.if ${OSVERSION} >= 1300000 +.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1300000) # don't waste everybody's time with Tier-2 and moving targets. # might add ARM64 or SPARC64 later on if they are established by the # time FreeBSD 12 is out. ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=Only amd64 is supported on non-released FreeBSD versions. .endif -.endif .if ${PORT_OPTIONS:MNATIVE} CMAKE_ARGS+= -DPROC_TARGET_NUMBER="2" .endif -.if !empty(PORT_OPTIONS:MOPENMP) && (${ARCH} == "amd64" || ${ARCH} == "i386") +.if !empty(PORT_OPTIONS:MOPENMP) && !empty(OPTIONS_DEFINE:MOPENMP) LIB_DEPENDS+= libomp.so:devel/openmp OPENMP_FLAGS= -lm -lomp LDFLAGS+= ${OPENMP_FLAGS} @@ -104,11 +106,9 @@ USES+= compiler:gcc-c++11-lib . else USES+= compiler:c++11-lib . endif -# If we were to use GCC on i386, we'd need to use -mstackrealign -# or similar options, else we get SIGBUS when SSE2 is enabled due to -# improper alignment. Base clang is good enough though, i386 does not -# support OpenMP, and those seeking ultimate performance need to use -# amd64. Workaround implemented below. +# If we were to use GCC on i386, we'd need to use -mstackrealign or similar +# options, else we get SIGBUS when SSE2 is enabled due to improper alignment. +# Base clang is good enough though. Workaround implemented below. .else USES+= compiler:c++14-lang .endif Modified: head/graphics/rawtherapee/distinfo ============================================================================== --- head/graphics/rawtherapee/distinfo Sun Apr 21 00:52:32 2019 (r499523) +++ head/graphics/rawtherapee/distinfo Sun Apr 21 01:21:28 2019 (r499524) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545145340 -SHA256 (rawtherapee-5.5.tar.xz) = c169c9fb37dd5183de795200338af1e597f8189b1f75a48f8688db6eb35048f0 -SIZE (rawtherapee-5.5.tar.xz) = 12163556 +TIMESTAMP = 1555804282 +SHA256 (rawtherapee-5.6.tar.xz) = f9ea4b159580bd99aa7eaba9487c07e9dc7c095405f310f243400e67ae630d74 +SIZE (rawtherapee-5.6.tar.xz) = 12083264 Modified: head/graphics/rawtherapee/pkg-plist ============================================================================== --- head/graphics/rawtherapee/pkg-plist Sun Apr 21 00:52:32 2019 (r499523) +++ head/graphics/rawtherapee/pkg-plist Sun Apr 21 01:21:28 2019 (r499524) @@ -3,16 +3,16 @@ bin/rawtherapee bin/rawtherapee-cli man/man1/rawtherapee.1.gz share/applications/rawtherapee.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt -%%PORTDOCS%%%%DOCSDIR%%/AboutThisBuild.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES.txt share/icons/hicolor/128x128/apps/rawtherapee.png share/icons/hicolor/16x16/apps/rawtherapee.png share/icons/hicolor/24x24/apps/rawtherapee.png share/icons/hicolor/256x256/apps/rawtherapee.png share/icons/hicolor/48x48/apps/rawtherapee.png -share/metainfo/rawtherapee.appdata.xml +share/metainfo/com.rawtherapee.RawTherapee.appdata.xml +%%PORTDOCS%%%%DOCSDIR%%/AboutThisBuild.txt +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES.txt %%DATADIR%%/camconst.json %%DATADIR%%/dcpprofiles/camera_model_aliases.json %%DATADIR%%/dcpprofiles/Canon EOS 100D.dcp @@ -40,12 +40,12 @@ share/metainfo/rawtherapee.appdata.xml %%DATADIR%%/dcpprofiles/Canon PowerShot S110.dcp %%DATADIR%%/dcpprofiles/FUJIFILM FinePix F600EXR.dcp %%DATADIR%%/dcpprofiles/Fujifilm FinePix S9500.dcp +%%DATADIR%%/dcpprofiles/FUJIFILM GFX 50R.dcp %%DATADIR%%/dcpprofiles/Fujifilm X-E1.dcp %%DATADIR%%/dcpprofiles/Fujifilm X-E2.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X-Pro2.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X-S1.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X-T1.dcp -%%DATADIR%%/dcpprofiles/FUJIFILM X-T10.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X-T20.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X100S.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X100T.dcp @@ -65,6 +65,7 @@ share/metainfo/rawtherapee.appdata.xml %%DATADIR%%/dcpprofiles/NIKON D600.dcp %%DATADIR%%/dcpprofiles/NIKON D700.dcp %%DATADIR%%/dcpprofiles/Nikon D7000.dcp +%%DATADIR%%/dcpprofiles/NIKON D70s.dcp %%DATADIR%%/dcpprofiles/NIKON D7200.dcp %%DATADIR%%/dcpprofiles/NIKON D750.dcp %%DATADIR%%/dcpprofiles/NIKON D80.dcp @@ -80,6 +81,7 @@ share/metainfo/rawtherapee.appdata.xml %%DATADIR%%/dcpprofiles/Olympus XZ-1.dcp %%DATADIR%%/dcpprofiles/Panasonic DC-G9.dcp %%DATADIR%%/dcpprofiles/Panasonic DC-GX9.dcp +%%DATADIR%%/dcpprofiles/Panasonic DC-S1.dcp %%DATADIR%%/dcpprofiles/Panasonic DC-TZ91.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-FZ1000.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-FZ150.dcp @@ -166,637 +168,336 @@ share/metainfo/rawtherapee.appdata.xml %%DATADIR%%/iccprofiles/output/RTv4_Rec2020.icc %%DATADIR%%/iccprofiles/output/RTv4_sRGB.icc %%DATADIR%%/iccprofiles/output/RTv4_Wide.icc -%%DATADIR%%/images/dark/add-small.png -%%DATADIR%%/images/dark/add.png -%%DATADIR%%/images/dark/aperture.png -%%DATADIR%%/images/dark/arrow-down-small.png -%%DATADIR%%/images/dark/arrow-left-small.png -%%DATADIR%%/images/dark/arrow-right-small.png -%%DATADIR%%/images/dark/arrow-up-small.png -%%DATADIR%%/images/dark/arrow-updown.png -%%DATADIR%%/images/dark/arrow2-left.png -%%DATADIR%%/images/dark/arrow2-right.png -%%DATADIR%%/images/dark/atom.png -%%DATADIR%%/images/dark/bayer.png -%%DATADIR%%/images/dark/beforeafter.png -%%DATADIR%%/images/dark/cancel-small.png -%%DATADIR%%/images/dark/cancel.png -%%DATADIR%%/images/dark/circle-black-small.png -%%DATADIR%%/images/dark/circle-blue-green-small.png -%%DATADIR%%/images/dark/circle-blue-red-small.png -%%DATADIR%%/images/dark/circle-blue-small.png -%%DATADIR%%/images/dark/circle-blue-yellow-small.png -%%DATADIR%%/images/dark/circle-cyan-red-small.png -%%DATADIR%%/images/dark/circle-cyan-small.png -%%DATADIR%%/images/dark/circle-darkgray-small.png -%%DATADIR%%/images/dark/circle-empty-blue-small.png -%%DATADIR%%/images/dark/circle-empty-darkgray-small.png -%%DATADIR%%/images/dark/circle-empty-gray-small.png -%%DATADIR%%/images/dark/circle-empty-green-small.png -%%DATADIR%%/images/dark/circle-empty-purple-small.png -%%DATADIR%%/images/dark/circle-empty-red-small.png -%%DATADIR%%/images/dark/circle-empty-yellow-small.png -%%DATADIR%%/images/dark/circle-gray-blue-small.png -%%DATADIR%%/images/dark/circle-gray-green-small.png -%%DATADIR%%/images/dark/circle-gray-red-small.png -%%DATADIR%%/images/dark/circle-gray-small.png -%%DATADIR%%/images/dark/circle-green-blue-small.png -%%DATADIR%%/images/dark/circle-green-red-small.png -%%DATADIR%%/images/dark/circle-green-small.png -%%DATADIR%%/images/dark/circle-magenta-small.png -%%DATADIR%%/images/dark/circle-orange-small.png -%%DATADIR%%/images/dark/circle-purple-small.png -%%DATADIR%%/images/dark/circle-red-blue-small.png -%%DATADIR%%/images/dark/circle-red-cyan-small.png -%%DATADIR%%/images/dark/circle-red-green-small.png -%%DATADIR%%/images/dark/circle-red-small.png -%%DATADIR%%/images/dark/circle-white-small.png -%%DATADIR%%/images/dark/circle-yellow-blue-small.png -%%DATADIR%%/images/dark/circle-yellow-small.png -%%DATADIR%%/images/dark/color-circles.png -%%DATADIR%%/images/dark/color-picker-add-hicontrast.png -%%DATADIR%%/images/dark/color-picker-add.png -%%DATADIR%%/images/dark/color-picker-bars.png -%%DATADIR%%/images/dark/color-picker-hicontrast.png -%%DATADIR%%/images/dark/color-picker-hide.png -%%DATADIR%%/images/dark/color-picker-small.png -%%DATADIR%%/images/dark/color-picker.png -%%DATADIR%%/images/dark/contrastmask-off.png -%%DATADIR%%/images/dark/contrastmask-on.png -%%DATADIR%%/images/dark/copy.png -%%DATADIR%%/images/dark/crop-auto-small.png -%%DATADIR%%/images/dark/crop-auto.png -%%DATADIR%%/images/dark/crop-point-hicontrast.png -%%DATADIR%%/images/dark/crop-small.png -%%DATADIR%%/images/dark/crop.png -%%DATADIR%%/images/dark/crossed-arrows-in.png -%%DATADIR%%/images/dark/crossed-arrows-out.png -%%DATADIR%%/images/dark/crosshair-adjust.png -%%DATADIR%%/images/dark/crosshair-hicontrast.png -%%DATADIR%%/images/dark/crosshair-node-curve.png -%%DATADIR%%/images/dark/crosshair-small.png -%%DATADIR%%/images/dark/curve-catmullrom-small.png -%%DATADIR%%/images/dark/curve-catmullrom.png -%%DATADIR%%/images/dark/curve-controlpoints-small.png -%%DATADIR%%/images/dark/curve-controlpoints.png -%%DATADIR%%/images/dark/curve-flat-small.png -%%DATADIR%%/images/dark/curve-flat.png -%%DATADIR%%/images/dark/curve-linear-small.png -%%DATADIR%%/images/dark/curve-linear.png -%%DATADIR%%/images/dark/curve-nurbs-small.png -%%DATADIR%%/images/dark/curve-nurbs.png -%%DATADIR%%/images/dark/curve-parametric-small.png -%%DATADIR%%/images/dark/curve-parametric.png -%%DATADIR%%/images/dark/curve-spline-small.png -%%DATADIR%%/images/dark/curve-spline.png -%%DATADIR%%/images/dark/detail.png -%%DATADIR%%/images/dark/device-floppy.png -%%DATADIR%%/images/dark/device-hdd.png -%%DATADIR%%/images/dark/device-network.png -%%DATADIR%%/images/dark/device-optical.png -%%DATADIR%%/images/dark/device-usb.png -%%DATADIR%%/images/dark/distortion-auto-small.png -%%DATADIR%%/images/dark/distortion-auto.png -%%DATADIR%%/images/dark/distortion-barrel-small.png -%%DATADIR%%/images/dark/distortion-barrel.png -%%DATADIR%%/images/dark/distortion-pincushion-small.png -%%DATADIR%%/images/dark/distortion-pincushion.png -%%DATADIR%%/images/dark/edit-point.png -%%DATADIR%%/images/dark/equilizer-narrow.png -%%DATADIR%%/images/dark/equilizer-wide.png -%%DATADIR%%/images/dark/expander-closed-small.png -%%DATADIR%%/images/dark/expander-open-small.png -%%DATADIR%%/images/dark/exposure.png -%%DATADIR%%/images/dark/filetype-hdr.png -%%DATADIR%%/images/dark/filetype-ps.png -%%DATADIR%%/images/dark/filter-clear.png -%%DATADIR%%/images/dark/filter-original.png -%%DATADIR%%/images/dark/filter-original2.png -%%DATADIR%%/images/dark/filter.png -%%DATADIR%%/images/dark/flip-horizontal.png -%%DATADIR%%/images/dark/flip-vertical.png -%%DATADIR%%/images/dark/focusscreen-off.png -%%DATADIR%%/images/dark/focusscreen-on.png -%%DATADIR%%/images/dark/folder-closed-home-small.png -%%DATADIR%%/images/dark/folder-closed-home.png -%%DATADIR%%/images/dark/folder-closed-recent-small.png -%%DATADIR%%/images/dark/folder-closed-recent.png -%%DATADIR%%/images/dark/folder-closed-small.png -%%DATADIR%%/images/dark/folder-closed.png -%%DATADIR%%/images/dark/folder-open-recent-small.png -%%DATADIR%%/images/dark/folder-open-recent.png -%%DATADIR%%/images/dark/folder-open-small.png -%%DATADIR%%/images/dark/folder-open.png -%%DATADIR%%/images/dark/fullscreen-enter.png -%%DATADIR%%/images/dark/fullscreen-leave.png -%%DATADIR%%/images/dark/gamut-hist.png -%%DATADIR%%/images/dark/gamut-plus.png -%%DATADIR%%/images/dark/gamut-softproof.png -%%DATADIR%%/images/dark/gamut-warning.png -%%DATADIR%%/images/dark/gamut_srgb_prophoto_xy.png -%%DATADIR%%/images/dark/gears-pause.png -%%DATADIR%%/images/dark/gears-play.png -%%DATADIR%%/images/dark/gears-small.png -%%DATADIR%%/images/dark/gears.png -%%DATADIR%%/images/dark/goto-end-small.png -%%DATADIR%%/images/dark/goto-start-small.png -%%DATADIR%%/images/dark/hand-closed-hicontrast.png -%%DATADIR%%/images/dark/hand-open-hicontrast.png -%%DATADIR%%/images/dark/hand-open.png -%%DATADIR%%/images/dark/histogram-bar-off-small.png -%%DATADIR%%/images/dark/histogram-bar-on-small.png -%%DATADIR%%/images/dark/histogram-bayer-off-small.png -%%DATADIR%%/images/dark/histogram-bayer-on-small.png -%%DATADIR%%/images/dark/histogram-blue-off-small.png -%%DATADIR%%/images/dark/histogram-blue-on-small.png -%%DATADIR%%/images/dark/histogram-gold-off-small.png -%%DATADIR%%/images/dark/histogram-gold-on-small.png -%%DATADIR%%/images/dark/histogram-green-off-small.png -%%DATADIR%%/images/dark/histogram-green-on-small.png -%%DATADIR%%/images/dark/histogram-mode-linear-small.png -%%DATADIR%%/images/dark/histogram-mode-logx-small.png -%%DATADIR%%/images/dark/histogram-mode-logxy-small.png -%%DATADIR%%/images/dark/histogram-red-off-small.png -%%DATADIR%%/images/dark/histogram-red-on-small.png -%%DATADIR%%/images/dark/histogram-silver-off-small.png -%%DATADIR%%/images/dark/histogram-silver-on-small.png -%%DATADIR%%/images/dark/info.png -%%DATADIR%%/images/dark/intent-absolute.png -%%DATADIR%%/images/dark/intent-perceptual.png -%%DATADIR%%/images/dark/intent-relative.png -%%DATADIR%%/images/dark/intent-saturation.png -%%DATADIR%%/images/dark/magnifier-1to1-small.png -%%DATADIR%%/images/dark/magnifier-1to1.png -%%DATADIR%%/images/dark/magnifier-crop.png -%%DATADIR%%/images/dark/magnifier-fit.png -%%DATADIR%%/images/dark/magnifier-minus-small.png -%%DATADIR%%/images/dark/magnifier-minus.png -%%DATADIR%%/images/dark/magnifier-plus-small.png -%%DATADIR%%/images/dark/magnifier-plus.png -%%DATADIR%%/images/dark/magnifier.png -%%DATADIR%%/images/dark/metadata.png -%%DATADIR%%/images/dark/node-move-nw-se-hicontrast.png -%%DATADIR%%/images/dark/node-move-sw-ne-hicontrast.png -%%DATADIR%%/images/dark/node-move-x-hicontrast.png -%%DATADIR%%/images/dark/node-move-xy-hicontrast.png -%%DATADIR%%/images/dark/node-move-y-hicontrast.png -%%DATADIR%%/images/dark/one-to-one-small.png -%%DATADIR%%/images/dark/ornament1.png -%%DATADIR%%/images/dark/padlock-locked-small.png -%%DATADIR%%/images/dark/padlock-unlocked-small.png -%%DATADIR%%/images/dark/palette-brush.png -%%DATADIR%%/images/dark/panel-to-bottom.png -%%DATADIR%%/images/dark/panel-to-left.png -%%DATADIR%%/images/dark/panel-to-right.png -%%DATADIR%%/images/dark/panel-to-top.png -%%DATADIR%%/images/dark/paste.png -%%DATADIR%%/images/dark/perspective-horizontal-left-small.png -%%DATADIR%%/images/dark/perspective-horizontal-left.png -%%DATADIR%%/images/dark/perspective-horizontal-right-small.png -%%DATADIR%%/images/dark/perspective-horizontal-right.png -%%DATADIR%%/images/dark/perspective-vertical-bottom-small.png -%%DATADIR%%/images/dark/perspective-vertical-bottom.png -%%DATADIR%%/images/dark/perspective-vertical-top-small.png -%%DATADIR%%/images/dark/perspective-vertical-top.png -%%DATADIR%%/images/dark/power-inconsistent-small.png -%%DATADIR%%/images/dark/power-off-small.png -%%DATADIR%%/images/dark/power-on-small.png -%%DATADIR%%/images/dark/preferences.png -%%DATADIR%%/images/dark/profile-filled.png -%%DATADIR%%/images/dark/profile-partial.png -%%DATADIR%%/images/dark/redo-all.png -%%DATADIR%%/images/dark/redo-small.png -%%DATADIR%%/images/dark/redo.png -%%DATADIR%%/images/dark/refresh-red-small.png -%%DATADIR%%/images/dark/refresh-small.png -%%DATADIR%%/images/dark/refresh.png -%%DATADIR%%/images/dark/remove-small.png -%%DATADIR%%/images/dark/remove.png -%%DATADIR%%/images/dark/rotate-aroundnode-hicontrast.png -%%DATADIR%%/images/dark/rotate-aroundnode.png -%%DATADIR%%/images/dark/rotate-left-90.png -%%DATADIR%%/images/dark/rotate-left-small.png -%%DATADIR%%/images/dark/rotate-left.png -%%DATADIR%%/images/dark/rotate-right-90.png -%%DATADIR%%/images/dark/rotate-right-small.png -%%DATADIR%%/images/dark/rotate-right.png -%%DATADIR%%/images/dark/rotate-straighten-small.png -%%DATADIR%%/images/dark/rotate-straighten.png -%%DATADIR%%/images/dark/save-small.png -%%DATADIR%%/images/dark/save.png -%%DATADIR%%/images/dark/saved-no-small.png -%%DATADIR%%/images/dark/saved-yes-small.png -%%DATADIR%%/images/dark/square-toggle-black-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-black-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-blue-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-blue-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-gray-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-gray-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-green-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-green-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-luminosity-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-luminosity-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-red-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-red-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-theme-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-theme-on-narrow.png -%%DATADIR%%/images/dark/square-toggle-white-off-narrow.png -%%DATADIR%%/images/dark/square-toggle-white-on-narrow.png -%%DATADIR%%/images/dark/star-gold-hollow-narrow.png -%%DATADIR%%/images/dark/star-gold-hollow-small.png -%%DATADIR%%/images/dark/star-gold-narrow.png -%%DATADIR%%/images/dark/star-gold-small.png -%%DATADIR%%/images/dark/star-hollow-narrow.png -%%DATADIR%%/images/dark/star-hollow-small.png -%%DATADIR%%/images/dark/star-narrow.png -%%DATADIR%%/images/dark/star-small.png -%%DATADIR%%/images/dark/template-16.png -%%DATADIR%%/images/dark/template-24.png -%%DATADIR%%/images/dark/template-narrow.png -%%DATADIR%%/images/dark/tick-green-hollow-small.png -%%DATADIR%%/images/dark/tick-green-hollow.png -%%DATADIR%%/images/dark/tick-green-small.png -%%DATADIR%%/images/dark/tick-green.png -%%DATADIR%%/images/dark/tick-hollow-small.png -%%DATADIR%%/images/dark/tick-small.png -%%DATADIR%%/images/dark/tick.png -%%DATADIR%%/images/dark/transform.png -%%DATADIR%%/images/dark/trash-delete.png -%%DATADIR%%/images/dark/trash-empty-show.png -%%DATADIR%%/images/dark/trash-empty.png -%%DATADIR%%/images/dark/trash-full-show.png -%%DATADIR%%/images/dark/trash-full.png -%%DATADIR%%/images/dark/trash-hide-deleted.png -%%DATADIR%%/images/dark/trash-remove-small.png -%%DATADIR%%/images/dark/trash-remove.png -%%DATADIR%%/images/dark/trash-small.png -%%DATADIR%%/images/dark/undo-all.png -%%DATADIR%%/images/dark/undo-small.png -%%DATADIR%%/images/dark/undo.png -%%DATADIR%%/images/dark/warning-highlights.png -%%DATADIR%%/images/dark/warning-shadows.png -%%DATADIR%%/images/dark/warning.png -%%DATADIR%%/images/dark/wavelets.png -%%DATADIR%%/images/dark/wb-auto-small.png -%%DATADIR%%/images/dark/wb-auto.png -%%DATADIR%%/images/dark/wb-camera-small.png -%%DATADIR%%/images/dark/wb-camera.png -%%DATADIR%%/images/dark/wb-cloudy-small.png -%%DATADIR%%/images/dark/wb-cloudy.png -%%DATADIR%%/images/dark/wb-custom-small.png -%%DATADIR%%/images/dark/wb-custom.png -%%DATADIR%%/images/dark/wb-flash-small.png -%%DATADIR%%/images/dark/wb-flash.png -%%DATADIR%%/images/dark/wb-fluorescent-small.png -%%DATADIR%%/images/dark/wb-fluorescent.png -%%DATADIR%%/images/dark/wb-lamp-small.png -%%DATADIR%%/images/dark/wb-lamp.png -%%DATADIR%%/images/dark/wb-led-small.png -%%DATADIR%%/images/dark/wb-led.png -%%DATADIR%%/images/dark/wb-shade-small.png -%%DATADIR%%/images/dark/wb-shade.png -%%DATADIR%%/images/dark/wb-sun-small.png -%%DATADIR%%/images/dark/wb-sun.png -%%DATADIR%%/images/dark/wb-tungsten-small.png -%%DATADIR%%/images/dark/wb-tungsten.png -%%DATADIR%%/images/dark/wb-water-small.png -%%DATADIR%%/images/dark/wb-water.png -%%DATADIR%%/images/dark/window-add.png +%%DATADIR%%/images/add-small.svg +%%DATADIR%%/images/add.svg +%%DATADIR%%/images/aperture.svg +%%DATADIR%%/images/arrow-down-small.svg +%%DATADIR%%/images/arrow-left-small.svg +%%DATADIR%%/images/arrow-right-small.svg +%%DATADIR%%/images/arrow-up-small.svg +%%DATADIR%%/images/arrow-updown.svg +%%DATADIR%%/images/arrow2-left.svg +%%DATADIR%%/images/arrow2-right.svg +%%DATADIR%%/images/atom.svg +%%DATADIR%%/images/bayer.svg +%%DATADIR%%/images/beforeafter.svg +%%DATADIR%%/images/cancel-small.svg +%%DATADIR%%/images/cancel.svg +%%DATADIR%%/images/circle-black-small.svg +%%DATADIR%%/images/circle-blue-green-small.svg +%%DATADIR%%/images/circle-blue-red-small.svg +%%DATADIR%%/images/circle-blue-small.svg +%%DATADIR%%/images/circle-blue-yellow-small.svg +%%DATADIR%%/images/circle-cyan-red-small.svg +%%DATADIR%%/images/circle-cyan-small.svg +%%DATADIR%%/images/circle-darkgray-small.svg +%%DATADIR%%/images/circle-empty-blue-small.svg +%%DATADIR%%/images/circle-empty-darkgray-small.svg +%%DATADIR%%/images/circle-empty-gray-small.svg +%%DATADIR%%/images/circle-empty-green-small.svg +%%DATADIR%%/images/circle-empty-purple-small.svg +%%DATADIR%%/images/circle-empty-red-small.svg +%%DATADIR%%/images/circle-empty-yellow-small.svg +%%DATADIR%%/images/circle-gray-blue-small.svg +%%DATADIR%%/images/circle-gray-green-small.svg +%%DATADIR%%/images/circle-gray-red-small.svg +%%DATADIR%%/images/circle-gray-small.svg +%%DATADIR%%/images/circle-green-blue-small.svg +%%DATADIR%%/images/circle-green-red-small.svg +%%DATADIR%%/images/circle-green-small.svg +%%DATADIR%%/images/circle-magenta-small.svg +%%DATADIR%%/images/circle-orange-small.svg +%%DATADIR%%/images/circle-purple-small.svg +%%DATADIR%%/images/circle-red-blue-small.svg +%%DATADIR%%/images/circle-red-cyan-small.svg +%%DATADIR%%/images/circle-red-green-small.svg +%%DATADIR%%/images/circle-red-small.svg +%%DATADIR%%/images/circle-white-small.svg +%%DATADIR%%/images/circle-yellow-blue-small.svg +%%DATADIR%%/images/circle-yellow-small.svg +%%DATADIR%%/images/color-circles.svg +%%DATADIR%%/images/color-picker-add-hicontrast.svg +%%DATADIR%%/images/color-picker-add.svg +%%DATADIR%%/images/color-picker-bars.svg +%%DATADIR%%/images/color-picker-hicontrast.svg +%%DATADIR%%/images/color-picker-hide.svg +%%DATADIR%%/images/color-picker-small.svg +%%DATADIR%%/images/color-picker.svg +%%DATADIR%%/images/contrastmask-off.svg +%%DATADIR%%/images/contrastmask-on.svg +%%DATADIR%%/images/copy.svg +%%DATADIR%%/images/crop-auto-small.svg +%%DATADIR%%/images/crop-auto.svg +%%DATADIR%%/images/crop-point-hicontrast.svg +%%DATADIR%%/images/crop-small.svg +%%DATADIR%%/images/crop.svg +%%DATADIR%%/images/crossed-arrows-in.svg +%%DATADIR%%/images/crossed-arrows-out.svg +%%DATADIR%%/images/crosshair-adjust.svg +%%DATADIR%%/images/crosshair-hicontrast.svg +%%DATADIR%%/images/crosshair-node-curve.svg +%%DATADIR%%/images/crosshair-small.svg +%%DATADIR%%/images/curve-catmullrom-small.svg +%%DATADIR%%/images/curve-catmullrom.svg +%%DATADIR%%/images/curve-controlpoints-small.svg +%%DATADIR%%/images/curve-controlpoints.svg +%%DATADIR%%/images/curve-flat-small.svg +%%DATADIR%%/images/curve-flat.svg +%%DATADIR%%/images/curve-linear-small.svg +%%DATADIR%%/images/curve-linear.svg +%%DATADIR%%/images/curve-nurbs-small.svg +%%DATADIR%%/images/curve-nurbs.svg +%%DATADIR%%/images/curve-parametric-small.svg +%%DATADIR%%/images/curve-parametric.svg +%%DATADIR%%/images/curve-spline-small.svg +%%DATADIR%%/images/curve-spline.svg +%%DATADIR%%/images/detail.svg +%%DATADIR%%/images/device-floppy.svg +%%DATADIR%%/images/device-hdd.svg +%%DATADIR%%/images/device-network.svg +%%DATADIR%%/images/device-optical.svg +%%DATADIR%%/images/device-usb.svg +%%DATADIR%%/images/distortion-auto-small.svg +%%DATADIR%%/images/distortion-auto.svg +%%DATADIR%%/images/distortion-barrel-small.svg +%%DATADIR%%/images/distortion-barrel.svg +%%DATADIR%%/images/distortion-pincushion-small.svg +%%DATADIR%%/images/distortion-pincushion.svg +%%DATADIR%%/images/edit-point.svg %%DATADIR%%/images/empty.png -%%DATADIR%%/images/light/add-small.png -%%DATADIR%%/images/light/add.png -%%DATADIR%%/images/light/aperture.png -%%DATADIR%%/images/light/arrow-down-small.png -%%DATADIR%%/images/light/arrow-left-small.png -%%DATADIR%%/images/light/arrow-right-small.png -%%DATADIR%%/images/light/arrow-up-small.png -%%DATADIR%%/images/light/arrow-updown.png -%%DATADIR%%/images/light/arrow2-left.png -%%DATADIR%%/images/light/arrow2-right.png -%%DATADIR%%/images/light/atom.png -%%DATADIR%%/images/light/bayer.png -%%DATADIR%%/images/light/beforeafter.png -%%DATADIR%%/images/light/cancel-small.png -%%DATADIR%%/images/light/cancel.png -%%DATADIR%%/images/light/circle-black-small.png -%%DATADIR%%/images/light/circle-blue-green-small.png -%%DATADIR%%/images/light/circle-blue-red-small.png -%%DATADIR%%/images/light/circle-blue-small.png -%%DATADIR%%/images/light/circle-blue-yellow-small.png -%%DATADIR%%/images/light/circle-cyan-red-small.png -%%DATADIR%%/images/light/circle-cyan-small.png -%%DATADIR%%/images/light/circle-darkgray-small.png -%%DATADIR%%/images/light/circle-empty-blue-small.png -%%DATADIR%%/images/light/circle-empty-darkgray-small.png -%%DATADIR%%/images/light/circle-empty-gray-small.png -%%DATADIR%%/images/light/circle-empty-green-small.png -%%DATADIR%%/images/light/circle-empty-purple-small.png -%%DATADIR%%/images/light/circle-empty-red-small.png -%%DATADIR%%/images/light/circle-empty-yellow-small.png -%%DATADIR%%/images/light/circle-gray-blue-small.png -%%DATADIR%%/images/light/circle-gray-green-small.png -%%DATADIR%%/images/light/circle-gray-red-small.png -%%DATADIR%%/images/light/circle-gray-small.png -%%DATADIR%%/images/light/circle-green-blue-small.png -%%DATADIR%%/images/light/circle-green-red-small.png -%%DATADIR%%/images/light/circle-green-small.png -%%DATADIR%%/images/light/circle-magenta-small.png -%%DATADIR%%/images/light/circle-orange-small.png -%%DATADIR%%/images/light/circle-purple-small.png -%%DATADIR%%/images/light/circle-red-blue-small.png -%%DATADIR%%/images/light/circle-red-cyan-small.png -%%DATADIR%%/images/light/circle-red-green-small.png -%%DATADIR%%/images/light/circle-red-small.png -%%DATADIR%%/images/light/circle-white-small.png -%%DATADIR%%/images/light/circle-yellow-blue-small.png -%%DATADIR%%/images/light/circle-yellow-small.png -%%DATADIR%%/images/light/color-circles.png -%%DATADIR%%/images/light/color-picker-add-hicontrast.png -%%DATADIR%%/images/light/color-picker-add.png -%%DATADIR%%/images/light/color-picker-bars.png -%%DATADIR%%/images/light/color-picker-hicontrast.png -%%DATADIR%%/images/light/color-picker-hide.png -%%DATADIR%%/images/light/color-picker-small.png -%%DATADIR%%/images/light/color-picker.png -%%DATADIR%%/images/light/contrastmask-off.png -%%DATADIR%%/images/light/contrastmask-on.png -%%DATADIR%%/images/light/copy.png -%%DATADIR%%/images/light/crop-auto-small.png -%%DATADIR%%/images/light/crop-auto.png -%%DATADIR%%/images/light/crop-point-hicontrast.png -%%DATADIR%%/images/light/crop-small.png -%%DATADIR%%/images/light/crop.png -%%DATADIR%%/images/light/crossed-arrows-in.png -%%DATADIR%%/images/light/crossed-arrows-out.png -%%DATADIR%%/images/light/crosshair-adjust.png -%%DATADIR%%/images/light/crosshair-hicontrast.png -%%DATADIR%%/images/light/crosshair-node-curve.png -%%DATADIR%%/images/light/crosshair-small.png -%%DATADIR%%/images/light/curve-catmullrom-small.png -%%DATADIR%%/images/light/curve-catmullrom.png -%%DATADIR%%/images/light/curve-controlpoints-small.png -%%DATADIR%%/images/light/curve-controlpoints.png -%%DATADIR%%/images/light/curve-flat-small.png -%%DATADIR%%/images/light/curve-flat.png -%%DATADIR%%/images/light/curve-linear-small.png -%%DATADIR%%/images/light/curve-linear.png -%%DATADIR%%/images/light/curve-nurbs-small.png -%%DATADIR%%/images/light/curve-nurbs.png -%%DATADIR%%/images/light/curve-parametric-small.png -%%DATADIR%%/images/light/curve-parametric.png -%%DATADIR%%/images/light/curve-spline-small.png -%%DATADIR%%/images/light/curve-spline.png -%%DATADIR%%/images/light/detail.png -%%DATADIR%%/images/light/device-floppy.png -%%DATADIR%%/images/light/device-hdd.png -%%DATADIR%%/images/light/device-network.png -%%DATADIR%%/images/light/device-optical.png -%%DATADIR%%/images/light/device-usb.png -%%DATADIR%%/images/light/distortion-auto-small.png -%%DATADIR%%/images/light/distortion-auto.png -%%DATADIR%%/images/light/distortion-barrel-small.png -%%DATADIR%%/images/light/distortion-barrel.png -%%DATADIR%%/images/light/distortion-pincushion-small.png -%%DATADIR%%/images/light/distortion-pincushion.png -%%DATADIR%%/images/light/edit-point.png -%%DATADIR%%/images/light/equilizer-narrow.png -%%DATADIR%%/images/light/equilizer-wide.png -%%DATADIR%%/images/light/expander-closed-small.png -%%DATADIR%%/images/light/expander-open-small.png -%%DATADIR%%/images/light/exposure.png -%%DATADIR%%/images/light/filetype-hdr.png -%%DATADIR%%/images/light/filetype-ps.png -%%DATADIR%%/images/light/filter-clear.png -%%DATADIR%%/images/light/filter-original.png -%%DATADIR%%/images/light/filter-original2.png -%%DATADIR%%/images/light/filter.png -%%DATADIR%%/images/light/flip-horizontal.png -%%DATADIR%%/images/light/flip-vertical.png -%%DATADIR%%/images/light/focusscreen-off.png -%%DATADIR%%/images/light/focusscreen-on.png -%%DATADIR%%/images/light/folder-closed-home-small.png -%%DATADIR%%/images/light/folder-closed-home.png -%%DATADIR%%/images/light/folder-closed-recent-small.png -%%DATADIR%%/images/light/folder-closed-recent.png -%%DATADIR%%/images/light/folder-closed-small.png -%%DATADIR%%/images/light/folder-closed.png -%%DATADIR%%/images/light/folder-open-recent-small.png -%%DATADIR%%/images/light/folder-open-recent.png -%%DATADIR%%/images/light/folder-open-small.png -%%DATADIR%%/images/light/folder-open.png -%%DATADIR%%/images/light/fullscreen-enter.png -%%DATADIR%%/images/light/fullscreen-leave.png -%%DATADIR%%/images/light/gamut-hist.png -%%DATADIR%%/images/light/gamut-plus.png -%%DATADIR%%/images/light/gamut-softproof.png -%%DATADIR%%/images/light/gamut-warning.png -%%DATADIR%%/images/light/gamut_srgb_prophoto_xy.png -%%DATADIR%%/images/light/gears-pause.png -%%DATADIR%%/images/light/gears-play.png -%%DATADIR%%/images/light/gears-small.png -%%DATADIR%%/images/light/gears.png -%%DATADIR%%/images/light/goto-end-small.png -%%DATADIR%%/images/light/goto-start-small.png -%%DATADIR%%/images/light/hand-closed-hicontrast.png -%%DATADIR%%/images/light/hand-open-hicontrast.png -%%DATADIR%%/images/light/hand-open.png -%%DATADIR%%/images/light/histogram-bar-off-small.png -%%DATADIR%%/images/light/histogram-bar-on-small.png -%%DATADIR%%/images/light/histogram-bayer-off-small.png -%%DATADIR%%/images/light/histogram-bayer-on-small.png -%%DATADIR%%/images/light/histogram-blue-off-small.png -%%DATADIR%%/images/light/histogram-blue-on-small.png -%%DATADIR%%/images/light/histogram-gold-off-small.png -%%DATADIR%%/images/light/histogram-gold-on-small.png -%%DATADIR%%/images/light/histogram-green-off-small.png -%%DATADIR%%/images/light/histogram-green-on-small.png -%%DATADIR%%/images/light/histogram-mode-linear-small.png -%%DATADIR%%/images/light/histogram-mode-logx-small.png -%%DATADIR%%/images/light/histogram-mode-logxy-small.png -%%DATADIR%%/images/light/histogram-red-off-small.png -%%DATADIR%%/images/light/histogram-red-on-small.png -%%DATADIR%%/images/light/histogram-silver-off-small.png -%%DATADIR%%/images/light/histogram-silver-on-small.png -%%DATADIR%%/images/light/info.png -%%DATADIR%%/images/light/intent-absolute.png -%%DATADIR%%/images/light/intent-perceptual.png -%%DATADIR%%/images/light/intent-relative.png -%%DATADIR%%/images/light/intent-saturation.png -%%DATADIR%%/images/light/magnifier-1to1-small.png -%%DATADIR%%/images/light/magnifier-1to1.png -%%DATADIR%%/images/light/magnifier-crop.png -%%DATADIR%%/images/light/magnifier-fit.png -%%DATADIR%%/images/light/magnifier-minus-small.png -%%DATADIR%%/images/light/magnifier-minus.png -%%DATADIR%%/images/light/magnifier-plus-small.png -%%DATADIR%%/images/light/magnifier-plus.png -%%DATADIR%%/images/light/magnifier.png -%%DATADIR%%/images/light/metadata.png -%%DATADIR%%/images/light/node-move-nw-se-hicontrast.png -%%DATADIR%%/images/light/node-move-sw-ne-hicontrast.png -%%DATADIR%%/images/light/node-move-x-hicontrast.png -%%DATADIR%%/images/light/node-move-xy-hicontrast.png -%%DATADIR%%/images/light/node-move-y-hicontrast.png -%%DATADIR%%/images/light/one-to-one-small.png -%%DATADIR%%/images/light/ornament1.png -%%DATADIR%%/images/light/padlock-locked-small.png -%%DATADIR%%/images/light/padlock-unlocked-small.png -%%DATADIR%%/images/light/palette-brush.png -%%DATADIR%%/images/light/panel-to-bottom.png -%%DATADIR%%/images/light/panel-to-left.png -%%DATADIR%%/images/light/panel-to-right.png -%%DATADIR%%/images/light/panel-to-top.png -%%DATADIR%%/images/light/paste.png -%%DATADIR%%/images/light/perspective-horizontal-left-small.png -%%DATADIR%%/images/light/perspective-horizontal-left.png -%%DATADIR%%/images/light/perspective-horizontal-right-small.png -%%DATADIR%%/images/light/perspective-horizontal-right.png -%%DATADIR%%/images/light/perspective-vertical-bottom-small.png -%%DATADIR%%/images/light/perspective-vertical-bottom.png -%%DATADIR%%/images/light/perspective-vertical-top-small.png -%%DATADIR%%/images/light/perspective-vertical-top.png -%%DATADIR%%/images/light/power-inconsistent-small.png -%%DATADIR%%/images/light/power-off-small.png -%%DATADIR%%/images/light/power-on-small.png -%%DATADIR%%/images/light/preferences.png -%%DATADIR%%/images/light/profile-filled.png -%%DATADIR%%/images/light/profile-partial.png -%%DATADIR%%/images/light/redo-all.png -%%DATADIR%%/images/light/redo-small.png -%%DATADIR%%/images/light/redo.png -%%DATADIR%%/images/light/refresh-red-small.png -%%DATADIR%%/images/light/refresh-small.png -%%DATADIR%%/images/light/refresh.png -%%DATADIR%%/images/light/remove-small.png -%%DATADIR%%/images/light/remove.png -%%DATADIR%%/images/light/rotate-aroundnode-hicontrast.png -%%DATADIR%%/images/light/rotate-aroundnode.png -%%DATADIR%%/images/light/rotate-left-90.png -%%DATADIR%%/images/light/rotate-left-small.png -%%DATADIR%%/images/light/rotate-left.png -%%DATADIR%%/images/light/rotate-right-90.png -%%DATADIR%%/images/light/rotate-right-small.png -%%DATADIR%%/images/light/rotate-right.png -%%DATADIR%%/images/light/rotate-straighten-small.png -%%DATADIR%%/images/light/rotate-straighten.png -%%DATADIR%%/images/light/save-small.png -%%DATADIR%%/images/light/save.png -%%DATADIR%%/images/light/saved-no-small.png -%%DATADIR%%/images/light/saved-yes-small.png -%%DATADIR%%/images/light/square-toggle-black-off-narrow.png -%%DATADIR%%/images/light/square-toggle-black-on-narrow.png -%%DATADIR%%/images/light/square-toggle-blue-off-narrow.png -%%DATADIR%%/images/light/square-toggle-blue-on-narrow.png -%%DATADIR%%/images/light/square-toggle-gray-off-narrow.png -%%DATADIR%%/images/light/square-toggle-gray-on-narrow.png -%%DATADIR%%/images/light/square-toggle-green-off-narrow.png -%%DATADIR%%/images/light/square-toggle-green-on-narrow.png -%%DATADIR%%/images/light/square-toggle-luminosity-off-narrow.png -%%DATADIR%%/images/light/square-toggle-luminosity-on-narrow.png -%%DATADIR%%/images/light/square-toggle-red-off-narrow.png -%%DATADIR%%/images/light/square-toggle-red-on-narrow.png -%%DATADIR%%/images/light/square-toggle-theme-off-narrow.png -%%DATADIR%%/images/light/square-toggle-theme-on-narrow.png -%%DATADIR%%/images/light/square-toggle-white-off-narrow.png -%%DATADIR%%/images/light/square-toggle-white-on-narrow.png -%%DATADIR%%/images/light/star-gold-hollow-narrow.png -%%DATADIR%%/images/light/star-gold-hollow-small.png -%%DATADIR%%/images/light/star-gold-narrow.png -%%DATADIR%%/images/light/star-gold-small.png -%%DATADIR%%/images/light/star-hollow-narrow.png -%%DATADIR%%/images/light/star-hollow-small.png -%%DATADIR%%/images/light/star-narrow.png -%%DATADIR%%/images/light/star-small.png -%%DATADIR%%/images/light/template-16.png -%%DATADIR%%/images/light/template-24.png -%%DATADIR%%/images/light/template-narrow.png -%%DATADIR%%/images/light/tick-green-hollow-small.png -%%DATADIR%%/images/light/tick-green-hollow.png -%%DATADIR%%/images/light/tick-green-small.png -%%DATADIR%%/images/light/tick-green.png -%%DATADIR%%/images/light/tick-hollow-small.png -%%DATADIR%%/images/light/tick-small.png -%%DATADIR%%/images/light/tick.png -%%DATADIR%%/images/light/transform.png -%%DATADIR%%/images/light/trash-delete.png -%%DATADIR%%/images/light/trash-empty-show.png -%%DATADIR%%/images/light/trash-empty.png -%%DATADIR%%/images/light/trash-full-show.png -%%DATADIR%%/images/light/trash-full.png -%%DATADIR%%/images/light/trash-hide-deleted.png -%%DATADIR%%/images/light/trash-remove-small.png -%%DATADIR%%/images/light/trash-remove.png -%%DATADIR%%/images/light/trash-small.png -%%DATADIR%%/images/light/undo-all.png -%%DATADIR%%/images/light/undo-small.png -%%DATADIR%%/images/light/undo.png -%%DATADIR%%/images/light/warning-highlights.png -%%DATADIR%%/images/light/warning-shadows.png -%%DATADIR%%/images/light/warning.png -%%DATADIR%%/images/light/wavelets.png -%%DATADIR%%/images/light/wb-auto-small.png -%%DATADIR%%/images/light/wb-auto.png -%%DATADIR%%/images/light/wb-camera-small.png -%%DATADIR%%/images/light/wb-camera.png -%%DATADIR%%/images/light/wb-cloudy-small.png -%%DATADIR%%/images/light/wb-cloudy.png -%%DATADIR%%/images/light/wb-custom-small.png -%%DATADIR%%/images/light/wb-custom.png -%%DATADIR%%/images/light/wb-flash-small.png -%%DATADIR%%/images/light/wb-flash.png -%%DATADIR%%/images/light/wb-fluorescent-small.png -%%DATADIR%%/images/light/wb-fluorescent.png -%%DATADIR%%/images/light/wb-lamp-small.png -%%DATADIR%%/images/light/wb-lamp.png -%%DATADIR%%/images/light/wb-led-small.png -%%DATADIR%%/images/light/wb-led.png -%%DATADIR%%/images/light/wb-shade-small.png -%%DATADIR%%/images/light/wb-shade.png -%%DATADIR%%/images/light/wb-sun-small.png -%%DATADIR%%/images/light/wb-sun.png -%%DATADIR%%/images/light/wb-tungsten-small.png -%%DATADIR%%/images/light/wb-tungsten.png -%%DATADIR%%/images/light/wb-water-small.png -%%DATADIR%%/images/light/wb-water.png -%%DATADIR%%/images/light/window-add.png +%%DATADIR%%/images/equilizer-narrow.svg +%%DATADIR%%/images/equilizer-wide.svg +%%DATADIR%%/images/expander-closed-small.svg +%%DATADIR%%/images/expander-open-small.svg +%%DATADIR%%/images/exposure.svg +%%DATADIR%%/images/filetype-hdr.svg +%%DATADIR%%/images/filetype-ps.svg +%%DATADIR%%/images/filter-clear.svg +%%DATADIR%%/images/filter-original.svg +%%DATADIR%%/images/filter-original2.svg +%%DATADIR%%/images/filter.svg +%%DATADIR%%/images/flip-horizontal.svg +%%DATADIR%%/images/flip-vertical.svg +%%DATADIR%%/images/focusscreen-off.svg +%%DATADIR%%/images/focusscreen-on.svg +%%DATADIR%%/images/folder-closed-home-small.svg +%%DATADIR%%/images/folder-closed-home.svg +%%DATADIR%%/images/folder-closed-recent-small.svg +%%DATADIR%%/images/folder-closed-recent.svg +%%DATADIR%%/images/folder-closed-small.svg +%%DATADIR%%/images/folder-closed.svg +%%DATADIR%%/images/folder-open-recent-small.svg +%%DATADIR%%/images/folder-open-recent.svg +%%DATADIR%%/images/folder-open-small.svg +%%DATADIR%%/images/folder-open.svg +%%DATADIR%%/images/fullscreen-enter.svg +%%DATADIR%%/images/fullscreen-leave.svg +%%DATADIR%%/images/gamut-hist.svg +%%DATADIR%%/images/gamut-plus.svg +%%DATADIR%%/images/gamut-softproof.svg +%%DATADIR%%/images/gamut-warning.svg +%%DATADIR%%/images/gamut_srgb_prophoto_xy.svg +%%DATADIR%%/images/gears-pause.svg +%%DATADIR%%/images/gears-play.svg +%%DATADIR%%/images/gears-small.svg +%%DATADIR%%/images/gears.svg +%%DATADIR%%/images/goto-end-small.svg +%%DATADIR%%/images/goto-start-small.svg +%%DATADIR%%/images/hand-closed-hicontrast.svg +%%DATADIR%%/images/hand-open-hicontrast.svg +%%DATADIR%%/images/hand-open.svg +%%DATADIR%%/images/histogram-bar-off-small.svg +%%DATADIR%%/images/histogram-bar-on-small.svg +%%DATADIR%%/images/histogram-bayer-off-small.svg +%%DATADIR%%/images/histogram-bayer-on-small.svg +%%DATADIR%%/images/histogram-blue-off-small.svg +%%DATADIR%%/images/histogram-blue-on-small.svg +%%DATADIR%%/images/histogram-gold-off-small.svg +%%DATADIR%%/images/histogram-gold-on-small.svg +%%DATADIR%%/images/histogram-green-off-small.svg +%%DATADIR%%/images/histogram-green-on-small.svg +%%DATADIR%%/images/histogram-mode-linear-small.svg +%%DATADIR%%/images/histogram-mode-logx-small.svg +%%DATADIR%%/images/histogram-mode-logxy-small.svg +%%DATADIR%%/images/histogram-red-off-small.svg +%%DATADIR%%/images/histogram-red-on-small.svg +%%DATADIR%%/images/histogram-silver-off-small.svg +%%DATADIR%%/images/histogram-silver-on-small.svg +%%DATADIR%%/images/info.svg +%%DATADIR%%/images/intent-absolute.svg +%%DATADIR%%/images/intent-perceptual.svg +%%DATADIR%%/images/intent-relative.svg +%%DATADIR%%/images/intent-saturation.svg +%%DATADIR%%/images/magnifier-1to1-small.svg +%%DATADIR%%/images/magnifier-1to1.svg +%%DATADIR%%/images/magnifier-crop.svg +%%DATADIR%%/images/magnifier-fit.svg +%%DATADIR%%/images/magnifier-minus-small.svg +%%DATADIR%%/images/magnifier-minus.svg +%%DATADIR%%/images/magnifier-plus-small.svg +%%DATADIR%%/images/magnifier-plus.svg +%%DATADIR%%/images/magnifier.svg +%%DATADIR%%/images/metadata.svg +%%DATADIR%%/images/node-move-nw-se-hicontrast.svg +%%DATADIR%%/images/node-move-sw-ne-hicontrast.svg +%%DATADIR%%/images/node-move-x-hicontrast.svg +%%DATADIR%%/images/node-move-xy-hicontrast.svg +%%DATADIR%%/images/node-move-y-hicontrast.svg +%%DATADIR%%/images/one-to-one-small.svg +%%DATADIR%%/images/ornament1.svg +%%DATADIR%%/images/padlock-locked-small.svg +%%DATADIR%%/images/padlock-unlocked-small.svg +%%DATADIR%%/images/palette-brush.svg +%%DATADIR%%/images/panel-to-bottom.svg +%%DATADIR%%/images/panel-to-left.svg +%%DATADIR%%/images/panel-to-right.svg +%%DATADIR%%/images/panel-to-top.svg +%%DATADIR%%/images/paste.svg +%%DATADIR%%/images/perspective-horizontal-left-small.svg +%%DATADIR%%/images/perspective-horizontal-left.svg +%%DATADIR%%/images/perspective-horizontal-right-small.svg +%%DATADIR%%/images/perspective-horizontal-right.svg +%%DATADIR%%/images/perspective-vertical-bottom-small.svg +%%DATADIR%%/images/perspective-vertical-bottom.svg +%%DATADIR%%/images/perspective-vertical-top-small.svg +%%DATADIR%%/images/perspective-vertical-top.svg +%%DATADIR%%/images/power-inconsistent-small.svg +%%DATADIR%%/images/power-off-small.svg +%%DATADIR%%/images/power-on-small.svg +%%DATADIR%%/images/preferences.svg +%%DATADIR%%/images/profile-filled.svg +%%DATADIR%%/images/profile-partial.svg %%DATADIR%%/images/rawtherapee-logo-128.png %%DATADIR%%/images/rawtherapee-logo-16.png %%DATADIR%%/images/rawtherapee-logo-24.png %%DATADIR%%/images/rawtherapee-logo-256.png +%%DATADIR%%/images/rawtherapee-logo-32.png %%DATADIR%%/images/rawtherapee-logo-48.png -%%DATADIR%%/images/splash.png +%%DATADIR%%/images/rawtherapee-logo-64.png +%%DATADIR%%/images/rawtherapee.ico +%%DATADIR%%/images/rawtherapee_ico.xcf +%%DATADIR%%/images/redo-all.svg +%%DATADIR%%/images/redo-small.svg +%%DATADIR%%/images/redo.svg +%%DATADIR%%/images/refresh-red-small.svg +%%DATADIR%%/images/refresh-small.svg +%%DATADIR%%/images/refresh.svg +%%DATADIR%%/images/remove-small.svg +%%DATADIR%%/images/remove.svg +%%DATADIR%%/images/rotate-aroundnode-hicontrast.svg +%%DATADIR%%/images/rotate-aroundnode.svg +%%DATADIR%%/images/rotate-left-90.svg +%%DATADIR%%/images/rotate-left-small.svg +%%DATADIR%%/images/rotate-left.svg +%%DATADIR%%/images/rotate-right-90.svg +%%DATADIR%%/images/rotate-right-small.svg +%%DATADIR%%/images/rotate-right.svg +%%DATADIR%%/images/rotate-straighten-small.svg +%%DATADIR%%/images/rotate-straighten.svg +%%DATADIR%%/images/rt-logo.svg +%%DATADIR%%/images/save-small.svg +%%DATADIR%%/images/save.svg +%%DATADIR%%/images/saved-no-small.svg +%%DATADIR%%/images/saved-yes-small.svg +%%DATADIR%%/images/splash.svg +%%DATADIR%%/images/square-toggle-black-off-narrow.svg +%%DATADIR%%/images/square-toggle-black-on-narrow.svg +%%DATADIR%%/images/square-toggle-blue-off-narrow.svg +%%DATADIR%%/images/square-toggle-blue-on-narrow.svg +%%DATADIR%%/images/square-toggle-gray-off-narrow.svg +%%DATADIR%%/images/square-toggle-gray-on-narrow.svg +%%DATADIR%%/images/square-toggle-green-off-narrow.svg +%%DATADIR%%/images/square-toggle-green-on-narrow.svg +%%DATADIR%%/images/square-toggle-luminosity-off-narrow.svg +%%DATADIR%%/images/square-toggle-luminosity-on-narrow.svg +%%DATADIR%%/images/square-toggle-red-off-narrow.svg +%%DATADIR%%/images/square-toggle-red-on-narrow.svg +%%DATADIR%%/images/square-toggle-theme-off-narrow.svg +%%DATADIR%%/images/square-toggle-theme-on-narrow.svg +%%DATADIR%%/images/square-toggle-white-off-narrow.svg +%%DATADIR%%/images/square-toggle-white-on-narrow.svg +%%DATADIR%%/images/star-gold-hollow-narrow.svg +%%DATADIR%%/images/star-gold-hollow-small.svg +%%DATADIR%%/images/star-gold-narrow.svg +%%DATADIR%%/images/star-gold-small.svg +%%DATADIR%%/images/star-hollow-narrow.svg +%%DATADIR%%/images/star-hollow-small.svg +%%DATADIR%%/images/star-narrow.svg +%%DATADIR%%/images/star-small.svg +%%DATADIR%%/images/star.svg *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***