pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/darktable
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Jan 1 14:06:17 UTC 2025
Modified Files:
pkgsrc/graphics/darktable: Makefile PLIST distinfo
Added Files:
pkgsrc/graphics/darktable/patches: patch-src_common_dttypes.h
patch-src_common_math.h patch-src_common_utility.c
Removed Files:
pkgsrc/graphics/darktable/patches:
patch-src_external_rawspeed_cmake_src-dependencies.cmake
patch-src_external_rawspeed_data_cameras.xsd
Log Message:
graphics/darktable: Update to 5.0.0
Changelog:
5.0.0:
When updating from the stable 4.8 series, please bear in mind that your edits
will be preserved during this process, but the new library and configuration
will no longer be usable with 4.8.
You are strongly advised to take a backup first.
Important note: to make sure that darktable can keep on supporting the raw file
format for your camera, please read this post on how/what raw samples you can
contribute to ensure that we have the full raw sample set for your camera under
CC0 license!
Since darktable 4.8:
* 1198 commits to darktable+rawspeed
* 505 pull requests handled
* 45 issues closed
Please note that the darktable documentation is not currently complete for
release 5.0
and contributions are greatly appreciated. Please see the
project documentation
for more information on how to contribute.
The Big Ones
The following is a summary of the main features added to darktable
5.0. Please see the user manual for more details of the individual
changes (where available).
* This development cycle has included a large number of changes which
improve the user experience, as detailed in the next section.
UI/UX Improvements
* Added camera-specific styles for more than 500 camera models to more
closely approximate the out-of-camera JPEG rendition. These styles
only affect contrast, brightness, and saturation and do not attempt
to match sharpening, denoising, or hue shifts. Also added a Lua
script to auto-apply the appropriate style on import and manually
apply styles to a collection of previously-imported images.
* Added an optional splash screen showing startup progress (including
estimated time remaining during the scan for updated sidecar files) to
dramatically reduce the time between invoking darktable and something
appearing on screen when the user has a large library.
* The user interface now gives feedback while processing bulk image
operations such as rating, tagging, applying styles, and edit
history management (and undoing those operations), rather than
silently freezing until the operation completes. While the
operation is in progress, darktable will now show either a busy
cursor (such as a stopwatch or spinner) or a progress bar with
option to cancel the remainder of the operation.
* Paths for drawn masks now display two B??zier handles per control point,
which can be moved individually. This allows for more precise control
of the paths.
* Added a high-contrast theme with bright white text on a dark gray
background.
* Enhanced tooltips for utility module headers to provide more
information about the module.
* Added more new-user hints on an empty lighttable.
* Added two new error placeholder images to distinguish between
missing, unsupported, and corrupted images. When attempting to edit
such an image, an appropriate, more specific error message is
displayed.
* When selecting a style in the export module, hovering on the style
name in the popup menu displays a thumbnail previewing the effect of
appending the style to the active image's edit (first selected image
in lighttable, center-view image in darkroom).
* Allow for selecting the utility modules to be displayed on the
panels in the different views.
+ Right-click on the empty panel area below the modules to get a
menu where they can be hidden or shown. This allows additional
modules to be added to the darkroom, like metadata editor and
styles.
+ This replaces the options in the "collections" and "recently used
collections" modules' preferences to show or hide the latter and
show a "history" button in the former instead. Users that want the
separate module will need to reenable it once via the new
Right-click menu.
+ The menu also contains an option "restore defaults" that resets
the selection and position of modules in the current view. In the
preferences dialog, on the general tab, there's a "reset view
panels" button that resets all views, including visibility and
width of the panels themselves.
* Added a global preference to swap the left and right side panels in
the darkroom view.
* The first time a new user presses Tab, they will be warned that this
will hide all panels and how to get them back. Hopefully this
prevents some confusion or frustration.
* Drag&drop utility module headers to reposition them across the left
and right panels (lighttable) as well as vertically (all
views). Each view can have a different layout.
* Drag&drop of processing modules in the darkroom right panel has been
improved to auto-scroll when reaching the top or bottom and to not
get confused when images get dragged into the area. This functionality
no longer requires Ctrl+Shift modifiers.
* Improved the message displayed at startup when the database is
locked by another instance of darktable.
* Replaced the icon of the operator button in the color label filter
for working with multiple selected color labels
(union/intersection).
Performance Improvements
* Added OpenCL implementation of color equalizer.
* Improved the speed of bulk image operations by improving the speed
of sidecar writes, and by moving sidecar updates for many operations
into a background task, allowing the user to proceed before the
writes complete.
* Significantly accelerated loading of PFM files due to loops
parallelization and optimization that eliminated additional
processing.
Other Changes
* Switched default scope for new installations from histogram to
waveform to display more detailed information about image color and
tonality.
* The ISO 12646 color assessment condition is kept until unset by user
action.
* Exposure bias can now be used to form collections and as a display filter.
* Improved visualization of the color equalizer's effect.
* Improved debugging support for verifying CPU vs. GPU results.
* Add Calibrite alias for X-Rite ColorChecker in color calibration.
* The scan for updated sidecar files now ignores timestamp differences
of two seconds or less.
* The macOS installation package now has a background image to direct
the user on installing darktable.app.
* Changed the user interface of the import dialog to make it easier to
delete custom places.
* Numerous rounds of code cleanup.
* The copy-parts dialog does not select any module by default now.
* Add support for undo/redo for actions done on the filmstrip while in
darkroom.
* In darkroom, add action (binding to Ctrl+x by default) for
synchronizing the last edited module on current edited module to the
selection.
* Adjusted the internal AVIF encoder parameter to significantly boost
encoding speed without compromising the output quality.
* Tag names can now easily be copied to the clipboard via popup
context menu in the tagging module.
* The Piwigo export storage now supports to specify a file name
pattern for the exported file.
* The directory where darktable will write the log file under Windows
has been changed to %USERPROFILE%\Documents\Darktable. This allows
the user to easily see where the log file is located without even
having to search for it in the documentation or FAQ. The previous
location was deep in the system subdirectories of the user profile,
and also under a hidden directory (so it was impossible to click to
it in File Explorer with default system settings).
* Allow import of JPEG 2000 files with .jpf and .jpx file extensions.
* Add a visible indicator to the color calibration module when its
color mapping section has non-neutral settings which will affect
color rendition.
* Added new substitution variables $(IMAGE.TAGS.HIERARCHY) to insert
tags with full hierarchy and $(IMAGE.ID.NEXT) to insert the image ID
to be assigned to the image being imported, allowing the image ID to
be part of the filename generated during a copy&import operation.
* Exporting to floating-point JPEG XL with a quality of 100 will try
to do it as losslessly as possible. That is now consistent with the
behavior of integral JPEG XL formats.
* Improved visibility of shortcuts that can be changed by users by
using bold text.
* The histogram-exposure interface now supports all standard bauhaus
features (Ctrl+click, Right-click...).
* Introduce image module order v5.0 to have the final-scale done before
color-out to fix some issues with color difference between darkroom
view and exported files.
* Add support for editing any live color-picker samples. Using
Right-click on a sample it is possible to edit it
(changing location and/or size of the box) and either add a new
sample based on the edit or store the edit into an existing live
sample.
* Added more substitution variables for using EXIF data fields,
enabled autocompletion of variables in the watermark module.
The new variables are $(EXIF.FLASH), $(EXIF.METERING),
$(EXIF.EXPOSURE.PROGRAM), $(EXIF.WHITEBALANCE) and
$(GPS.LOCATION.ICON).
* Increase maximum focal length for filtering auto-applied presets to
2000mm.
* Added an expanded color-checker preset to the Color Look Up Table
module with seven-level red/green/blue/gray ramps, IT8/CC24-like
skin tones, and miscellaneous color patches for more targeted color
adjustments across the full spectrum.
* Added support for EXIF tags 'AnalogBalance' used for color
calibration and 'LinearResponseLimit' used in highlights
reconstruction.
* If we find currently unsupported color calibration data in DNG
specific tags, we tag the image by darktable|issue|no-samples for
better support.
* Added read support for HEIF files with AVC (H.264) compression and
.avci file extension.
* Added read support for JPEG 2000 encoded images in HEIF containers
with .hej2 file extension.
Bug Fixes
* Fixed a performance regression for redrawing mipmaps.
* Fixed handling of old (2020) edits using Filmic RGB.
* Various OpenCL fixes to reduce differences between CPU and GPU
processing: colorspace conversion, saturation gradient filter in
color equalizer.
* Fixed gallery export not working on Windows.
* Fixed printer discovery in the print module, which could cause
available printers to be missed.
* Work around out-of-spec EXIF date field caused by buggy software.
* Fixed reading embedded color profiles from PNG images.
* Fixed certain boundary cases in the crop module.
* Fixed crash when loading corrupted .gpx file in the geotagging module
* Fix preset handling in the export module not saving all parameters.
* Fix an issue in FilmicRGB where one of the parameter could be above
the maximum allowed range making the validation failing and the
whole set of parameters reset to default.
* Fix overlay recording to work in all cases (discarding history or
copy/paste history for example) ensuring that an image not
referenced anymore as overlay in a composite module can be removed.
* Properly reset darktable internal tag darktable|style| and
darktable|changed when resetting history.
* Fixed crash in the Piwigo export storage when not logged in to the
Piwigo server.
* Fixed a bug in the export module where it was impossible to export a
file again if "on conflict: overwrite if changed" was selected.
* Fixed a bug where double clicking on a label in darkroom modules
does not reset the control.
* The composite module now prevents assigning an overlay that would
lead to a loop. Previously, only direct references
(image #1 <-> image #2) were checked; this has now been extended
to also cover chains (image #1 -> image #2 -> image #3 -> image #1)
of arbitrary length.
* Fix a bug in overlay module which incorrectly apply a color profile
and so creating an unwanted and wrong color cast. This bug was a
regression added just before the 4.8 release.
* Fixed a bug in color calibration module where switching between
various illuminants could lead to unpredictable settings.
* Various fixes In the demosaic module. Non-usable options are hidden
now. Fixed dual demosaicing for xtrans sensors and OpenCL code.
* Fixed a bug in the history module where style creation fails if a
style with that name already exists.
* Fixed guides drawing in case a module is expanded and active.
* Ensure that the list of images in the culling view remains up to
date when hidden.
* Fixed minor glitches in color calibration module.
* Fixed issues with wrong corrections in highlight opposed OpenCL
code.
* Fixed surface blur radius calculation possibly resulting in garbled
output.
Lua
API Version
* API version is now 9.4.0
New Features
* Added new event, inter-script-communication, to permit sending messages
from one running script to another running script.
* Added new function darktable.util.message(), for sending messages using
the inter-script-communication event.
* Added new EXIF data fields to dt_lua_image_t:
+ exif_whitebalance
+ exif_flash
+ exif_exposure_program
+ exif_metering_mode
* Added new event, image-group-information-changed, that is raised any time
an images group information changes.
Bug Fixes
* Fixed a bug with dt_imageio_module_format_t.write_image so it returns
true on success and false on failure.
Add action support for Lua
Other Lua changes
* Lua scripts are now better integrated into Darktable and can be
fully translated. The design for the scripts manager has been
reworked to be more in line with the current Darktable GUI modules.
Notes
* When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific
metadata (e.g. geo-tag or creator) is not currently possible. For
AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any
metadata fields unless the user selects all of the checkboxes in the
export module's preference options.
* Since 4.8 release the support for macOS versions older than 13.5 has been
dropped.
Changed Dependencies
Mandatory
* Bump SQLite requirement to 3.26
Optional
* n/a
RawSpeed changes
* Fujifilm GFX cameras now use the vendor supplied crop
Camera support, compared to 4.8
Base Support
* Fujifilm X-M5 (compressed)
* Fujifilm X-T50 (compressed)
* Leica D-Lux 8 (DNG)
* Leica M11-D (DNG)
* Leica Q3 43 (DNG)
* Minolta Alpha Sweet Digital
* Minolta Alpha-7 Digital
* Nikon Z50_2 (14bit-compressed)
* Nikon Z6_3 (14bit-compressed)
* Panasonic DC-FZ80D (4:3)
* Panasonic DC-FZ82D (4:3)
* Panasonic DC-FZ85 (4:3)
* Panasonic DC-FZ85D (4:3)
* Panasonic DC-G100D (4:3)
* Phase One P20+
* Sony ILCE-1M2
White Balance Presets
* Nikon Z6_3
* Sony ILCE-6700
Noise Profiles
* Canon PowerShot G1 X
* Leica M11
* Nikon Z6_3
Missing Compression Mode Support
* Apple ProRAW DNGs
* CinemaDNG lossless (Blackmagic, some DJI, etc.) and lossy (Blackmagic)
* DNG 1.7 using JPEG XL (Adobe enhanced, Samsung Expert RAW)
* Fujifilm lossy RAFs
* Nikon high efficiency NEFs
* OM System 14-bit high resolution ORFs
* Sony downsized lossless ARWs ("M" for full-frame, "S" for full-frame &
APS-C)
Suspended Support
Support for the following cameras is suspended because no samples are available
on https://raw.pixls.us:
* Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
* Fujifilm IS-1
* Kodak EasyShare Z980
* Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
* Leaf Credo 60
* Leaf Credo 80
* Minolta DiMAGE 5
* Olympus SP320
* Phase One IQ250
* Sinar Hy6/ Sinarback eXact
* ST Micro STV680
Translations
* Czech
* German
* European Spanish
* Finnish
* French
* Japanese
* Dutch
* Brazilian Portuguese
* Slovenian
* Albanian
* Ukrainian
* Chinese (Simplified)
* Chinese (Traditional)
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/graphics/darktable/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/darktable/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/darktable/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/darktable/patches/patch-src_common_dttypes.h \
pkgsrc/graphics/darktable/patches/patch-src_common_math.h \
pkgsrc/graphics/darktable/patches/patch-src_common_utility.c
cvs rdiff -u -r1.1 -r0 \
pkgsrc/graphics/darktable/patches/patch-src_external_rawspeed_cmake_src-dependencies.cmake \
pkgsrc/graphics/darktable/patches/patch-src_external_rawspeed_data_cameras.xsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/darktable/Makefile
diff -u pkgsrc/graphics/darktable/Makefile:1.168 pkgsrc/graphics/darktable/Makefile:1.169
--- pkgsrc/graphics/darktable/Makefile:1.168 Fri Dec 27 08:19:54 2024
+++ pkgsrc/graphics/darktable/Makefile Wed Jan 1 14:06:17 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.168 2024/12/27 08:19:54 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2025/01/01 14:06:17 ryoon Exp $
-DISTNAME= darktable-4.4.2
-PKGREVISION= 21
+DISTNAME= darktable-5.0.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=darktable-org/}
GITHUB_PROJECT= darktable
@@ -34,6 +33,7 @@ REPLACE_BASH+= tools/purge_non_existing_
REPLACE_BASH+= tools/purge_unused_tags.sh
CFLAGS+= -Wno-reserved-id-macro
+CFLAGS.NetBSD+= -D__MATH_C99_FEATURES
CMAKE_CONFIGURE_ARGS+= -DLENSFUN_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.glib2}/include/lensfun
CMAKE_CONFIGURE_ARGS+= -DGTHREAD_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.glib2}/include
Index: pkgsrc/graphics/darktable/PLIST
diff -u pkgsrc/graphics/darktable/PLIST:1.18 pkgsrc/graphics/darktable/PLIST:1.19
--- pkgsrc/graphics/darktable/PLIST:1.18 Fri Sep 1 16:23:09 2023
+++ pkgsrc/graphics/darktable/PLIST Wed Jan 1 14:06:17 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2023/09/01 16:23:09 nia Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/01/01 14:06:17 ryoon Exp $
bin/darktable
bin/darktable-chart
bin/darktable-cli
@@ -44,6 +44,7 @@ lib/darktable/plugins/libcolorbalancergb
lib/darktable/plugins/libcolorchecker.so
lib/darktable/plugins/libcolorcontrast.so
lib/darktable/plugins/libcolorcorrection.so
+lib/darktable/plugins/libcolorequal.so
lib/darktable/plugins/libcolorin.so
lib/darktable/plugins/libcolorize.so
lib/darktable/plugins/libcolormapping.so
@@ -57,6 +58,7 @@ lib/darktable/plugins/libdemosaic.so
lib/darktable/plugins/libdenoiseprofile.so
lib/darktable/plugins/libdiffuse.so
lib/darktable/plugins/libdither.so
+lib/darktable/plugins/libenlargecanvas.so
lib/darktable/plugins/libequalizer.so
lib/darktable/plugins/libexposure.so
lib/darktable/plugins/libfilmic.so
@@ -83,6 +85,8 @@ lib/darktable/plugins/libmonochrome.so
lib/darktable/plugins/libnegadoctor.so
lib/darktable/plugins/libnlmeans.so
lib/darktable/plugins/liboverexposed.so
+lib/darktable/plugins/liboverlay.so
+lib/darktable/plugins/libprimaries.so
lib/darktable/plugins/libprofile_gamma.so
lib/darktable/plugins/librawdenoise.so
lib/darktable/plugins/librawoverexposed.so
@@ -150,7 +154,6 @@ lib/darktable/plugins/lighttable/libtime
lib/darktable/plugins/lighttable/libview_toolbox.so
lib/darktable/plugins/lighttable/libviewswitcher.so
lib/darktable/views/libdarkroom.so
-lib/darktable/views/libknight.so
lib/darktable/views/liblighttable.so
lib/darktable/views/libprint.so
lib/darktable/views/libslideshow.so
@@ -168,6 +171,8 @@ share/darktable/latex/photobook.cls
share/darktable/lua/darktable/debug.lua
share/darktable/luarc
share/darktable/noiseprofiles.json
+share/darktable/pixmaps/clock.svg
+share/darktable/pixmaps/darktable.svg
share/darktable/pixmaps/dt_logo_128x128.png
share/darktable/pixmaps/dt_text.svg
share/darktable/pixmaps/idbutton-1.png
@@ -178,6 +183,7 @@ share/darktable/pixmaps/idbutton-3.png
share/darktable/pixmaps/idbutton-3.svg
share/darktable/pixmaps/idbutton.png
share/darktable/pixmaps/idbutton.svg
+share/darktable/pixmaps/macos_install_background.svg
share/darktable/pixmaps/plugins/darkroom/ashift.png
share/darktable/pixmaps/plugins/darkroom/ashift.svg
share/darktable/pixmaps/plugins/darkroom/atrous.png
@@ -289,6 +295,11 @@ share/darktable/pixmaps/plugins/darkroom
share/darktable/pixmaps/plugins/darkroom/watermark.svg
share/darktable/pixmaps/plugins/darkroom/zonesystem.png
share/darktable/pixmaps/plugins/darkroom/zonesystem.svg
+share/darktable/pixmaps/splashscreen-01.jpg
+share/darktable/pixmaps/splashscreen-02.jpg
+share/darktable/pixmaps/splashscreen-03.jpg
+share/darktable/pixmaps/splashscreen-04.jpg
+share/darktable/pixmaps/splashscreen.png
share/darktable/pswp/LICENSE
share/darktable/pswp/default-skin/default-skin.css
share/darktable/pswp/default-skin/default-skin.png
@@ -314,12 +325,524 @@ share/darktable/style/nextlabel.gif
share/darktable/style/prevlabel.gif
share/darktable/style/style.css
share/darktable/style/thumb-1.jpg
+share/darktable/styles/darktable_Canon_EOS 10D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 1100D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 2000D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 4000D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 5D Mark II.dtstyle
+share/darktable/styles/darktable_Canon_EOS 5D Mark III.dtstyle
+share/darktable/styles/darktable_Canon_EOS 5D Mark IV.dtstyle
+share/darktable/styles/darktable_Canon_EOS 5D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 60D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 6D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 70D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 7D Mark II.dtstyle
+share/darktable/styles/darktable_Canon_EOS 7D.dtstyle
+share/darktable/styles/darktable_Canon_EOS 80D.dtstyle
+share/darktable/styles/darktable_Canon_EOS D30.dtstyle
+share/darktable/styles/darktable_Canon_EOS Digital Rebel XT.dtstyle
+share/darktable/styles/darktable_Canon_EOS Kiss Digital N.dtstyle
+share/darktable/styles/darktable_Canon_EOS Kiss M.dtstyle
+share/darktable/styles/darktable_Canon_EOS Kiss X3.dtstyle
+share/darktable/styles/darktable_Canon_EOS M.dtstyle
+share/darktable/styles/darktable_Canon_EOS M10.dtstyle
+share/darktable/styles/darktable_Canon_EOS M2.dtstyle
+share/darktable/styles/darktable_Canon_EOS M3.dtstyle
+share/darktable/styles/darktable_Canon_EOS M50 Mark II.dtstyle
+share/darktable/styles/darktable_Canon_EOS M50.dtstyle
+share/darktable/styles/darktable_Canon_EOS M6.dtstyle
+share/darktable/styles/darktable_Canon_EOS R-series.dtstyle
+share/darktable/styles/darktable_Canon_EOS R3.dtstyle
+share/darktable/styles/darktable_Canon_EOS R50.dtstyle
+share/darktable/styles/darktable_Canon_EOS R6 Mark II.dtstyle
+share/darktable/styles/darktable_Canon_EOS R6.dtstyle
+share/darktable/styles/darktable_Canon_EOS R7.dtstyle
+share/darktable/styles/darktable_Canon_EOS RP.dtstyle
+share/darktable/styles/darktable_Canon_EOS Rebel SL1.dtstyle
+share/darktable/styles/darktable_Canon_EOS Rebel T3.dtstyle
+share/darktable/styles/darktable_Canon_EOS Rebel T5.dtstyle
+share/darktable/styles/darktable_Canon_EOS Rebel T_ series.dtstyle
+share/darktable/styles/darktable_Canon_EOS _200D Mark II,250D_.dtstyle
+share/darktable/styles/darktable_Canon_EOS-1D Mark II.dtstyle
+share/darktable/styles/darktable_Canon_EOS-1D Mark IV.dtstyle
+share/darktable/styles/darktable_Canon_EOS-1D X Mark _II,III_.dtstyle
+share/darktable/styles/darktable_Canon_EOS-1D X.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G1.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G10.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G11.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G15.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G16.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G2.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G3.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G5 X Mark II.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G5 X.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G5.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G6.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G7 X Mark III.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G9 X Mark II.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot G9.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot S110.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot S95.dtstyle
+share/darktable/styles/darktable_Canon_PowerShot SX70 HS.dtstyle
+share/darktable/styles/darktable_Canon__l10n_generic.dtstyle
+share/darktable/styles/darktable_DJI_DJI Osmo Action.dtstyle
+share/darktable/styles/darktable_DJI_FC350.dtstyle
+share/darktable/styles/darktable_DJI_FC7303.dtstyle
+share/darktable/styles/darktable_Epson_R-D1.dtstyle
+share/darktable/styles/darktable_Epson_R-D1x.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix E550.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix E900.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix F600EXR.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix F770EXR.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix HS30EXR.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix S5000.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix S5Pro.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix S6000fd.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix X10.dtstyle
+share/darktable/styles/darktable_Fujifilm_FinePix X100.dtstyle
+share/darktable/styles/darktable_Fujifilm_GFX 100.dtstyle
+share/darktable/styles/darktable_Fujifilm_GFX 50R.dtstyle
+share/darktable/styles/darktable_Fujifilm_GFX 50S.dtstyle
+share/darktable/styles/darktable_Fujifilm_GFX100 II.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-A1.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-A2.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-A5.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-A_ series.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-E1.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-E_ series.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-H_ series.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-M1.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-Pro1.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-Pro_ series.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-S1.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-S10.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-S20.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-T10.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-T100.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-T2.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-T3.dtstyle
+share/darktable/styles/darktable_Fujifilm_X-T5.dtstyle
+share/darktable/styles/darktable_Fujifilm_X100F.dtstyle
+share/darktable/styles/darktable_Fujifilm_X100S.dtstyle
+share/darktable/styles/darktable_Fujifilm_X100T.dtstyle
+share/darktable/styles/darktable_Fujifilm_X100V.dtstyle
+share/darktable/styles/darktable_Fujifilm_X20.dtstyle
+share/darktable/styles/darktable_Fujifilm_X30.dtstyle
+share/darktable/styles/darktable_Fujifilm_X70.dtstyle
+share/darktable/styles/darktable_Fujifilm_XF1.dtstyle
+share/darktable/styles/darktable_Fujifilm_XQ1.dtstyle
+share/darktable/styles/darktable_Fujifilm_XQ2.dtstyle
+share/darktable/styles/darktable_Fujifilm__l10n_generic.dtstyle
+share/darktable/styles/darktable_Hasselblad_CFV.dtstyle
+share/darktable/styles/darktable_Hasselblad_H3D.dtstyle
+share/darktable/styles/darktable_Hasselblad_X1D.dtstyle
+share/darktable/styles/darktable_Hasselblad__l10n_generic.dtstyle
+share/darktable/styles/darktable_Leaf_Credo 40.dtstyle
+share/darktable/styles/darktable_Leica_C (Typ 112).dtstyle
+share/darktable/styles/darktable_Leica_C-Lux.dtstyle
+share/darktable/styles/darktable_Leica_D-LUX (Typ 109).dtstyle
+share/darktable/styles/darktable_Leica_D-LUX 5.dtstyle
+share/darktable/styles/darktable_Leica_D-LUX 6.dtstyle
+share/darktable/styles/darktable_Leica_D-Lux 7.dtstyle
+share/darktable/styles/darktable_Leica_M Monochrom (Typ 246).dtstyle
+share/darktable/styles/darktable_Leica_M9.dtstyle
+share/darktable/styles/darktable_Leica_Q (Typ 116).dtstyle
+share/darktable/styles/darktable_Leica_Q2.dtstyle
+share/darktable/styles/darktable_Leica_SL (Typ 601).dtstyle
+share/darktable/styles/darktable_Leica_V-LUX (Typ 114).dtstyle
+share/darktable/styles/darktable_Leica_V-Lux 4.dtstyle
+share/darktable/styles/darktable_Leica_X2.dtstyle
+share/darktable/styles/darktable_Minolta_A2.dtstyle
+share/darktable/styles/darktable_Minolta_DiMAGE 7.dtstyle
+share/darktable/styles/darktable_Minolta_DiMAGE 7Hi.dtstyle
+share/darktable/styles/darktable_Minolta_DiMAGE 7i.dtstyle
+share/darktable/styles/darktable_Minolta_DiMAGE A1.dtstyle
+share/darktable/styles/darktable_Minolta_DiMAGE A200.dtstyle
+share/darktable/styles/darktable_Minolta_Dynax 5D.dtstyle
+share/darktable/styles/darktable_Minolta_Dynax 7D.dtstyle
+share/darktable/styles/darktable_Minolta_Maxxum 7D.dtstyle
+share/darktable/styles/darktable_Nikon_1 AW1.dtstyle
+share/darktable/styles/darktable_Nikon_1 J1.dtstyle
+share/darktable/styles/darktable_Nikon_1 J2.dtstyle
+share/darktable/styles/darktable_Nikon_1 J3.dtstyle
+share/darktable/styles/darktable_Nikon_1 J4.dtstyle
+share/darktable/styles/darktable_Nikon_1 JS.dtstyle
+share/darktable/styles/darktable_Nikon_1 S1.dtstyle
+share/darktable/styles/darktable_Nikon_1 V1.dtstyle
+share/darktable/styles/darktable_Nikon_1 V2.dtstyle
+share/darktable/styles/darktable_Nikon_1 V3.dtstyle
+share/darktable/styles/darktable_Nikon_COOLPIX B700.dtstyle
+share/darktable/styles/darktable_Nikon_COOLPIX P1000.dtstyle
+share/darktable/styles/darktable_Nikon_COOLPIX P950.dtstyle
+share/darktable/styles/darktable_Nikon_Coolpix A.dtstyle
+share/darktable/styles/darktable_Nikon_Coolpix A1000.dtstyle
+share/darktable/styles/darktable_Nikon_Coolpix P330.dtstyle
+share/darktable/styles/darktable_Nikon_Coolpix P6000.dtstyle
+share/darktable/styles/darktable_Nikon_Coolpix P7700.dtstyle
+share/darktable/styles/darktable_Nikon_Coolpix P7800.dtstyle
+share/darktable/styles/darktable_Nikon_D1.dtstyle
+share/darktable/styles/darktable_Nikon_D100.dtstyle
+share/darktable/styles/darktable_Nikon_D1H.dtstyle
+share/darktable/styles/darktable_Nikon_D1X.dtstyle
+share/darktable/styles/darktable_Nikon_D200.dtstyle
+share/darktable/styles/darktable_Nikon_D2H.dtstyle
+share/darktable/styles/darktable_Nikon_D2X.dtstyle
+share/darktable/styles/darktable_Nikon_D3.dtstyle
+share/darktable/styles/darktable_Nikon_D300.dtstyle
+share/darktable/styles/darktable_Nikon_D3000 series.dtstyle
+share/darktable/styles/darktable_Nikon_D300S.dtstyle
+share/darktable/styles/darktable_Nikon_D3100.dtstyle
+share/darktable/styles/darktable_Nikon_D3200.dtstyle
+share/darktable/styles/darktable_Nikon_D3300.dtstyle
+share/darktable/styles/darktable_Nikon_D3400.dtstyle
+share/darktable/styles/darktable_Nikon_D3500.dtstyle
+share/darktable/styles/darktable_Nikon_D3S.dtstyle
+share/darktable/styles/darktable_Nikon_D3X.dtstyle
+share/darktable/styles/darktable_Nikon_D4.dtstyle
+share/darktable/styles/darktable_Nikon_D40.dtstyle
+share/darktable/styles/darktable_Nikon_D40X.dtstyle
+share/darktable/styles/darktable_Nikon_D4S.dtstyle
+share/darktable/styles/darktable_Nikon_D5.dtstyle
+share/darktable/styles/darktable_Nikon_D50.dtstyle
+share/darktable/styles/darktable_Nikon_D500.dtstyle
+share/darktable/styles/darktable_Nikon_D5000 series.dtstyle
+share/darktable/styles/darktable_Nikon_D5100.dtstyle
+share/darktable/styles/darktable_Nikon_D5200.dtstyle
+share/darktable/styles/darktable_Nikon_D5500.dtstyle
+share/darktable/styles/darktable_Nikon_D6.dtstyle
+share/darktable/styles/darktable_Nikon_D60.dtstyle
+share/darktable/styles/darktable_Nikon_D600.dtstyle
+share/darktable/styles/darktable_Nikon_D610.dtstyle
+share/darktable/styles/darktable_Nikon_D70.dtstyle
+share/darktable/styles/darktable_Nikon_D700.dtstyle
+share/darktable/styles/darktable_Nikon_D7000 series.dtstyle
+share/darktable/styles/darktable_Nikon_D7000.dtstyle
+share/darktable/styles/darktable_Nikon_D70s.dtstyle
+share/darktable/styles/darktable_Nikon_D7200.dtstyle
+share/darktable/styles/darktable_Nikon_D750.dtstyle
+share/darktable/styles/darktable_Nikon_D7500.dtstyle
+share/darktable/styles/darktable_Nikon_D780.dtstyle
+share/darktable/styles/darktable_Nikon_D80.dtstyle
+share/darktable/styles/darktable_Nikon_D800.dtstyle
+share/darktable/styles/darktable_Nikon_D800E.dtstyle
+share/darktable/styles/darktable_Nikon_D810.dtstyle
+share/darktable/styles/darktable_Nikon_D850.dtstyle
+share/darktable/styles/darktable_Nikon_D90.dtstyle
+share/darktable/styles/darktable_Nikon_Df.dtstyle
+share/darktable/styles/darktable_Nikon_E5400.dtstyle
+share/darktable/styles/darktable_Nikon_E5700.dtstyle
+share/darktable/styles/darktable_Nikon_Z 30.dtstyle
+share/darktable/styles/darktable_Nikon_Z 5.dtstyle
+share/darktable/styles/darktable_Nikon_Z 50.dtstyle
+share/darktable/styles/darktable_Nikon_Z 6.dtstyle
+share/darktable/styles/darktable_Nikon_Z 6_2.dtstyle
+share/darktable/styles/darktable_Nikon_Z 7.dtstyle
+share/darktable/styles/darktable_Nikon_Z 7_2.dtstyle
+share/darktable/styles/darktable_Nikon_Z 8.dtstyle
+share/darktable/styles/darktable_Nikon_Z 9.dtstyle
+share/darktable/styles/darktable_Nikon_Z f.dtstyle
+share/darktable/styles/darktable_Nikon_Z series.dtstyle
+share/darktable/styles/darktable_Nikon_Z50_2.dtstyle
+share/darktable/styles/darktable_Nikon_Z6_3.dtstyle
+share/darktable/styles/darktable_Nikon__l10n_generic.dtstyle
+share/darktable/styles/darktable_OM System_OM-1 Mark II.dtstyle
+share/darktable/styles/darktable_OM System_OM-1.dtstyle
+share/darktable/styles/darktable_OM System_OM-5.dtstyle
+share/darktable/styles/darktable_OM System_TG-7.dtstyle
+share/darktable/styles/darktable_Olympus_C7070WZ.dtstyle
+share/darktable/styles/darktable_Olympus_E-1.dtstyle
+share/darktable/styles/darktable_Olympus_E-3.dtstyle
+share/darktable/styles/darktable_Olympus_E-300.dtstyle
+share/darktable/styles/darktable_Olympus_E-330.dtstyle
+share/darktable/styles/darktable_Olympus_E-400.dtstyle
+share/darktable/styles/darktable_Olympus_E-5.dtstyle
+share/darktable/styles/darktable_Olympus_E-500.dtstyle
+share/darktable/styles/darktable_Olympus_E-620.dtstyle
+share/darktable/styles/darktable_Olympus_E-M1.dtstyle
+share/darktable/styles/darktable_Olympus_E-M10 Mark II.dtstyle
+share/darktable/styles/darktable_Olympus_E-M10 Mark III.dtstyle
+share/darktable/styles/darktable_Olympus_E-M10 Mark IIIs.dtstyle
+share/darktable/styles/darktable_Olympus_E-M10 Mark IV.dtstyle
+share/darktable/styles/darktable_Olympus_E-M10.dtstyle
+share/darktable/styles/darktable_Olympus_E-M1MarkII.dtstyle
+share/darktable/styles/darktable_Olympus_E-M1MarkIII.dtstyle
+share/darktable/styles/darktable_Olympus_E-M1X.dtstyle
+share/darktable/styles/darktable_Olympus_E-M5 Mark II.dtstyle
+share/darktable/styles/darktable_Olympus_E-M5 Mark III.dtstyle
+share/darktable/styles/darktable_Olympus_E-M5.dtstyle
+share/darktable/styles/darktable_Olympus_E-P1.dtstyle
+share/darktable/styles/darktable_Olympus_E-P5.dtstyle
+share/darktable/styles/darktable_Olympus_E-P7.dtstyle
+share/darktable/styles/darktable_Olympus_E-PL1.dtstyle
+share/darktable/styles/darktable_Olympus_E-PL10.dtstyle
+share/darktable/styles/darktable_Olympus_E-PL2.dtstyle
+share/darktable/styles/darktable_Olympus_E-PL7.dtstyle
+share/darktable/styles/darktable_Olympus_E-PL_ series.dtstyle
+share/darktable/styles/darktable_Olympus_E-PM1.dtstyle
+share/darktable/styles/darktable_Olympus_PEN-F.dtstyle
+share/darktable/styles/darktable_Olympus_SH-2.dtstyle
+share/darktable/styles/darktable_Olympus_Stylus1.dtstyle
+share/darktable/styles/darktable_Olympus_TG-4.dtstyle
+share/darktable/styles/darktable_Olympus_TG-5.dtstyle
+share/darktable/styles/darktable_Olympus_TG-6.dtstyle
+share/darktable/styles/darktable_Olympus_XZ-1.dtstyle
+share/darktable/styles/darktable_Olympus_XZ-2.dtstyle
+share/darktable/styles/darktable_OnePlus_One.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-FZ10002.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-FZ80.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-FZ82.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G100.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G110.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G9.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G90.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G91.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G95.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-G95D.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GH5.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GH5M2.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GH5S.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GX7MK3.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GX800.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GX850.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GX880.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-GX9.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-LX100M2.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-S1.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-S1H.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-S1R.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-S5.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ200.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ200D.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ202.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ90.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ91.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ95.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ95D.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-TZ96.dtstyle
+share/darktable/styles/darktable_Panasonic_DC-ZS200D.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ100.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ1000.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ150.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ18.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ200.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ2000.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ2500.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ28.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ300.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ330.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ35.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ38.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-FZ45.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G10.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G2.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G3.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G5.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G6.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G7.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G70.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G80.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G81.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-G85.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GF1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GF2.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GF3.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GF6.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GF7.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GF8.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GH1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GH2.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GH3.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GH4.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GM1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GM1S.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GX1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GX7.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GX7MK2.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GX8.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GX80.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-GX85.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LF1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LX10.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LX100.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LX15.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LX3.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LX5.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-LX7.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TX1.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ100.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ101.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ110.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ61.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ70.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ71.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ80.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-TZ81.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-ZS100.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-ZS40.dtstyle
+share/darktable/styles/darktable_Panasonic_DMC-ZS60.dtstyle
+share/darktable/styles/darktable_Pentax_645D.dtstyle
+share/darktable/styles/darktable_Pentax_645Z.dtstyle
+share/darktable/styles/darktable_Pentax_K-01.dtstyle
+share/darktable/styles/darktable_Pentax_K-1 Mark II.dtstyle
+share/darktable/styles/darktable_Pentax_K-1.dtstyle
+share/darktable/styles/darktable_Pentax_K-3 II.dtstyle
+share/darktable/styles/darktable_Pentax_K-3 Mark III.dtstyle
+share/darktable/styles/darktable_Pentax_K-3.dtstyle
+share/darktable/styles/darktable_Pentax_K-30.dtstyle
+share/darktable/styles/darktable_Pentax_K-5 II s.dtstyle
+share/darktable/styles/darktable_Pentax_K-5 II.dtstyle
+share/darktable/styles/darktable_Pentax_K-5.dtstyle
+share/darktable/styles/darktable_Pentax_K-50.dtstyle
+share/darktable/styles/darktable_Pentax_K-500.dtstyle
+share/darktable/styles/darktable_Pentax_K-S1.dtstyle
+share/darktable/styles/darktable_Pentax_K-S2.dtstyle
+share/darktable/styles/darktable_Pentax_K-m.dtstyle
+share/darktable/styles/darktable_Pentax_K-r.dtstyle
+share/darktable/styles/darktable_Pentax_K1000.dtstyle
+share/darktable/styles/darktable_Pentax_K100D Super.dtstyle
+share/darktable/styles/darktable_Pentax_K10D.dtstyle
+share/darktable/styles/darktable_Pentax_K110D.dtstyle
+share/darktable/styles/darktable_Pentax_K2000.dtstyle
+share/darktable/styles/darktable_Pentax_K200D.dtstyle
+share/darktable/styles/darktable_Pentax_K20D.dtstyle
+share/darktable/styles/darktable_Pentax_KF.dtstyle
+share/darktable/styles/darktable_Pentax_KP.dtstyle
+share/darktable/styles/darktable_Pentax_Q.dtstyle
+share/darktable/styles/darktable_Pentax_Q7.dtstyle
+share/darktable/styles/darktable_Pentax__ist D.dtstyle
+share/darktable/styles/darktable_Pentax__ist DL.dtstyle
+share/darktable/styles/darktable_Pentax__ist DS.dtstyle
+share/darktable/styles/darktable_Phase One_IQ180.dtstyle
+share/darktable/styles/darktable_Phase One_P65+.dtstyle
+share/darktable/styles/darktable_Samsung_EK-GN120.dtstyle
+share/darktable/styles/darktable_Samsung_EX2F.dtstyle
+share/darktable/styles/darktable_Samsung_G935F.dtstyle
+share/darktable/styles/darktable_Samsung_GX10.dtstyle
+share/darktable/styles/darktable_Samsung_NX mini.dtstyle
+share/darktable/styles/darktable_Samsung_NX1.dtstyle
+share/darktable/styles/darktable_Samsung_NX10.dtstyle
+share/darktable/styles/darktable_Samsung_NX11.dtstyle
+share/darktable/styles/darktable_Samsung_NX1100.dtstyle
+share/darktable/styles/darktable_Samsung_NX20.dtstyle
+share/darktable/styles/darktable_Samsung_NX200.dtstyle
+share/darktable/styles/darktable_Samsung_NX2000.dtstyle
+share/darktable/styles/darktable_Samsung_NX210.dtstyle
+share/darktable/styles/darktable_Samsung_NX30.dtstyle
+share/darktable/styles/darktable_Samsung_NX300.dtstyle
+share/darktable/styles/darktable_Samsung_NX3000.dtstyle
+share/darktable/styles/darktable_Samsung_NX300M.dtstyle
+share/darktable/styles/darktable_Samsung_NX3300.dtstyle
+share/darktable/styles/darktable_Samsung_NX5.dtstyle
+share/darktable/styles/darktable_Samsung_NX500.dtstyle
+share/darktable/styles/darktable_Samsung_WB2000.dtstyle
+share/darktable/styles/darktable_Sigma_fp L.dtstyle
+share/darktable/styles/darktable_Sigma_fp.dtstyle
+share/darktable/styles/darktable_Sony_DSC-F828.dtstyle
+share/darktable/styles/darktable_Sony_DSC-HX95.dtstyle
+share/darktable/styles/darktable_Sony_DSC-HX99.dtstyle
+share/darktable/styles/darktable_Sony_DSC-R1.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX0.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX0M2.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX1.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX10.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M2.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M3.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M4.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M5.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M5A.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M6.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX100M7.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX10M2.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX10M3.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX10M4.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX1R.dtstyle
+share/darktable/styles/darktable_Sony_DSC-RX1RM2.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A100.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A200.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A230.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A290.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A300.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A330.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A350.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A380.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A390.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A450.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A500.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A550.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A560.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A580.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A700.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A850.dtstyle
+share/darktable/styles/darktable_Sony_DSLR-A900.dtstyle
+share/darktable/styles/darktable_Sony_ILCA-68.dtstyle
+share/darktable/styles/darktable_Sony_ILCA-77M2.dtstyle
+share/darktable/styles/darktable_Sony_ILCA-99M2.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-1.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-3000.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-3500.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-5000.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-5100.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6000.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6100.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6300.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6400.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6500.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6600.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-6700.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7C.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7CM2.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7CR.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7M2.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7M3.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7M4.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7R.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7RM2.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7RM3.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7RM4.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7RM4A.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7RM5.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7S.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7SM2.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-7SM3.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-9 series.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-9.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-9M3.dtstyle
+share/darktable/styles/darktable_Sony_ILCE-QX1.dtstyle
+share/darktable/styles/darktable_Sony_ILME-FX3.dtstyle
+share/darktable/styles/darktable_Sony_ILME-FX30.dtstyle
+share/darktable/styles/darktable_Sony_NEX-3N.dtstyle
+share/darktable/styles/darktable_Sony_NEX-5.dtstyle
+share/darktable/styles/darktable_Sony_NEX-5N.dtstyle
+share/darktable/styles/darktable_Sony_NEX-5R.dtstyle
+share/darktable/styles/darktable_Sony_NEX-5T.dtstyle
+share/darktable/styles/darktable_Sony_NEX-6.dtstyle
+share/darktable/styles/darktable_Sony_NEX-C3.dtstyle
+share/darktable/styles/darktable_Sony_NEX-F3.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A33.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A35.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A37.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A55.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A57.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A58.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A65.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A77.dtstyle
+share/darktable/styles/darktable_Sony_SLT-A99.dtstyle
+share/darktable/styles/darktable_Sony_UMC-R10C.dtstyle
+share/darktable/styles/darktable_Sony_ZV-1.dtstyle
+share/darktable/styles/darktable_Sony_ZV-E1.dtstyle
+share/darktable/styles/darktable_Sony_ZV-E10.dtstyle
+share/darktable/styles/darktable__l10n_generic.dtstyle
share/darktable/themes/darktable-elegant-dark.css
share/darktable/themes/darktable-elegant-darker.css
share/darktable/themes/darktable-elegant-grey.css
+share/darktable/themes/darktable-elegant-highcontrast.css
share/darktable/themes/darktable-icons-dark.css
share/darktable/themes/darktable-icons-darker.css
share/darktable/themes/darktable-icons-grey.css
+share/darktable/themes/darktable-icons-highcontrast.css
share/darktable/themes/darktable-icons.css
share/darktable/themes/darktable.css
share/darktable/tools/common.sh
@@ -350,20 +873,18 @@ share/icons/hicolor/scalable/apps/darkta
share/icons/hicolor/scalable/apps/darktable-2.svg
share/icons/hicolor/scalable/apps/darktable-3.svg
share/icons/hicolor/scalable/apps/darktable.svg
+share/icons/hicolor/scalable/apps/darktable_macos_icon.svg
+share/locale/cs/LC_MESSAGES/darktable.mo
share/locale/de/LC_MESSAGES/darktable.mo
share/locale/en@truecase/LC_MESSAGES/darktable.mo
share/locale/es/LC_MESSAGES/darktable.mo
share/locale/fi/LC_MESSAGES/darktable.mo
share/locale/fr/LC_MESSAGES/darktable.mo
-share/locale/he/LC_MESSAGES/darktable.mo
-share/locale/hu/LC_MESSAGES/darktable.mo
share/locale/ja/LC_MESSAGES/darktable.mo
-share/locale/pl/LC_MESSAGES/darktable.mo
+share/locale/nl/LC_MESSAGES/darktable.mo
share/locale/pt_BR/LC_MESSAGES/darktable.mo
-share/locale/ru/LC_MESSAGES/darktable.mo
share/locale/sl/LC_MESSAGES/darktable.mo
share/locale/sq/LC_MESSAGES/darktable.mo
-share/locale/tr/LC_MESSAGES/darktable.mo
share/locale/uk/LC_MESSAGES/darktable.mo
share/locale/zh_CN/LC_MESSAGES/darktable.mo
share/locale/zh_TW/LC_MESSAGES/darktable.mo
Index: pkgsrc/graphics/darktable/distinfo
diff -u pkgsrc/graphics/darktable/distinfo:1.41 pkgsrc/graphics/darktable/distinfo:1.42
--- pkgsrc/graphics/darktable/distinfo:1.41 Tue Apr 23 22:12:04 2024
+++ pkgsrc/graphics/darktable/distinfo Wed Jan 1 14:06:17 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.41 2024/04/23 22:12:04 wiz Exp $
+$NetBSD: distinfo,v 1.42 2025/01/01 14:06:17 ryoon Exp $
-BLAKE2s (darktable-4.4.2.tar.xz) = 83f500f5a2c0d83bcfa03a1f91b556a78b547862911f3c673a42e1896fb2abaa
-SHA512 (darktable-4.4.2.tar.xz) = 7b87879e865001491bbeaa12b9ac42b006bfa3fbcb50e73384c76cce0ee5d87200be3ce9b11f56d669d5eaf9b1add0a018ec5a021653bb84dfb6a0b379cb5594
-Size (darktable-4.4.2.tar.xz) = 6033932 bytes
-SHA1 (patch-src_external_rawspeed_cmake_src-dependencies.cmake) = 41733d3ad6d440782fb5c8f790668ab18a53f934
-SHA1 (patch-src_external_rawspeed_data_cameras.xsd) = 3b1f8b432847841e270fd4aada54e898895e4806
+BLAKE2s (darktable-5.0.0.tar.xz) = 8dcc388c98d77ff3ca06958f9bfb7274a75d54824707c7f5dadd070404a7f0c4
+SHA512 (darktable-5.0.0.tar.xz) = 84ccf8e30911d2d8c3d2fc2e5bd51962701a1d755ff3859da3e630d0d405d00c03ae8a3968ede33ec53a3de5f8b185ffcb9063355f09149573ce01ede15039de
+Size (darktable-5.0.0.tar.xz) = 6928316 bytes
+SHA1 (patch-src_common_dttypes.h) = f1bd3bed14f29ca734020bf5b47fa414af9d6a0b
+SHA1 (patch-src_common_math.h) = da7ff6dbb6565e8ba39f04f44e72b72eadc5f0c1
+SHA1 (patch-src_common_utility.c) = bd7c5b2855eb36b75cf93fc928dabf5baaa8b552
Added files:
Index: pkgsrc/graphics/darktable/patches/patch-src_common_dttypes.h
diff -u /dev/null pkgsrc/graphics/darktable/patches/patch-src_common_dttypes.h:1.1
--- /dev/null Wed Jan 1 14:06:17 2025
+++ pkgsrc/graphics/darktable/patches/patch-src_common_dttypes.h Wed Jan 1 14:06:17 2025
@@ -0,0 +1,20 @@
+$NetBSD: patch-src_common_dttypes.h,v 1.1 2025/01/01 14:06:17 ryoon Exp $
+
+--- src/common/dttypes.h.orig 2024-12-15 21:38:01.000000000 +0000
++++ src/common/dttypes.h
+@@ -23,12 +23,14 @@
+ //#define NO_COLORMATRIX_NAN
+
+ #include <float.h>
+-#include <math.h>
+
+ // When included by a C++ file, restrict qualifiers are not allowed
+ #ifdef __cplusplus
++#include <cmath>
+ #define DT_RESTRICT
++using std::isfinite;
+ #else
++#include <math.h>
+ #define DT_RESTRICT restrict
+ #endif
+
Index: pkgsrc/graphics/darktable/patches/patch-src_common_math.h
diff -u /dev/null pkgsrc/graphics/darktable/patches/patch-src_common_math.h:1.1
--- /dev/null Wed Jan 1 14:06:17 2025
+++ pkgsrc/graphics/darktable/patches/patch-src_common_math.h Wed Jan 1 14:06:17 2025
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_common_math.h,v 1.1 2025/01/01 14:06:17 ryoon Exp $
+
+--- src/common/math.h.orig 2024-12-15 21:38:01.000000000 +0000
++++ src/common/math.h
+@@ -19,7 +19,12 @@
+ #pragma once
+
+ #include <stddef.h>
++#if defined(__cplusplus)
++#include <cmath>
++using std::isnan, std::isinf, std::isfinite, std::isnormal;
++#else
+ #include <math.h>
++#endif
+ #include <stdint.h>
+ #include "common/sse.h" // also includes darktable.h
+
Index: pkgsrc/graphics/darktable/patches/patch-src_common_utility.c
diff -u /dev/null pkgsrc/graphics/darktable/patches/patch-src_common_utility.c:1.1
--- /dev/null Wed Jan 1 14:06:17 2025
+++ pkgsrc/graphics/darktable/patches/patch-src_common_utility.c Wed Jan 1 14:06:17 2025
@@ -0,0 +1,26 @@
+$NetBSD: patch-src_common_utility.c,v 1.1 2025/01/01 14:06:17 ryoon Exp $
+
+--- src/common/utility.c.orig 2025-01-01 13:54:43.932082793 +0000
++++ src/common/utility.c
+@@ -135,17 +135,21 @@ gchar *dt_util_float_to_str(const gchar
+ setlocale (LC_NUMERIC, "C");
+ #else
+ locale_t nlocale = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
++#if !defined(__NetBSD__)
+ locale_t locale = uselocale(nlocale);
+ #endif
++#endif
+
+ gchar *txt = g_strdup_printf(format, value);
+
+ #if defined(WIN32)
+ _configthreadlocale(_DISABLE_PER_THREAD_LOCALE);
+ #else
++#if !defined(__NetBSD__)
+ uselocale(locale);
+ freelocale(nlocale);
+ #endif
++#endif
+ return txt;
+ }
+
Home |
Main Index |
Thread Index |
Old Index