Shouldn't perl-image-exiftool be optdep?
Search Criteria
Package Details: art-rawconverter 1.25.2-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.66 |
First Submitted: | 2020-02-15 18:33 (UTC) |
Last Updated: | 2025-02-18 07:12 (UTC) |
Dependencies (26)
- ctlAUR
- exiv2 (exiv2-gitAUR)
- fftw
- glibmm
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, 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) (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)
micwoj92 commented on 2025-02-17 21:42 (UTC)
guzzisti commented on 2024-06-02 12:49 (UTC)
@lazyteddy I can reproduce the error with a fresh Manjaro install.
Its caused by the ctl
aur package. It works fine when you compile ctl manually. Will have a look whats going on there and disabled the CTL integration for now.
lazyteddy commented on 2024-06-02 08:46 (UTC)
@guzzisti Yes, ctl is installed, version 1.5.3. It probably got installed as a dependency when I tried to upgrade ART using yay.
Can you post the output of /usr/include/CTL?
You mean the directory contents?
-rw-r--r-- 1 root root 3628 Mai 30 08:11 CtlAddr.h
-rw-r--r-- 1 root root 3625 Mai 30 08:11 CtlAlign.h
-rw-r--r-- 1 root root 5687 Mai 30 08:11 CtlColorSpace.h
-rw-r--r-- 1 root root 6506 Mai 30 08:11 CtlErrors.h
-rw-r--r-- 1 root root 5772 Mai 30 08:11 CtlExc.h
-rw-r--r-- 1 root root 9867 Mai 30 08:11 CtlFunctionCall.h
-rw-r--r-- 1 root root 8354 Mai 30 08:11 CtlInterpreter.h
-rw-r--r-- 1 root root 10463 Mai 30 08:11 CtlLContext.h
-rw-r--r-- 1 root root 5414 Mai 30 08:11 CtlLookupTable.h
-rw-r--r-- 1 root root 7410 Mai 30 08:11 CtlMessage.h
-rw-r--r-- 1 root root 3645 Mai 30 08:11 CtlModule.h
-rw-r--r-- 1 root root 5079 Mai 30 08:11 CtlRbfInterpolator.h
-rw-r--r-- 1 root root 9962 Mai 30 08:11 CtlRcPtr.h
-rw-r--r-- 1 root root 3201 Mai 30 08:11 CtlReadWriteAccess.h
-rw-r--r-- 1 root root 4138 Mai 30 08:11 CtlSimdInterpreter.h
-rw-r--r-- 1 root root 9257 Mai 30 08:11 CtlSparseMatrix.h
-rw-r--r-- 1 root root 11114 Mai 30 08:11 CtlStdType.h
-rw-r--r-- 1 root root 9885 Mai 30 08:11 CtlSymbolTable.h
-rw-r--r-- 1 root root 18767 Mai 30 08:11 CtlSyntaxTree.h
-rw-r--r-- 1 root root 5199 Mai 30 08:11 CtlTokens.h
-rw-r--r-- 1 root root 21212 Mai 30 08:11 CtlType.h
-rw-r--r-- 1 root root 10877 Mai 30 08:11 CtlTypeStorage.h
-rw-r--r-- 1 root root 3528 Mai 30 08:11 CtlVersion.h
guzzisti commented on 2024-06-02 08:03 (UTC)
@lazyteddy This seems to be related to CTL.
Do you have the ctl package installed. Can you post the output of /usr/include/CTL
?
lazyteddy commented on 2024-06-02 07:00 (UTC) (edited on 2024-06-02 07:05 (UTC) by lazyteddy)
1.22 won't build for me either. The output is a little too long for a comment, so I posted it here:
https://cryptpad.fr/pad/#/2/pad/view/DGUX+BmwbJLd3Q0eea2tIA+7Q-G78a-rVHTOqmoaO-M/
Edit: Forgot to mention, this is on Manjaro.
guzzisti commented on 2024-05-30 06:38 (UTC)
@trotskytown i can not reproduce this, can you share more information?
trotskytown commented on 2024-05-30 01:33 (UTC)
1.22 build fails on final linking step "Linking CXX executable ART"
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.
xiota commented on 2023-10-28 17:34 (UTC) (edited on 2023-12-08 08:30 (UTC) by xiota)
Please remove -DPROC_TARGET_NUMBER="2"
from cmake
options. This overrides settings in CXXFLAGS
, which can make binaries built on build servers not work on computers with different processors.
Users may change settings in $XDG_CONFIG_HOME/pacman/makepkg.conf
or ~/.makepkg.conf
to best fit their needs, and packages should not override unless necessary.
Package should not clone git into ${pkgname}_${pkgver}
because this forces the entire repo to be recloned everytime there is a new release. Cloning into ${pkgname}
is sufficient. This and the git package can share the same folder name as long as the repo url is the same.
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.