freebsd-ports/graphics/rawtherapee/pkg-message
Matthias Andree 76f445bd93 Update to new rawtherapee release 5.7.
Quoting the webpage:
+ Film Negative tool, for easily developing raw photographs
  of film negatives.
+ Support for reading “rating” tags from Exif and XMP, shown in the
  File Browser/Filmstrip using RawTherapee’s star rating system.
+ Hundreds of bug fixes, speed optimizations and
  raw format support improvements.

While here, simplify compiler choice and optimize the output:
- always require GCC >= 9 and binutils
- remove OPTIMIZED_CFLAGS option and always turn it on
- always require SSE2 on i386 and amd64
- turn on LTO (link-time optimization/LTCG link-time code generation
  (I just tried one rawtherapee-cli conversion on a Sony ARW file,
  and CPU user time went down from 25 to 17 s)
- add a note about lensfun data set downloads
2019-09-14 11:14:03 +00:00

22 lines
644 B
Plaintext

[
{ type: install
message: <<EOM
LENSFUN INFORMATION:
This package uses lensfun to correct lens aberrations. In case
your camera or lens seem unsupported, try running
lensfun-update-data - this will download new lensfun databases.
DISK SPACE WARNING:
Note that RawTherapee uses version-dependent cache and configuration
directories. Please be advised that cache directories can grow large,
so be sure to check all users' $HOME/.cache/RawTherapee* and have them
remove older cache directories.
Also, after configurations have been moved to the new version's
directory, older $HOME/.config/RawTherapee* directories may be removed.
EOM
}
]