From owner-svn-ports-head@freebsd.org Fri May 19 19:57:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E33D74C08; Fri, 19 May 2017 19:57:59 +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 mx1.freebsd.org (Postfix) with ESMTPS id EBF34A28; Fri, 19 May 2017 19:57:58 +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 v4JJvwIQ095168; Fri, 19 May 2017 19:57:58 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JJvvel095166; Fri, 19 May 2017 19:57:57 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705191957.v4JJvvel095166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 19 May 2017 19:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441267 - in head/graphics/rawtherapee: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 19 May 2017 19:57:59 -0000 Author: mandree Date: Fri May 19 19:57:57 2017 New Revision: 441267 URL: https://svnweb.freebsd.org/changeset/ports/441267 Log: Update to new upstream release 5.1. While here, use Ninja (instead of make) for the build. This is GTK3 only, GTK2 is no longer applicable. Deleted: head/graphics/rawtherapee/files/patch-rtengine_opthelper.h head/graphics/rawtherapee/files/patch-rtgui_cachemanager.cc Modified: head/graphics/rawtherapee/Makefile head/graphics/rawtherapee/distinfo head/graphics/rawtherapee/pkg-plist Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Fri May 19 19:27:30 2017 (r441266) +++ head/graphics/rawtherapee/Makefile Fri May 19 19:57:57 2017 (r441267) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= rawtherapee -PORTVERSION= 5.0.1 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -gtk3 -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} +PORTVERSION= 5.1 +#DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ @@ -38,7 +36,6 @@ USE_LDCONFIG= yes # compliant. CFLAGS+= -I${LOCALBASE}/include -fPIC -D_GLIBCXX_USE_C99 -Wno-deprecated-declarations -Wno-unused-result LDFLAGS+= -lpthread -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" \ -DCREDITSDIR="${DOCSDIR}" \ -DLICENCEDIR="${DOCSDIR}" \ @@ -51,6 +48,7 @@ CMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" \ # any more. The CMP0056 policy must be explicitly set to NEW to ensure # linker flags are passed. Else -lomp is not found with clang. # See: https://cmake.org/cmake/help/v3.4/policy/CMP0056.html +CMAKE_NINJA= yes INSTALLS_ICONS= yes @@ -104,11 +102,11 @@ STRIP= .if ${ARCH} == i386 USES+= compiler:c++11-lib -# FIXME: if we were to use GCC on i386, we'd need to use -mstackrealign +# 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. +# amd64. Workaround implemented below. .else USES+= compiler:gcc-c++11-lib .endif Modified: head/graphics/rawtherapee/distinfo ============================================================================== --- head/graphics/rawtherapee/distinfo Fri May 19 19:27:30 2017 (r441266) +++ head/graphics/rawtherapee/distinfo Fri May 19 19:57:57 2017 (r441267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486072535 -SHA256 (rawtherapee-5.0-r1-gtk3.tar.xz) = fa6d69dd25de14c9b1798955beae2f957a998ab08cbb2c3744d8dd55924bea51 -SIZE (rawtherapee-5.0-r1-gtk3.tar.xz) = 10392408 +TIMESTAMP = 1495050595 +SHA256 (rawtherapee-5.1.tar.xz) = fb742065a6b2e1b89df67c70395e52ee1ebd537c86dfc473b41e7af171655b67 +SIZE (rawtherapee-5.1.tar.xz) = 10785516 Modified: head/graphics/rawtherapee/pkg-plist ============================================================================== --- head/graphics/rawtherapee/pkg-plist Fri May 19 19:27:30 2017 (r441266) +++ head/graphics/rawtherapee/pkg-plist Fri May 19 19:57:57 2017 (r441267) @@ -1,4 +1,5 @@ bin/rawtherapee +bin/rawtherapee-cli man/man1/rawtherapee.1.gz share/appdata/rawtherapee.appdata.xml share/applications/rawtherapee.desktop @@ -12,6 +13,7 @@ share/icons/hicolor/24x24/apps/rawtherap share/icons/hicolor/256x256/apps/rawtherapee.png share/icons/hicolor/32x32/apps/rawtherapee.png share/icons/hicolor/48x48/apps/rawtherapee.png +@comment env LC_ALL=C sort -f %%DATADIR%%/camconst.json %%DATADIR%%/dcpprofiles/Canon EOS 100D.dcp %%DATADIR%%/dcpprofiles/Canon EOS 20D.dcp @@ -42,26 +44,31 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/dcpprofiles/FUJIFILM X-Pro2.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X-T1.dcp %%DATADIR%%/dcpprofiles/Fujifilm X-T10.dcp +%%DATADIR%%/dcpprofiles/FUJIFILM X100S.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X100T.dcp %%DATADIR%%/dcpprofiles/Leaf Aptus 75.dcp +%%DATADIR%%/dcpprofiles/LG Mobile LG-H815.dcp %%DATADIR%%/dcpprofiles/Nikon D200.dcp -%%DATADIR%%/dcpprofiles/Nikon D300.dcp +%%DATADIR%%/dcpprofiles/NIKON D300.dcp %%DATADIR%%/dcpprofiles/Nikon D3000.dcp %%DATADIR%%/dcpprofiles/Nikon D3100.dcp %%DATADIR%%/dcpprofiles/Nikon D3S.dcp %%DATADIR%%/dcpprofiles/Nikon D50.dcp %%DATADIR%%/dcpprofiles/Nikon D5100.dcp +%%DATADIR%%/dcpprofiles/NIKON D5600.dcp %%DATADIR%%/dcpprofiles/NIKON D600.dcp %%DATADIR%%/dcpprofiles/Nikon D700.dcp %%DATADIR%%/dcpprofiles/Nikon D7000.dcp %%DATADIR%%/dcpprofiles/NIKON D7200.dcp %%DATADIR%%/dcpprofiles/NIKON D750.dcp +%%DATADIR%%/dcpprofiles/NIKON D80.dcp %%DATADIR%%/dcpprofiles/Nikon D800.dcp %%DATADIR%%/dcpprofiles/NIKON D810.dcp %%DATADIR%%/dcpprofiles/Olympus E-1.dcp %%DATADIR%%/dcpprofiles/Olympus E-510.dcp %%DATADIR%%/dcpprofiles/Olympus E-520.dcp %%DATADIR%%/dcpprofiles/OLYMPUS E-M10.dcp +%%DATADIR%%/dcpprofiles/OLYMPUS E-M1MarkII.dcp %%DATADIR%%/dcpprofiles/Olympus E-M5.dcp %%DATADIR%%/dcpprofiles/Olympus E-P2.dcp %%DATADIR%%/dcpprofiles/Olympus XZ-1.dcp @@ -73,6 +80,7 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/dcpprofiles/Panasonic DMC-G5.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-GH1.dcp %%DATADIR%%/dcpprofiles/Panasonic DMC-GH2.dcp +%%DATADIR%%/dcpprofiles/Panasonic DMC-GX85.dcp %%DATADIR%%/dcpprofiles/PENTAX K-5 II.dcp %%DATADIR%%/dcpprofiles/PENTAX K-5.dcp %%DATADIR%%/dcpprofiles/Pentax K-r.dcp @@ -113,9 +121,6 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/iccprofiles/input/Panasonic DMC-GH1.icc %%DATADIR%%/iccprofiles/input/Panasonic DMC-GH2.icc %%DATADIR%%/iccprofiles/input/Pentax K200D.icc -%%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 @@ -125,6 +130,10 @@ share/icons/hicolor/48x48/apps/rawtherap %%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/input/Sony DSLR-A700.icc +%%DATADIR%%/iccprofiles/input/Sony DSLR-A900.icc +%%DATADIR%%/iccprofiles/input/Sony SLT-A55V.icc +%%DATADIR%%/iccprofiles/output/Rec2020.icm %%DATADIR%%/iccprofiles/output/RT_Large_g10.icc %%DATADIR%%/iccprofiles/output/RT_Large_gBT709.icc %%DATADIR%%/iccprofiles/output/RT_Large_gsRGB.icc @@ -132,7 +141,13 @@ 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%%/iccprofiles/output/Rec2020.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%%/images/Chanmixer-B.png %%DATADIR%%/images/Chanmixer-BB.png %%DATADIR%%/images/Chanmixer-BG.png @@ -151,10 +166,25 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/images/Chanmixer-RG.png %%DATADIR%%/images/Chanmixer-RR.png %%DATADIR%%/images/Chanmixer-Y.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/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/ajd-ca-blue1.png %%DATADIR%%/images/Dark/actions/ajd-ca-blue2.png %%DATADIR%%/images/Dark/actions/ajd-ca-red1.png @@ -180,6 +210,9 @@ 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 @@ -194,10 +227,10 @@ share/icons/hicolor/48x48/apps/rawtherap %%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 @@ -302,6 +335,7 @@ 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 @@ -398,10 +432,48 @@ 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/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/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/ajd-ca-blue1.png %%DATADIR%%/images/Light/actions/ajd-ca-blue2.png %%DATADIR%%/images/Light/actions/ajd-ca-red1.png @@ -427,6 +499,9 @@ 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 @@ -441,10 +516,10 @@ share/icons/hicolor/48x48/apps/rawtherap %%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 @@ -549,6 +624,7 @@ 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 @@ -645,75 +721,6 @@ 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 @@ -734,6 +741,7 @@ 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 @@ -777,6 +785,7 @@ 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) @@ -787,8 +796,8 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/languages/Hebrew %%DATADIR%%/languages/Italiano %%DATADIR%%/languages/Japanese -%%DATADIR%%/languages/LICENSE %%DATADIR%%/languages/Latvian +%%DATADIR%%/languages/LICENSE %%DATADIR%%/languages/Magyar %%DATADIR%%/languages/Nederlands %%DATADIR%%/languages/Norsk BM @@ -803,12 +812,11 @@ 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 -%%DATADIR%%/profiles/BW/BW 3.pp3 -%%DATADIR%%/profiles/BW/BW 4.pp3 +%%DATADIR%%/profiles/Black-and-White/Black-and-White 1.pp3 +%%DATADIR%%/profiles/Black-and-White/Black-and-White 2.pp3 +%%DATADIR%%/profiles/Black-and-White/Black-and-White 3.pp3 +%%DATADIR%%/profiles/Black-and-White/Black-and-White 4.pp3 %%DATADIR%%/profiles/Default ISO High.pp3 %%DATADIR%%/profiles/Default ISO Medium.pp3 %%DATADIR%%/profiles/Default.pp3 @@ -852,6 +860,10 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/profiles/Generic/Punchy 1.pp3 %%DATADIR%%/profiles/Generic/Punchy 2.pp3 %%DATADIR%%/profiles/Non-raw/Brighten.pp3 +%%DATADIR%%/profiles/Pentax Pixel Shift/PS ISO High.pp3 +%%DATADIR%%/profiles/Pentax Pixel Shift/PS ISO Low.pp3 +%%DATADIR%%/profiles/Pentax Pixel Shift/PS ISO Medium.pp3 +%%DATADIR%%/profiles/Pentax Pixel Shift/PS No Motion.pp3 %%DATADIR%%/profiles/Pop/Pop 1.pp3 %%DATADIR%%/profiles/Pop/Pop 2 L.pp3 %%DATADIR%%/profiles/Pop/Pop 3 Skin.pp3 @@ -872,11 +884,6 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/sounds/BatchComplete.wav %%DATADIR%%/sounds/Empty.wav %%DATADIR%%/sounds/ProcessComplete.wav -%%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/TooWaBlue-GTK3-_19.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 @@ -901,4 +908,10 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/themes/images/twb/radio-inconsistent.png %%DATADIR%%/themes/images/twb/radio-unchecked-disabled.png %%DATADIR%%/themes/images/twb/radio-unchecked.png +%%DATADIR%%/themes/RawTherapee-GTK3-20_.css +%%DATADIR%%/themes/RawTherapee-GTK3-_19.css %%DATADIR%%/themes/system.iconset +%%DATADIR%%/themes/TooWaBlue-Bright-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue-Dark-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue-GTK3-_19.css