I read today that ART can open CR3 images... Now Art is installed again in my comp, but crashes trying open directory with CR3 file...
Search Criteria
Package Details: art-rawconverter 1.25.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/art-rawconverter.git (read-only, click to copy) |
---|---|
Package Base: | art-rawconverter |
Description: | raw image converter ART (forked from RawTherapee with ease of use in mind) |
Upstream URL: | https://art.pixls.us/ |
Keywords: | image photography raw |
Licenses: | GPL-3.0-only |
Conflicts: | art-rawconverter-git |
Submitter: | guzzisti |
Maintainer: | guzzisti |
Last Packager: | guzzisti |
Votes: | 25 |
Popularity: | 0.51 |
First Submitted: | 2020-02-15 18:33 (UTC) |
Last Updated: | 2025-03-06 18:41 (UTC) |
Dependencies (26)
- ctlAUR
- exiv2 (exiv2-gitAUR)
- fftw
- glibmm
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- gtkmm3
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- lensfun (lensfun-gitAUR)
- libcanberra
- libiptcdata
- libraw (libraw-gitAUR)
- mimalloc (mimalloc-gitAUR)
- opencolorio (opencolorio-gitAUR)
- openexr (openexr-gitAUR)
- openmp
- cmake (cmake-gitAUR) (make)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- Show 6 more dependencies...
Required by (2)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
SinClaus commented on 2021-07-12 10:40 (UTC)
grazzolini commented on 2021-06-29 16:33 (UTC)
Please, remove this line from your PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=art-rawconverter#n30
it's forcing a NPROC setting on people and it might make them use all their CPU. Everyone should customize their own -j setting with ~/.config/pacman/makepkg.conf.
guzzisti commented on 2021-05-26 14:41 (UTC) (edited on 2021-05-26 14:42 (UTC) by guzzisti)
Seems like the tag has been removed upstream. I'll contact the dev and update the package if needed.
PS: please put log output and so in code tags to make it more readable.
ignace72 commented on 2021-05-26 14:22 (UTC)
ART cannot be built. Here is the output of the terminal translated into English: Building art-rawconverter ... ==> Creation of the art-rawconverter 1.9.1-1 package (Wed May 26, 2021 4:17:16 PM) ==> Checking dependencies for execution ... ==> Checking dependencies for compilation ... ==> Source recovery… -> Update of the art-rawconverter_1.9.1 git repository… Retrieving origin -> bft_20.zip found ==> Validating source files with sha256sums… art-rawconverter_1.9.1 ... Ignored bft_20.zip ... Success ==> Deletion of the existing $ srcdir / directory ... ==> Extraction of sources… -> Creation of a working copy of the art-rawconverter_1.9.1 git repository ... Cloning in 'art-rawconverter_1.9.1' ... made. fatal: invalid reference: 1.9.1 ==> ERROR: Failed to create a working copy of the art-rawconverter_1.9.1 git repository Abandonment ... Cannot build art-rawconverter
nvllsvm commented on 2021-02-24 06:44 (UTC)
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 (UTC)
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 the pkgver
to 1.8
fixes the build for me.
guzzisti commented on 2020-05-23 18:28 (UTC)
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 (UTC)
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 (UTC)
I've modified the PGKBUILD to make use of tcmalloc
, because of this gperftools
is now an additional dependency.
This is should mitigate exhaustive memory usage of ART: https://bitbucket.org/agriggio/art/issues/48/possible-memory-leak
Pinned Comments
guzzisti commented on 2024-05-28 18:33 (UTC)
ART supports the usage of the lcms2-fast-float plugin, unfortunately the arch package of lcms2 does not include this plugin.
I've created the lcms2-ff and lcms2-ff-git AUR packages that can be used with ART, but you need to explicitely install this package.
guzzisti commented on 2024-05-28 18:33 (UTC)
ART is now built with support for CTL scripts: https://discuss.pixls.us/t/new-feature-support-for-ctl-scripts/40716
This introduces additional dependencies to the
ctl
(AUR package) andopenexr
packages.