Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 19:02:35 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430015 - in head/graphics: . rawtherapee-devel rawtherapee-devel/files
Message-ID:  <201612301902.uBUJ2Zqx043223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Dec 30 19:02:35 2016
New Revision: 430015
URL: https://svnweb.freebsd.org/changeset/ports/430015

Log:
  Add a developer snapshot of the RawTherapee software.

Added:
  head/graphics/rawtherapee-devel/
     - copied from r429977, head/graphics/rawtherapee/
  head/graphics/rawtherapee-devel/files/ReleaseInfo.cmake   (contents, props changed)
Deleted:
  head/graphics/rawtherapee-devel/files/patch-202250
  head/graphics/rawtherapee-devel/files/patch-AboutThisBuild.cmake
  head/graphics/rawtherapee-devel/files/patch-CVE-2015-3885
  head/graphics/rawtherapee-devel/files/patch-rtengine_safegtk.cc
Modified:
  head/graphics/Makefile
  head/graphics/rawtherapee-devel/Makefile
  head/graphics/rawtherapee-devel/distinfo
  head/graphics/rawtherapee-devel/pkg-plist

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Dec 30 18:31:12 2016	(r430014)
+++ head/graphics/Makefile	Fri Dec 30 19:02:35 2016	(r430015)
@@ -930,6 +930,7 @@
     SUBDIR += raster3d
     SUBDIR += rawstudio
     SUBDIR += rawtherapee
+    SUBDIR += rawtherapee-devel
     SUBDIR += rayshade
     SUBDIR += reallyslick
     SUBDIR += recoverjpeg

Modified: head/graphics/rawtherapee-devel/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Fri Dec 30 12:54:37 2016	(r429977)
+++ head/graphics/rawtherapee-devel/Makefile	Fri Dec 30 19:02:35 2016	(r430015)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	rawtherapee
-PORTVERSION=	4.2
-PORTREVISION=	3
+PORTVERSION=	4.2.99.git000
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	http://rawtherapee.com/shared/source/
 
@@ -12,80 +12,87 @@ COMMENT=	Powerful RAW image processing a
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24 \
+LIB_DEPENDS=	\
+		libcanberra.so:audio/libcanberra \
+		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+		libexpat.so:textproc/expat2 \
+		libfftw3.so:math/fftw3 \
+		libfftw3f.so:math/fftw3-float \
+		libgtkmm-3.0.so:x11-toolkits/gtkmm30 \
 		libiptcdata.so:graphics/libiptcdata \
 		liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png \
-		libtiff.so:graphics/tiff \
 		libsigc-2.0.so:devel/libsigc++20 \
-		libfftw3.so:math/fftw3 \
-		libfftw3f.so:math/fftw3-float \
-		libcanberra-gtk3.so:audio/libcanberra-gtk3
+		libtiff.so:graphics/tiff
+
+USE_GITHUB=	yes
+GH_TUPLE=	Beep6581:RawTherapee:70a79772
 
-USES=		cmake:outsource compiler:features desktop-file-utils dos2unix jpeg pkgconfig tar:xz
+USES=		cmake:outsource compiler:c++11-lib desktop-file-utils dos2unix gettext-runtime jpeg pkgconfig tar:xz
 DOS2UNIX_REGEX=	.*\.(cc|h)
-USE_GNOME=	gtk20 glib20
+USE_GNOME=	atkmm cairo cairomm glibmm pangomm gtk30
+USE_XORG+=	x11
 USE_LDCONFIG=	yes
+USE_BINUTILS=	yes
 CFLAGS+=	-I${LOCALBASE}/include -fPIC
 CXXFLAGS+=	-I${LOCALBASE}/include -fPIC
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
+		# LDFLAGS="${LDFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
 CMAKE_ARGS+=	-DDOCDIR="${DOCSDIR}" \
 		-DCREDITSDIR="${DOCSDIR}" \
 		-DLICENCEDIR="${DOCSDIR}" \
 		-DDESKTOPDIR="${DESKTOPDIR}" \
 		-DDATADIR="${DATADIR}" \
-		-DCMAKE_C_FLAGS="${CFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}" \
-		-DCMAKE_CXX_FLAGS="${CXXFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}" \
-		-DCACHE_NAME_SUFFIX="4.1"
+		-DCACHE_NAME_SUFFIX=""
+		#-DCMAKE_C_FLAGS="${CFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
+		#-DCMAKE_CXX_FLAGS="${CXXFLAGS:C|-Wl,-rpath=${_GCC_RUNTIME}||:C|-L${_GCC_RUNTIME}||}"
 SUB_FILES=	rawtherapee
 SUB_LIST=	RTDIR="${RTDIR}"
 INSTALLS_ICONS=	yes
 
 RTDIR=		${PREFIX}/libdata/${PORTNAME}
 
-OPTIONS_DEFINE=		OPTIMIZED_CFLAGS OPENMP
+OPTIONS_DEFINE=		OPTIMIZED_CFLAGS OPENMP NATIVE
 OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS OPENMP
 OPENMP_DESC=		Enable multicore processing using OpenMP
 OPTIMIZED_CFLAGS_DESC=	Use extra compiler optimizations (requires SSE support)
+NATIVE_DESC=		Use -march=native for compilation (do not use for generic packages!)
 
-.include <bsd.port.pre.mk>
+OPENMP_CMAKE_BOOL=	OPTION_OMP
 
-# -------------------------------------------------------------------
-# USE_GCC must be late so the compiler feature checks work to detect
-# that the base C++ standard library switched to libc++:
-# We also must pin 4.8+ because 4.6 and 4.7 segfault on 10.0-RELEASE amd64
-# wwhen compiling improcfun.cc:
-USE_GCC=	yes
-
-.if ${COMPILER_FEATURES:Mlibc++}
-LDFLAGS+=	-L/usr/local/lib/c++
-CXXFLAGS+=	-nostdinc++ -isystem /usr/local/include/c++/v1
-CFLAGS+=	-isystem /usr/local/include/c++/v1
-BUILD_DEPENDS+=	${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++
+.if defined(PACKAGE_BUILDING)
+CMAKE_ARGS+=	-DPROC_TARGET_NUMBER="1"
 .endif
 
+.include <bsd.port.pre.mk>
+
 .if ${ARCH} == "amd64" || ${ARCH} == "i386"
 .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+=	-O3 -ffast-math -fexpensive-optimizations \
-		-funroll-loops -msse
-CXXFLAGS+=	-O3 -ffast-math \
-		-funroll-loops -msse
+CFLAGS+=	-O3 -funroll-loops -msse
+CXXFLAGS+=	-O3 -funroll-loops -msse
 .endif
 .endif
 
-.if ${PORT_OPTIONS:MOPENMP}
-CMAKE_ARGS+=	-DOPTION_OMP:BOOL=ON
-.else
-CMAKE_ARGS+=	-DOPTION_OMP:BOOL=OFF
+.if ${PORT_OPTIONS:MNATIVE}
+CMAKE_ARGS+=	-DPROC_TARGET_NUMBER="2"
 .endif
 
-#.if ${OSVERSION} >= 1100000
-#BROKEN=		rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide.
-#.endif
-
-# -------------------------------------------------------------------
+.if ${ARCH} == amd64 && ${COMPILER_TYPE} == clang
+# Enable OpenMP support with Clang 3.7.
+BUILD_DEPENDS+=	clang37:devel/llvm37
+RUN_DEPENDS+=	clang37:devel/llvm37
+
+CPP=		clang-cpp37
+CC=		clang37
+CXX=		clang++37
+
+# FIXME: At least in 3.7.0 and 3.7.1, Clang doesn't find libomp.so
+# itself. Furthermore, there may be a regression in 3.7.1 because we now
+# need to explicitely link to libm.so as well.
+OPENMP_FLAGS=	-L${LOCALBASE}/llvm37/lib -lm -lomp
+LDFLAGS+=	${OPENMP_FLAGS}
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#<auto_ptr.h>#<memory>#g' \
@@ -97,10 +104,9 @@ post-patch:
 	${RM} ${WRKSRC}/rtengine/dcraw.patch \
 		${WRKSRC}/rtengine/dcraw.c
 
-# paranoia: run rawtherapee --help to be sure it finds all its
-# shared libraries (this hinges on proper RPATH setting and propagation)
-post-install:
-	${SETENV} HOME=/dev/null ${STAGEDIR}${PREFIX}/bin/rawtherapee --help 2>&1 \
-	| ${EGREP} -q "RawTherapee, version ${PKGVERSION:C/_.*//:C/,.*//}"
+.ifdef(USE_GITHUB)
+pre-configure:
+	${CP} ${FILESDIR}/ReleaseInfo.cmake ${WRKSRC}/
+.endif
 
 .include <bsd.port.post.mk>

Modified: head/graphics/rawtherapee-devel/distinfo
==============================================================================
--- head/graphics/rawtherapee/distinfo	Fri Dec 30 12:54:37 2016	(r429977)
+++ head/graphics/rawtherapee-devel/distinfo	Fri Dec 30 19:02:35 2016	(r430015)
@@ -1,2 +1,3 @@
-SHA256 (rawtherapee-4.2.tar.xz) = fa4c13e8842df096b19d2dabaed5a61f5f9d4547f7b4f0dc6b77f80bdec16479
-SIZE (rawtherapee-4.2.tar.xz) = 7787664
+TIMESTAMP = 1483122272
+SHA256 (Beep6581-RawTherapee-4.2.99.git000-70a79772_GH0.tar.gz) = da065b11ad1e48bd6cb545a7b936f2d4640290d93f456cab5b2380ef9fa51f9b
+SIZE (Beep6581-RawTherapee-4.2.99.git000-70a79772_GH0.tar.gz) = 25829053

Added: head/graphics/rawtherapee-devel/files/ReleaseInfo.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rawtherapee-devel/files/ReleaseInfo.cmake	Fri Dec 30 19:02:35 2016	(r430015)
@@ -0,0 +1,4 @@
+set(GIT_BRANCH gtk3)
+set(GIT_VERSION 4.2.1466)
+set(GIT_CHANGESET 4fadc499d05246513f8228b518b06066e23e1c98)
+set(GIT_TAGDISTANCE 1466)

Modified: head/graphics/rawtherapee-devel/pkg-plist
==============================================================================
--- head/graphics/rawtherapee/pkg-plist	Fri Dec 30 12:54:37 2016	(r429977)
+++ head/graphics/rawtherapee-devel/pkg-plist	Fri Dec 30 19:02:35 2016	(r430015)
@@ -2,10 +2,10 @@ bin/rawtherapee
 man/man1/rawtherapee.1.gz
 share/appdata/rawtherapee.appdata.xml
 share/applications/rawtherapee.desktop
-%%DOCSDIR%%/AUTHORS.txt
-%%DOCSDIR%%/AboutThisBuild.txt
-%%DOCSDIR%%/LICENSE.txt
-%%DOCSDIR%%/RELEASE_NOTES.txt
+%%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
@@ -13,6 +13,7 @@ share/icons/hicolor/256x256/apps/rawther
 share/icons/hicolor/32x32/apps/rawtherapee.png
 share/icons/hicolor/48x48/apps/rawtherapee.png
 %%DATADIR%%/camconst.json
+%%DATADIR%%/dcpprofiles/Canon EOS 100D.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS 20D.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS 400D.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS 40D.dcp
@@ -20,16 +21,25 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/dcpprofiles/Canon EOS 550D.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS 5D Mark III.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS 5D.dcp
+%%DATADIR%%/dcpprofiles/Canon EOS 6D.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS 7D.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS D60.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS Digital Rebel XSi.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS Digital Rebel XTi.dcp
+%%DATADIR%%/dcpprofiles/Canon EOS Kiss X7.dcp
+%%DATADIR%%/dcpprofiles/Canon EOS Rebel SL1.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS Rebel T2i.dcp
 %%DATADIR%%/dcpprofiles/Canon EOS-1D Mark III.dcp
 %%DATADIR%%/dcpprofiles/Canon PowerShot G10.dcp
 %%DATADIR%%/dcpprofiles/Canon PowerShot G12.dcp
+%%DATADIR%%/dcpprofiles/Canon PowerShot G7 X.dcp
 %%DATADIR%%/dcpprofiles/Canon PowerShot S110.dcp
 %%DATADIR%%/dcpprofiles/Fujifilm FinePix S9500.dcp
+%%DATADIR%%/dcpprofiles/Fujifilm X-E1.dcp
+%%DATADIR%%/dcpprofiles/Fujifilm X-E2.dcp
+%%DATADIR%%/dcpprofiles/Fujifilm X-T1.dcp
+%%DATADIR%%/dcpprofiles/Fujifilm X-T10.dcp
+%%DATADIR%%/dcpprofiles/Fujifilm X100T.dcp
 %%DATADIR%%/dcpprofiles/Leaf Aptus 75.dcp
 %%DATADIR%%/dcpprofiles/Nikon D200.dcp
 %%DATADIR%%/dcpprofiles/Nikon D300.dcp
@@ -40,6 +50,8 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/dcpprofiles/Nikon D5100.dcp
 %%DATADIR%%/dcpprofiles/Nikon D700.dcp
 %%DATADIR%%/dcpprofiles/Nikon D7000.dcp
+%%DATADIR%%/dcpprofiles/Nikon D7200.dcp
+%%DATADIR%%/dcpprofiles/Nikon D750.dcp
 %%DATADIR%%/dcpprofiles/Nikon D800.dcp
 %%DATADIR%%/dcpprofiles/Olympus E-1.dcp
 %%DATADIR%%/dcpprofiles/Olympus E-510.dcp
@@ -60,8 +72,11 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/dcpprofiles/Pentax K-r.dcp
 %%DATADIR%%/dcpprofiles/Pentax K10D.dcp
 %%DATADIR%%/dcpprofiles/Pentax K200D.dcp
+%%DATADIR%%/dcpprofiles/Ricoh Pentax K-3.dcp
 %%DATADIR%%/dcpprofiles/Sony DSLR-A700.dcp
 %%DATADIR%%/dcpprofiles/Sony DSLR-A900.dcp
+%%DATADIR%%/dcpprofiles/Sony ILCE-6000.dcp
+%%DATADIR%%/dcpprofiles/Sony ILCE-7M2.dcp
 %%DATADIR%%/dcpprofiles/Sony NEX-5N.dcp
 %%DATADIR%%/dcpprofiles/Sony SLT-A55V.dcp
 %%DATADIR%%/iccprofiles/input/Canon EOS 20D.icc
@@ -92,6 +107,15 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/iccprofiles/input/Sony DSLR-A700.icc
 %%DATADIR%%/iccprofiles/input/Sony DSLR-A900.icc
 %%DATADIR%%/iccprofiles/input/Sony SLT-A55V.icc
+%%DATADIR%%/iccprofiles/input/sd14-bl15-crop-matrix-gamma-wp10.icm
+%%DATADIR%%/iccprofiles/input/sd14-bl15-crop-matrix-gamma-wp11.icm
+%%DATADIR%%/iccprofiles/input/sd14-bl15-crop-matrix-gamma-wp12.icm
+%%DATADIR%%/iccprofiles/input/sd1_merrill_cloudy8140-CROP-WP10.icm
+%%DATADIR%%/iccprofiles/input/sd1_merrill_cloudy8140-CROP-WP11.icm
+%%DATADIR%%/iccprofiles/input/sd1_merrill_sunny8161-crop-wp10.icm
+%%DATADIR%%/iccprofiles/input/sd1_merrill_sunny8161-crop-wp11.icm
+%%DATADIR%%/iccprofiles/input/sd1_merrill_tungsten8130-CROP-WP10.icm
+%%DATADIR%%/iccprofiles/input/sd1_merrill_tungsten8130-CROP-WP11.icm
 %%DATADIR%%/iccprofiles/output/RT_Large_g10.icc
 %%DATADIR%%/iccprofiles/output/RT_Large_gBT709.icc
 %%DATADIR%%/iccprofiles/output/RT_Large_gsRGB.icc
@@ -99,13 +123,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/iccprofiles/output/RT_sRGB.icm
 %%DATADIR%%/iccprofiles/output/RT_sRGB_g10.icm
 %%DATADIR%%/iccprofiles/output/RT_sRGB_gBT709.icm
-%%DATADIR%%/images/beforeafter.png
-%%DATADIR%%/images/cglabel0.png
-%%DATADIR%%/images/cglabel1.png
-%%DATADIR%%/images/cglabel2.png
-%%DATADIR%%/images/cglabel3.png
-%%DATADIR%%/images/cglabel4.png
-%%DATADIR%%/images/cglabel5.png
+%%DATADIR%%/iccprofiles/output/Rec2020.icm
 %%DATADIR%%/images/Chanmixer-B.png
 %%DATADIR%%/images/Chanmixer-BB.png
 %%DATADIR%%/images/Chanmixer-BG.png
@@ -124,25 +142,10 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Chanmixer-RG.png
 %%DATADIR%%/images/Chanmixer-RR.png
 %%DATADIR%%/images/Chanmixer-Y.png
-%%DATADIR%%/images/clabel0.png
-%%DATADIR%%/images/clabel1.png
-%%DATADIR%%/images/clabel2.png
-%%DATADIR%%/images/clabel3.png
-%%DATADIR%%/images/clabel4.png
-%%DATADIR%%/images/clabel5.png
-%%DATADIR%%/images/closedhand.png
-%%DATADIR%%/images/colour.png
-%%DATADIR%%/images/crop-auto.png
-%%DATADIR%%/images/crop.png
-%%DATADIR%%/images/cross.png
-%%DATADIR%%/images/crossed-arrows-out.png
-%%DATADIR%%/images/curveType-controlPoints.png
-%%DATADIR%%/images/curveType-flatLinear.png
-%%DATADIR%%/images/curveType-linear.png
-%%DATADIR%%/images/curveType-NURBS.png
-%%DATADIR%%/images/curveType-parametric.png
-%%DATADIR%%/images/curveType-spline.png
-%%DATADIR%%/images/curveType-unchanged.png
+%%DATADIR%%/images/Dark/actions/Chanmixer-Bgamma.png
+%%DATADIR%%/images/Dark/actions/Chanmixer-Ggamma.png
+%%DATADIR%%/images/Dark/actions/Chanmixer-Rgamma.png
+%%DATADIR%%/images/Dark/actions/PanelEnding.png
 %%DATADIR%%/images/Dark/actions/ajd-ca-blue1.png
 %%DATADIR%%/images/Dark/actions/ajd-ca-blue2.png
 %%DATADIR%%/images/Dark/actions/ajd-ca-red1.png
@@ -153,6 +156,14 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/ajd-wb-green2.png
 %%DATADIR%%/images/Dark/actions/ajd-wb-temp1.png
 %%DATADIR%%/images/Dark/actions/ajd-wb-temp2.png
+%%DATADIR%%/images/Dark/actions/arrow-down-small.png
+%%DATADIR%%/images/Dark/actions/arrow-down.png
+%%DATADIR%%/images/Dark/actions/arrow-left-small.png
+%%DATADIR%%/images/Dark/actions/arrow-left.png
+%%DATADIR%%/images/Dark/actions/arrow-right-small.png
+%%DATADIR%%/images/Dark/actions/arrow-right.png
+%%DATADIR%%/images/Dark/actions/arrow-up-small.png
+%%DATADIR%%/images/Dark/actions/arrow-up.png
 %%DATADIR%%/images/Dark/actions/beforeafter.png
 %%DATADIR%%/images/Dark/actions/cglabel0.png
 %%DATADIR%%/images/Dark/actions/cglabel1.png
@@ -160,9 +171,6 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/cglabel3.png
 %%DATADIR%%/images/Dark/actions/cglabel4.png
 %%DATADIR%%/images/Dark/actions/cglabel5.png
-%%DATADIR%%/images/Dark/actions/Chanmixer-Bgamma.png
-%%DATADIR%%/images/Dark/actions/Chanmixer-Ggamma.png
-%%DATADIR%%/images/Dark/actions/Chanmixer-Rgamma.png
 %%DATADIR%%/images/Dark/actions/clabel0.png
 %%DATADIR%%/images/Dark/actions/clabel1.png
 %%DATADIR%%/images/Dark/actions/clabel2.png
@@ -170,15 +178,17 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/clabel4.png
 %%DATADIR%%/images/Dark/actions/clabel5.png
 %%DATADIR%%/images/Dark/actions/closedhand.png
+%%DATADIR%%/images/Dark/actions/colorPickers-hide.png
+%%DATADIR%%/images/Dark/actions/colorPickers-show.png
 %%DATADIR%%/images/Dark/actions/colour.png
 %%DATADIR%%/images/Dark/actions/crop-auto.png
 %%DATADIR%%/images/Dark/actions/crop.png
 %%DATADIR%%/images/Dark/actions/crossed-arrows-in.png
 %%DATADIR%%/images/Dark/actions/crossed-arrows-out.png
+%%DATADIR%%/images/Dark/actions/curveType-NURBS.png
 %%DATADIR%%/images/Dark/actions/curveType-controlPoints.png
 %%DATADIR%%/images/Dark/actions/curveType-flatLinear.png
 %%DATADIR%%/images/Dark/actions/curveType-linear.png
-%%DATADIR%%/images/Dark/actions/curveType-NURBS.png
 %%DATADIR%%/images/Dark/actions/curveType-parametric.png
 %%DATADIR%%/images/Dark/actions/curveType-spline.png
 %%DATADIR%%/images/Dark/actions/detail.png
@@ -197,7 +207,14 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/editednot-small.png
 %%DATADIR%%/images/Dark/actions/editednotg-small.png
 %%DATADIR%%/images/Dark/actions/editmodehand.png
+%%DATADIR%%/images/Dark/actions/expanderClosed.png
+%%DATADIR%%/images/Dark/actions/expanderDisabled.png
+%%DATADIR%%/images/Dark/actions/expanderEnabled.png
+%%DATADIR%%/images/Dark/actions/expanderInconsistent.png
+%%DATADIR%%/images/Dark/actions/expanderOpened.png
 %%DATADIR%%/images/Dark/actions/exposure.png
+%%DATADIR%%/images/Dark/actions/filter-original-1.png
+%%DATADIR%%/images/Dark/actions/filter-original-2.png
 %%DATADIR%%/images/Dark/actions/filter.png
 %%DATADIR%%/images/Dark/actions/filterclear.png
 %%DATADIR%%/images/Dark/actions/fullscreen-exit.png
@@ -208,6 +225,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/gtk-cancel.png
 %%DATADIR%%/images/Dark/actions/gtk-close-small.png
 %%DATADIR%%/images/Dark/actions/gtk-close.png
+%%DATADIR%%/images/Dark/actions/gtk-color-picker-add.png
 %%DATADIR%%/images/Dark/actions/gtk-color-picker-small.png
 %%DATADIR%%/images/Dark/actions/gtk-color-picker.png
 %%DATADIR%%/images/Dark/actions/gtk-copy.png
@@ -230,6 +248,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/gtk-undoall-rtl.png
 %%DATADIR%%/images/Dark/actions/gtk-zoom-100-small.png
 %%DATADIR%%/images/Dark/actions/gtk-zoom-100.png
+%%DATADIR%%/images/Dark/actions/gtk-zoom-crop.png
 %%DATADIR%%/images/Dark/actions/gtk-zoom-fit.png
 %%DATADIR%%/images/Dark/actions/gtk-zoom-in-small.png
 %%DATADIR%%/images/Dark/actions/gtk-zoom-in.png
@@ -253,6 +272,10 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/histValueg.png
 %%DATADIR%%/images/Dark/actions/image-editor.png
 %%DATADIR%%/images/Dark/actions/info.png
+%%DATADIR%%/images/Dark/actions/intent-absolute.png
+%%DATADIR%%/images/Dark/actions/intent-perceptual.png
+%%DATADIR%%/images/Dark/actions/intent-relative.png
+%%DATADIR%%/images/Dark/actions/intent-saturation.png
 %%DATADIR%%/images/Dark/actions/list-add-small.png
 %%DATADIR%%/images/Dark/actions/list-add.png
 %%DATADIR%%/images/Dark/actions/list-remove-red-small.png
@@ -270,7 +293,6 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/panel-to-left.png
 %%DATADIR%%/images/Dark/actions/panel-to-right.png
 %%DATADIR%%/images/Dark/actions/panel-to-top.png
-%%DATADIR%%/images/Dark/actions/PanelEnding.png
 %%DATADIR%%/images/Dark/actions/perspective-h1.png
 %%DATADIR%%/images/Dark/actions/perspective-h2.png
 %%DATADIR%%/images/Dark/actions/perspective-v1.png
@@ -313,6 +335,8 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/rotate-right-3.png
 %%DATADIR%%/images/Dark/actions/rotate-right.png
 %%DATADIR%%/images/Dark/actions/rtwindow.png
+%%DATADIR%%/images/Dark/actions/softProof.png
+%%DATADIR%%/images/Dark/actions/spGamutCheck.png
 %%DATADIR%%/images/Dark/actions/stock-flip-horizontal.png
 %%DATADIR%%/images/Dark/actions/stock-flip-vertical.png
 %%DATADIR%%/images/Dark/actions/stock-rotate-270.png
@@ -322,16 +346,20 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/actions/toleftend.png
 %%DATADIR%%/images/Dark/actions/torightend.png
 %%DATADIR%%/images/Dark/actions/transform.png
+%%DATADIR%%/images/Dark/actions/trash-hide-deleted.png
 %%DATADIR%%/images/Dark/actions/trash-show-empty.png
 %%DATADIR%%/images/Dark/actions/trash-show-full.png
 %%DATADIR%%/images/Dark/actions/trash-thumbnail.png
 %%DATADIR%%/images/Dark/actions/trash.png
+%%DATADIR%%/images/Dark/actions/unchanged-18.png
+%%DATADIR%%/images/Dark/actions/unchanged-22.png
 %%DATADIR%%/images/Dark/actions/undelete-rtl.png
 %%DATADIR%%/images/Dark/actions/undelete-thumbnail-rtl.png
 %%DATADIR%%/images/Dark/actions/undelete-thumbnail.png
 %%DATADIR%%/images/Dark/actions/undelete.png
 %%DATADIR%%/images/Dark/actions/warnhl.png
 %%DATADIR%%/images/Dark/actions/warnsh.png
+%%DATADIR%%/images/Dark/actions/wavelet.png
 %%DATADIR%%/images/Dark/actions/wb-auto.png
 %%DATADIR%%/images/Dark/actions/wb-camera.png
 %%DATADIR%%/images/Dark/actions/wb-cloudy.png
@@ -361,48 +389,10 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Dark/places/gtk-directory.png
 %%DATADIR%%/images/Dark/places/user-desktop.png
 %%DATADIR%%/images/Dark/places/user-home.png
-%%DATADIR%%/images/default-settings-ltr.png
-%%DATADIR%%/images/default-settings-rtl.png
-%%DATADIR%%/images/detail.png
-%%DATADIR%%/images/distortion-auto.png
-%%DATADIR%%/images/distortion.png
-%%DATADIR%%/images/edited-small.png
-%%DATADIR%%/images/edited.png
-%%DATADIR%%/images/editedg-small.png
-%%DATADIR%%/images/editednot-small.png
-%%DATADIR%%/images/editednotg-small.png
-%%DATADIR%%/images/empty.png
-%%DATADIR%%/images/exposure.png
-%%DATADIR%%/images/filter.png
-%%DATADIR%%/images/filterclear.png
-%%DATADIR%%/images/folder.png
-%%DATADIR%%/images/fullscreen-exit.png
-%%DATADIR%%/images/fullscreen.png
-%%DATADIR%%/images/grayrated.png
-%%DATADIR%%/images/gtk-add.png
-%%DATADIR%%/images/gtk-apply.png
-%%DATADIR%%/images/gtk-close-small.png
-%%DATADIR%%/images/gtk-close.png
-%%DATADIR%%/images/gtk-color-picker-small.png
-%%DATADIR%%/images/gtk-color-picker.png
-%%DATADIR%%/images/gtk-open.png
-%%DATADIR%%/images/gtk-save-large.png
-%%DATADIR%%/images/gtk-undo-ltr.png
-%%DATADIR%%/images/gtk-undo-rtl.png
-%%DATADIR%%/images/gtk-undoall-ltr.png
-%%DATADIR%%/images/gtk-undoall-rtl.png
-%%DATADIR%%/images/gtk-zoom-100.png
-%%DATADIR%%/images/gtk-zoom-fit.png
-%%DATADIR%%/images/gtk-zoom-in.png
-%%DATADIR%%/images/gtk-zoom-out.png
-%%DATADIR%%/images/histBar.png
-%%DATADIR%%/images/histBlue.png
-%%DATADIR%%/images/histGreen.png
-%%DATADIR%%/images/histRaw.png
-%%DATADIR%%/images/histRed.png
-%%DATADIR%%/images/histValue.png
-%%DATADIR%%/images/image-editor.png
-%%DATADIR%%/images/info.png
+%%DATADIR%%/images/Light/actions/Chanmixer-Bgamma.png
+%%DATADIR%%/images/Light/actions/Chanmixer-Ggamma.png
+%%DATADIR%%/images/Light/actions/Chanmixer-Rgamma.png
+%%DATADIR%%/images/Light/actions/PanelEnding.png
 %%DATADIR%%/images/Light/actions/ajd-ca-blue1.png
 %%DATADIR%%/images/Light/actions/ajd-ca-blue2.png
 %%DATADIR%%/images/Light/actions/ajd-ca-red1.png
@@ -413,6 +403,14 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/ajd-wb-green2.png
 %%DATADIR%%/images/Light/actions/ajd-wb-temp1.png
 %%DATADIR%%/images/Light/actions/ajd-wb-temp2.png
+%%DATADIR%%/images/Light/actions/arrow-down-small.png
+%%DATADIR%%/images/Light/actions/arrow-down.png
+%%DATADIR%%/images/Light/actions/arrow-left-small.png
+%%DATADIR%%/images/Light/actions/arrow-left.png
+%%DATADIR%%/images/Light/actions/arrow-right-small.png
+%%DATADIR%%/images/Light/actions/arrow-right.png
+%%DATADIR%%/images/Light/actions/arrow-up-small.png
+%%DATADIR%%/images/Light/actions/arrow-up.png
 %%DATADIR%%/images/Light/actions/beforeafter.png
 %%DATADIR%%/images/Light/actions/cglabel0.png
 %%DATADIR%%/images/Light/actions/cglabel1.png
@@ -420,9 +418,6 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/cglabel3.png
 %%DATADIR%%/images/Light/actions/cglabel4.png
 %%DATADIR%%/images/Light/actions/cglabel5.png
-%%DATADIR%%/images/Light/actions/Chanmixer-Bgamma.png
-%%DATADIR%%/images/Light/actions/Chanmixer-Ggamma.png
-%%DATADIR%%/images/Light/actions/Chanmixer-Rgamma.png
 %%DATADIR%%/images/Light/actions/clabel0.png
 %%DATADIR%%/images/Light/actions/clabel1.png
 %%DATADIR%%/images/Light/actions/clabel2.png
@@ -430,15 +425,17 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/clabel4.png
 %%DATADIR%%/images/Light/actions/clabel5.png
 %%DATADIR%%/images/Light/actions/closedhand.png
+%%DATADIR%%/images/Light/actions/colorPickers-hide.png
+%%DATADIR%%/images/Light/actions/colorPickers-show.png
 %%DATADIR%%/images/Light/actions/colour.png
 %%DATADIR%%/images/Light/actions/crop-auto.png
 %%DATADIR%%/images/Light/actions/crop.png
 %%DATADIR%%/images/Light/actions/crossed-arrows-in.png
 %%DATADIR%%/images/Light/actions/crossed-arrows-out.png
+%%DATADIR%%/images/Light/actions/curveType-NURBS.png
 %%DATADIR%%/images/Light/actions/curveType-controlPoints.png
 %%DATADIR%%/images/Light/actions/curveType-flatLinear.png
 %%DATADIR%%/images/Light/actions/curveType-linear.png
-%%DATADIR%%/images/Light/actions/curveType-NURBS.png
 %%DATADIR%%/images/Light/actions/curveType-parametric.png
 %%DATADIR%%/images/Light/actions/curveType-spline.png
 %%DATADIR%%/images/Light/actions/detail.png
@@ -457,7 +454,14 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/editednot-small.png
 %%DATADIR%%/images/Light/actions/editednotg-small.png
 %%DATADIR%%/images/Light/actions/editmodehand.png
+%%DATADIR%%/images/Light/actions/expanderClosed.png
+%%DATADIR%%/images/Light/actions/expanderDisabled.png
+%%DATADIR%%/images/Light/actions/expanderEnabled.png
+%%DATADIR%%/images/Light/actions/expanderInconsistent.png
+%%DATADIR%%/images/Light/actions/expanderOpened.png
 %%DATADIR%%/images/Light/actions/exposure.png
+%%DATADIR%%/images/Light/actions/filter-original-1.png
+%%DATADIR%%/images/Light/actions/filter-original-2.png
 %%DATADIR%%/images/Light/actions/filter.png
 %%DATADIR%%/images/Light/actions/filterclear.png
 %%DATADIR%%/images/Light/actions/fullscreen-exit.png
@@ -468,6 +472,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/gtk-cancel.png
 %%DATADIR%%/images/Light/actions/gtk-close-small.png
 %%DATADIR%%/images/Light/actions/gtk-close.png
+%%DATADIR%%/images/Light/actions/gtk-color-picker-add.png
 %%DATADIR%%/images/Light/actions/gtk-color-picker-small.png
 %%DATADIR%%/images/Light/actions/gtk-color-picker.png
 %%DATADIR%%/images/Light/actions/gtk-copy.png
@@ -490,6 +495,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/gtk-undoall-rtl.png
 %%DATADIR%%/images/Light/actions/gtk-zoom-100-small.png
 %%DATADIR%%/images/Light/actions/gtk-zoom-100.png
+%%DATADIR%%/images/Light/actions/gtk-zoom-crop.png
 %%DATADIR%%/images/Light/actions/gtk-zoom-fit.png
 %%DATADIR%%/images/Light/actions/gtk-zoom-in-small.png
 %%DATADIR%%/images/Light/actions/gtk-zoom-in.png
@@ -513,6 +519,10 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/histValueg.png
 %%DATADIR%%/images/Light/actions/image-editor.png
 %%DATADIR%%/images/Light/actions/info.png
+%%DATADIR%%/images/Light/actions/intent-absolute.png
+%%DATADIR%%/images/Light/actions/intent-perceptual.png
+%%DATADIR%%/images/Light/actions/intent-relative.png
+%%DATADIR%%/images/Light/actions/intent-saturation.png
 %%DATADIR%%/images/Light/actions/list-add-small.png
 %%DATADIR%%/images/Light/actions/list-add.png
 %%DATADIR%%/images/Light/actions/list-remove-red-small.png
@@ -530,7 +540,6 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/panel-to-left.png
 %%DATADIR%%/images/Light/actions/panel-to-right.png
 %%DATADIR%%/images/Light/actions/panel-to-top.png
-%%DATADIR%%/images/Light/actions/PanelEnding.png
 %%DATADIR%%/images/Light/actions/perspective-h1.png
 %%DATADIR%%/images/Light/actions/perspective-h2.png
 %%DATADIR%%/images/Light/actions/perspective-v1.png
@@ -573,6 +582,8 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/rotate-right-3.png
 %%DATADIR%%/images/Light/actions/rotate-right.png
 %%DATADIR%%/images/Light/actions/rtwindow.png
+%%DATADIR%%/images/Light/actions/softProof.png
+%%DATADIR%%/images/Light/actions/spGamutCheck.png
 %%DATADIR%%/images/Light/actions/stock-flip-horizontal.png
 %%DATADIR%%/images/Light/actions/stock-flip-vertical.png
 %%DATADIR%%/images/Light/actions/stock-rotate-270.png
@@ -582,16 +593,20 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/actions/toleftend.png
 %%DATADIR%%/images/Light/actions/torightend.png
 %%DATADIR%%/images/Light/actions/transform.png
+%%DATADIR%%/images/Light/actions/trash-hide-deleted.png
 %%DATADIR%%/images/Light/actions/trash-show-empty.png
 %%DATADIR%%/images/Light/actions/trash-show-full.png
 %%DATADIR%%/images/Light/actions/trash-thumbnail.png
 %%DATADIR%%/images/Light/actions/trash.png
+%%DATADIR%%/images/Light/actions/unchanged-18.png
+%%DATADIR%%/images/Light/actions/unchanged-22.png
 %%DATADIR%%/images/Light/actions/undelete-rtl.png
 %%DATADIR%%/images/Light/actions/undelete-thumbnail-rtl.png
 %%DATADIR%%/images/Light/actions/undelete-thumbnail.png
 %%DATADIR%%/images/Light/actions/undelete.png
 %%DATADIR%%/images/Light/actions/warnhl.png
 %%DATADIR%%/images/Light/actions/warnsh.png
+%%DATADIR%%/images/Light/actions/wavelet.png
 %%DATADIR%%/images/Light/actions/wb-auto.png
 %%DATADIR%%/images/Light/actions/wb-camera.png
 %%DATADIR%%/images/Light/actions/wb-cloudy.png
@@ -621,6 +636,75 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/Light/places/gtk-directory.png
 %%DATADIR%%/images/Light/places/user-desktop.png
 %%DATADIR%%/images/Light/places/user-home.png
+%%DATADIR%%/images/PanelEnding.png
+%%DATADIR%%/images/beforeafter.png
+%%DATADIR%%/images/cglabel0.png
+%%DATADIR%%/images/cglabel1.png
+%%DATADIR%%/images/cglabel2.png
+%%DATADIR%%/images/cglabel3.png
+%%DATADIR%%/images/cglabel4.png
+%%DATADIR%%/images/cglabel5.png
+%%DATADIR%%/images/clabel0.png
+%%DATADIR%%/images/clabel1.png
+%%DATADIR%%/images/clabel2.png
+%%DATADIR%%/images/clabel3.png
+%%DATADIR%%/images/clabel4.png
+%%DATADIR%%/images/clabel5.png
+%%DATADIR%%/images/closedhand.png
+%%DATADIR%%/images/colour.png
+%%DATADIR%%/images/crop-auto.png
+%%DATADIR%%/images/crop.png
+%%DATADIR%%/images/cross.png
+%%DATADIR%%/images/crossed-arrows-out.png
+%%DATADIR%%/images/curveType-NURBS.png
+%%DATADIR%%/images/curveType-controlPoints.png
+%%DATADIR%%/images/curveType-flatLinear.png
+%%DATADIR%%/images/curveType-linear.png
+%%DATADIR%%/images/curveType-parametric.png
+%%DATADIR%%/images/curveType-spline.png
+%%DATADIR%%/images/curveType-unchanged.png
+%%DATADIR%%/images/default-settings-ltr.png
+%%DATADIR%%/images/default-settings-rtl.png
+%%DATADIR%%/images/detail.png
+%%DATADIR%%/images/distortion-auto.png
+%%DATADIR%%/images/distortion.png
+%%DATADIR%%/images/edited-small.png
+%%DATADIR%%/images/edited.png
+%%DATADIR%%/images/editedg-small.png
+%%DATADIR%%/images/editednot-small.png
+%%DATADIR%%/images/editednotg-small.png
+%%DATADIR%%/images/empty.png
+%%DATADIR%%/images/exposure.png
+%%DATADIR%%/images/filter.png
+%%DATADIR%%/images/filterclear.png
+%%DATADIR%%/images/folder.png
+%%DATADIR%%/images/fullscreen-exit.png
+%%DATADIR%%/images/fullscreen.png
+%%DATADIR%%/images/grayrated.png
+%%DATADIR%%/images/gtk-add.png
+%%DATADIR%%/images/gtk-apply.png
+%%DATADIR%%/images/gtk-close-small.png
+%%DATADIR%%/images/gtk-close.png
+%%DATADIR%%/images/gtk-color-picker-small.png
+%%DATADIR%%/images/gtk-color-picker.png
+%%DATADIR%%/images/gtk-open.png
+%%DATADIR%%/images/gtk-save-large.png
+%%DATADIR%%/images/gtk-undo-ltr.png
+%%DATADIR%%/images/gtk-undo-rtl.png
+%%DATADIR%%/images/gtk-undoall-ltr.png
+%%DATADIR%%/images/gtk-undoall-rtl.png
+%%DATADIR%%/images/gtk-zoom-100.png
+%%DATADIR%%/images/gtk-zoom-fit.png
+%%DATADIR%%/images/gtk-zoom-in.png
+%%DATADIR%%/images/gtk-zoom-out.png
+%%DATADIR%%/images/histBar.png
+%%DATADIR%%/images/histBlue.png
+%%DATADIR%%/images/histGreen.png
+%%DATADIR%%/images/histRaw.png
+%%DATADIR%%/images/histRed.png
+%%DATADIR%%/images/histValue.png
+%%DATADIR%%/images/image-editor.png
+%%DATADIR%%/images/info.png
 %%DATADIR%%/images/list-add-small.png
 %%DATADIR%%/images/list-remove-red-small.png
 %%DATADIR%%/images/list-remove.png
@@ -641,7 +725,6 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/panel-to-left.png
 %%DATADIR%%/images/panel-to-right.png
 %%DATADIR%%/images/panel-to-top.png
-%%DATADIR%%/images/PanelEnding.png
 %%DATADIR%%/images/popuparrow.png
 %%DATADIR%%/images/processing-pause.png
 %%DATADIR%%/images/processing-play.png
@@ -655,7 +738,9 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/images/refresh-white.png
 %%DATADIR%%/images/resize.png
 %%DATADIR%%/images/rt-logo-large.png
-%%DATADIR%%/images/rt-logo.png
+%%DATADIR%%/images/rt-logo-medium.png
+%%DATADIR%%/images/rt-logo-small.png
+%%DATADIR%%/images/rt-logo-tiny.png
 %%DATADIR%%/images/saved.png
 %%DATADIR%%/images/savedg.png
 %%DATADIR%%/images/savednot.png
@@ -683,7 +768,6 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/languages/Chinese (Traditional)
 %%DATADIR%%/languages/Czech
 %%DATADIR%%/languages/Dansk
-%%DATADIR%%/languages/default
 %%DATADIR%%/languages/Deutsch
 %%DATADIR%%/languages/English (UK)
 %%DATADIR%%/languages/English (US)
@@ -694,8 +778,8 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/languages/Hebrew
 %%DATADIR%%/languages/Italiano
 %%DATADIR%%/languages/Japanese
-%%DATADIR%%/languages/Latvian
 %%DATADIR%%/languages/LICENSE
+%%DATADIR%%/languages/Latvian
 %%DATADIR%%/languages/Magyar
 %%DATADIR%%/languages/Nederlands
 %%DATADIR%%/languages/Norsk BM
@@ -710,6 +794,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/languages/Suomi
 %%DATADIR%%/languages/Swedish
 %%DATADIR%%/languages/Turkish
+%%DATADIR%%/languages/default
 %%DATADIR%%/options
 %%DATADIR%%/profiles/BW/BW 1.pp3
 %%DATADIR%%/profiles/BW/BW 2.pp3
@@ -757,6 +842,7 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/profiles/Generic/Natural 2.pp3
 %%DATADIR%%/profiles/Generic/Punchy 1.pp3
 %%DATADIR%%/profiles/Generic/Punchy 2.pp3
+%%DATADIR%%/profiles/Non-raw/Brighten.pp3
 %%DATADIR%%/profiles/Pop/Pop 1.pp3
 %%DATADIR%%/profiles/Pop/Pop 2 L.pp3
 %%DATADIR%%/profiles/Pop/Pop 3 Skin.pp3
@@ -777,62 +863,32 @@ share/icons/hicolor/48x48/apps/rawtherap
 %%DATADIR%%/sounds/BatchComplete.wav
 %%DATADIR%%/sounds/Empty.wav
 %%DATADIR%%/sounds/ProcessComplete.wav
-%%DATADIR%%/themes/09-Gray-Orange.gtkrc
-%%DATADIR%%/themes/09-Gray-Orange.iconset
-%%DATADIR%%/themes/17-Gray-Red.gtkrc
-%%DATADIR%%/themes/17-Gray-Red.iconset
-%%DATADIR%%/themes/21-Gray-Gray.gtkrc
-%%DATADIR%%/themes/21-Gray-Gray.iconset
-%%DATADIR%%/themes/21-Gray-Orange.gtkrc
-%%DATADIR%%/themes/21-Gray-Orange.iconset
-%%DATADIR%%/themes/21-Gray-Purple.gtkrc
-%%DATADIR%%/themes/21-Gray-Purple.iconset
-%%DATADIR%%/themes/21-Gray-Red.gtkrc
-%%DATADIR%%/themes/21-Gray-Red.iconset
-%%DATADIR%%/themes/25-Gray-Gray.gtkrc
-%%DATADIR%%/themes/25-Gray-Gray.iconset
-%%DATADIR%%/themes/25-Gray-Purple.gtkrc
-%%DATADIR%%/themes/25-Gray-Purple.iconset
-%%DATADIR%%/themes/25-Gray-Red.gtkrc
-%%DATADIR%%/themes/25-Gray-Red.iconset
-%%DATADIR%%/themes/37-Gray-Red-Textured.gtkrc
-%%DATADIR%%/themes/37-Gray-Red-Textured.iconset
-%%DATADIR%%/themes/37-Gray-Red.gtkrc
-%%DATADIR%%/themes/37-Gray-Red.iconset
-%%DATADIR%%/themes/63-Gray-Cyan.gtkrc
-%%DATADIR%%/themes/63-Gray-Cyan.iconset
-%%DATADIR%%/themes/92-Beige-DarkCyan.gtkrc
-%%DATADIR%%/themes/92-Beige-DarkCyan.iconset
-%%DATADIR%%/themes/gray_textured/arrow-down-ins.png
-%%DATADIR%%/themes/gray_textured/arrow-down-pre.png
-%%DATADIR%%/themes/gray_textured/arrow-down.png
-%%DATADIR%%/themes/gray_textured/arrow-left-ins.png
-%%DATADIR%%/themes/gray_textured/arrow-left-pre.png
-%%DATADIR%%/themes/gray_textured/arrow-left.png
-%%DATADIR%%/themes/gray_textured/arrow-right-ins.png
-%%DATADIR%%/themes/gray_textured/arrow-right-pre.png
-%%DATADIR%%/themes/gray_textured/arrow-right.png
-%%DATADIR%%/themes/gray_textured/arrow-up-ins.png
-%%DATADIR%%/themes/gray_textured/arrow-up-pre.png
-%%DATADIR%%/themes/gray_textured/arrow-up.png
-%%DATADIR%%/themes/gray_textured/button-insensitive.png
-%%DATADIR%%/themes/gray_textured/button-normal.png
-%%DATADIR%%/themes/gray_textured/button-normal.xcf
-%%DATADIR%%/themes/gray_textured/button-prelight.png
-%%DATADIR%%/themes/gray_textured/button-pressed.png
-%%DATADIR%%/themes/gray_textured/null.png
-%%DATADIR%%/themes/gray_textured/pbtroughh.png
-%%DATADIR%%/themes/gray_textured/pbtroughv.png
-%%DATADIR%%/themes/gray_textured/rangeslider-ins.png
-%%DATADIR%%/themes/gray_textured/rangeslider-pre.png
-%%DATADIR%%/themes/gray_textured/rangeslider.png
-%%DATADIR%%/themes/gray_textured/slider-h-ins.png
-%%DATADIR%%/themes/gray_textured/slider-h-pre.png
-%%DATADIR%%/themes/gray_textured/slider-h.png
-%%DATADIR%%/themes/gray_textured/slider-v-ins.png
-%%DATADIR%%/themes/gray_textured/slider-v-pre.png
-%%DATADIR%%/themes/gray_textured/slider-v.png
-%%DATADIR%%/themes/gray_textured/trough2-h.png
-%%DATADIR%%/themes/gray_textured/trough2.png
-%%DATADIR%%/themes/slim
+%%DATADIR%%/themes/RawTherapee-GTK3-20_.css
+%%DATADIR%%/themes/RawTherapee-GTK3-_19.css
+%%DATADIR%%/themes/TooWaBlue-Dark-GTK3-20_.css
+%%DATADIR%%/themes/TooWaBlue-GTK3-20_.css
+%%DATADIR%%/themes/images/svg/twb/checkbox-checked-disabled.svg
+%%DATADIR%%/themes/images/svg/twb/checkbox-checked.svg
+%%DATADIR%%/themes/images/svg/twb/checkbox-inconsistent-disabled.svg
+%%DATADIR%%/themes/images/svg/twb/checkbox-inconsistent.svg
+%%DATADIR%%/themes/images/svg/twb/checkbox-unchecked-disabled.svg
+%%DATADIR%%/themes/images/svg/twb/checkbox-unchecked.svg
+%%DATADIR%%/themes/images/svg/twb/radio-checked-disabled.svg
+%%DATADIR%%/themes/images/svg/twb/radio-checked.svg
+%%DATADIR%%/themes/images/svg/twb/radio-inconsistent-disabled.svg
+%%DATADIR%%/themes/images/svg/twb/radio-inconsistent.svg
+%%DATADIR%%/themes/images/svg/twb/radio-unchecked-disabled.svg
+%%DATADIR%%/themes/images/svg/twb/radio-unchecked.svg
+%%DATADIR%%/themes/images/twb/checkbox-checked-disabled.png
+%%DATADIR%%/themes/images/twb/checkbox-checked.png
+%%DATADIR%%/themes/images/twb/checkbox-inconsistent-disabled.png
+%%DATADIR%%/themes/images/twb/checkbox-inconsistent.png
+%%DATADIR%%/themes/images/twb/checkbox-unchecked-disabled.png
+%%DATADIR%%/themes/images/twb/checkbox-unchecked.png
+%%DATADIR%%/themes/images/twb/radio-checked-disabled.png
+%%DATADIR%%/themes/images/twb/radio-checked.png
+%%DATADIR%%/themes/images/twb/radio-inconsistent-disabled.png
+%%DATADIR%%/themes/images/twb/radio-inconsistent.png
+%%DATADIR%%/themes/images/twb/radio-unchecked-disabled.png
+%%DATADIR%%/themes/images/twb/radio-unchecked.png
 %%DATADIR%%/themes/system.iconset



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301902.uBUJ2Zqx043223>