Package Details: darktable-git 4.7.0.r498.gad2feeb830-1

Git Clone URL: https://aur.archlinux.org/darktable-git.git (read-only, click to copy)
Package Base: darktable-git
Description: A virtual lighttable and darkroom for photographers
Upstream URL: http://www.darktable.org/
Licenses: GPL3
Conflicts: darktable
Provides: darktable
Submitter: marco44
Maintainer: pitbuster
Last Packager: pitbuster
Votes: 21
Popularity: 1.03
First Submitted: 2015-08-09 17:40 (UTC)
Last Updated: 2024-02-07 16:22 (UTC)

Required by (11)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

ayr0 commented on 2022-10-24 20:26 (UTC) (edited on 2022-10-24 20:28 (UTC) by ayr0)

the git config --local ... line doesn't seem to work on my machine (using yay and a clean package build). I get the same error as before. I had to edit the PKGBUILD and change git submodule line to git -c protocol.file.allow=always submodule update as suggested by benjarobin in the last post of the forum thread for it to work. I'm not sure what the difference is between the two commands, they seem like they should be equivalent to me.

marco44 commented on 2022-10-20 07:07 (UTC)

Fixed, I went the git config --local protocol.file.allow always way

ayr0 commented on 2022-10-19 21:21 (UTC)

Found this on the forums: https://bbs.archlinux.org/viewtopic.php?id=280571

ayr0 commented on 2022-10-19 17:49 (UTC)

I've started getting failures when building this package.

==> Starting prepare()...
Submodule 'src/external/LibRaw' (https://github.com/LibRaw/LibRaw.git) registered for path 'src/external/LibRaw'
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/external/LibRaw'...
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/external/OpenCL'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/darktable-git/src/OpenCL-Headers.git' into submodule path '/tmp/makepkg/darktable-git/src/darktable/src/external/OpenCL' failed
Failed to clone 'src/external/OpenCL'. Retry scheduled
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/external/libxcf'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/darktable-git/src/libxcf.git' into submodule path '/tmp/makepkg/darktable-git/src/darktable/src/external/libxcf' failed
Failed to clone 'src/external/libxcf'. Retry scheduled
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/external/rawspeed'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/darktable-git/src/rawspeed.git' into submodule path '/tmp/makepkg/darktable-git/src/darktable/src/external/rawspeed' failed
Failed to clone 'src/external/rawspeed'. Retry scheduled
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/external/whereami'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/darktable-git/src/whereami' into submodule path '/tmp/makepkg/darktable-git/src/darktable/src/external/whereami' failed
Failed to clone 'src/external/whereami'. Retry scheduled
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/tests/integration'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/darktable-git/src/darktable-tests.git' into submodule path '/tmp/makepkg/darktable-git/src/darktable/src/tests/integration' failed
Failed to clone 'src/tests/integration'. Retry scheduled
Cloning into '/tmp/makepkg/darktable-git/src/darktable/src/external/OpenCL'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/darktable-git/src/OpenCL-Headers.git' into submodule path '/tmp/makepkg/darktable-git/src/darktable/src/external/OpenCL' failed
Failed to clone 'src/external/OpenCL' a second time, aborting
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: darktable-git

marco44 commented on 2022-07-20 08:35 (UTC)

Can people stop flagging this package out of date ? That's a git package… the version is autogenerated by pkgver. It's of course generating a darktable 4 binary right now. And you'll end up with a package that has the correct version

otula commented on 2022-04-17 21:22 (UTC)

@marco44: I'm sorry, it's my fault, I had an older PKGBUILD that stopped working for me just now, so I assumed the year-old PKGBUILD wouldn't work.

marco44 commented on 2022-04-09 05:48 (UTC)

update what ? all urls are git+https, so it seems it's ok

otula commented on 2022-04-08 17:42 (UTC) (edited on 2022-04-08 17:44 (UTC) by otula)

Please, update the PKGBUILD https://github.blog/2021-09-01-improving-git-protocol-security-github/

bartus commented on 2021-09-19 18:29 (UTC)

Won't build against librsvg:2.52 https://github.com/darktable-org/darktable/pull/10026

Until porting is finished you can turn off -Werror with http://ix.io/3zn2/diff

Apply with git am -s < <(curl -q http://ix.io/3zn2)

marco44 commented on 2021-07-28 13:26 (UTC)

Yeah, so it means you have to recompile openexr, right ?