Understandable, thanks
Search Criteria
Package Details: art-rawconverter 1.25.3.1-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.30 |
First Submitted: | 2020-02-15 18:33 (UTC) |
Last Updated: | 2025-03-07 17:56 (UTC) |
Dependencies (26)
- ctlAUR
- exiv2 (exiv2-gitAUR)
- fftw
- glibmm
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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, cmake3AUR) (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)
xrayfur commented on 2021-10-12 19:50 (UTC)
guzzisti commented on 2021-10-12 19:38 (UTC)
@xrayfur - nope.
As mentioned by @grazzolini you should create a personal makepkg.conf to provide the settings you require. Details on https://man.archlinux.org/man/makepkg.conf.5
xrayfur commented on 2021-10-12 19:20 (UTC)
@guzzisti, could you please add make -j $(nproc)
in build()
function to utilize all CPU cores for compiling?
guzzisti commented on 2021-08-29 08:50 (UTC)
@SinClaus this may be a bug in ART, maybe its already fixed in the dev branch, you should try art-rawconverter-git
if its solves the problem.
If not, please report upstream on https://bitbucket.org/agriggio/art/wiki/Home (or https://discuss.pixls.us/c/software/art/36)
SinClaus commented on 2021-08-28 13:38 (UTC)
perl-image-exiftool is installed, ART, version 1.9.3 crashes if running in directory with .CR3 file. Last sentences: /usr/include/c++/11.1.0/array:188: std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator [with _Tp = DCraw::CanonCR3Data::crx_data_header_t; long unsigned int _Nm = 16; std::array<_Tp, _Nm>::reference = DCraw::CanonCR3Data::crx_data_header_t&; std::array<_Tp, _Nm>::size_type = long unsigned int]: Assertion '__n < this->size()' failed. Aborted (core dumped)
guzzisti commented on 2021-07-12 10:43 (UTC)
@SinClaus
Do you have the optional dep perl-image-exiftool
installed?
If this doesn't fix the crash please report upstream.
SinClaus commented on 2021-07-12 10:40 (UTC)
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...
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
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.