Search Criteria
Package Details: art-rawconverter 1.8.2-1
Git Clone URL: | https://aur.archlinux.org/art-rawconverter.git (read-only, click to copy) |
---|---|
Package Base: | art-rawconverter |
Description: | Raw image Converter forked from RawTherapee with ease of use in mind (including blackfoxx-theme) |
Upstream URL: | https://bitbucket.org/agriggio/art/wiki/Home |
Keywords: | photo raw |
Licenses: | |
Conflicts: | |
Submitter: | guzzisti |
Maintainer: | guzzisti |
Last Packager: | guzzisti |
Votes: | 3 |
Popularity: | 0.60 |
First Submitted: | 2020-02-15 18:33 |
Last Updated: | 2021-02-24 07:25 |
Dependencies (17)
- desktop-file-utils (desktop-file-utils-git)
- exiv2
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- glibmm
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- gtkmm3
- lcms2 (lcms2-git)
- lensfun (lensfun-git)
- libcanberra (libcanberra-git)
- libiptcdata
- cmake (cmake-git) (make)
- fakeroot (fakeroot-git, fakeroot-tcp) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- hicolor-icon-theme (hicolor-icon-theme-git) (make)
- pkgconf (pkgconf-git) (make)
- perl-image-exiftool (optional) – metadata support for CR3 images
Latest Comments
nvllsvm commented on 2021-02-24 06:44
Please add perl-image-exiftool to optdepends. It's required to view metadata of CR3 images.
For reference: https://bitbucket.org/agriggio/art/issues/166/no-metadata-for-cr3
nvllsvm commented on 2021-02-04 00:44
1.8.0-1 fails to build as it attempts to use non-existent Git tag
1.8.0
.The Git tag is actually
1.8
; changing thepkgver
to1.8
fixes the build for me.guzzisti commented on 2020-05-23 18:28
After the transition to gcc 10.1 images may become red. I've added a patch to adjust the build params to use
-fno-tree-loop-vectorize
to mitigate this issue.As the use of
tcmalloc
leads to a segfault on startup (atleast on my system) i reverted this option for the moment.guzzisti commented on 2020-05-22 07:17
Seems like the transition to GCC 10.1 broke something. ART builds fine but segfaults on startup.
I'll have a look at this.
guzzisti commented on 2020-04-12 15:48
I've modified the PGKBUILD to make use of
tcmalloc
, because of thisgperftools
is now an additional dependency.This is should mitigate exhaustive memory usage of ART: https://bitbucket.org/agriggio/art/issues/48/possible-memory-leak