Package Details: art-rawconverter 1.24.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 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: 23
Popularity: 0.23
First Submitted: 2020-02-15 18:33 (UTC)
Last Updated: 2024-12-17 15:21 (UTC)

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) and openexr packages.

Latest Comments

« First ‹ Previous 1 2 3

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