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.01
First Submitted: 2015-08-09 17:40 (UTC)
Last Updated: 2024-02-07 16:22 (UTC)

Latest Comments

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

Rhinoceros commented on 2018-05-08 23:34 (UTC) (edited on 2018-05-09 00:20 (UTC) by Rhinoceros)

I'm getting an error with makepkg:

Scanning dependencies of target soften
[ 77%] Building C object src/iop/CMakeFiles/tonecurve.dir/introspection_tonecurve.c.o
[ 77%] Building C object src/iop/CMakeFiles/soften.dir/introspection_soften.c.o
In file included from /tmp/darktable-git/src/darktable/src/iop/tonemap.cc:40,
                 from /tmp/darktable-git/src/darktable/build/src/iop/introspection_tonemap.cc:18:
/tmp/darktable-git/src/darktable/src/bauhaus/bauhaus.h:37:32: error: unnecessary parentheses in declaration of ‘dt_bh_get_type’ [-Werror=parentheses]
 #define DT_BAUHAUS_WIDGET_TYPE (dt_bh_get_type())
                                ^
/tmp/darktable-git/src/darktable/src/bauhaus/bauhaus.h:45:14: note: in expansion of macro ‘DT_BAUHAUS_WIDGET_TYPE’
 extern GType DT_BAUHAUS_WIDGET_TYPE;
              ^~~~~~~~~~~~~~~~~~~~~~
[ 78%] Linking C shared module libsoften.so
cc1plus: all warnings being treated as errors
make[2]: *** [src/iop/CMakeFiles/tonemap.dir/build.make:68: src/iop/CMakeFiles/tonemap.dir/introspection_tonemap.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:5177: src/iop/CMakeFiles/tonemap.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 78%] Built target soften
[ 78%] Linking C shared module libtonecurve.so
[ 78%] Built target tonecurve
[ 78%] Linking CXX shared module libdemosaic.so
[ 78%] Built target demosaic
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

marco44 commented on 2018-02-10 18:22 (UTC)

Removed -DUSE_GNOME_KEYRING=Off. It must have been useful once upon a time, I don't know. I'm using KDE, so please tell me if that's ok for gnome.

trougnouf commented on 2018-02-10 16:20 (UTC)

This appears to be built without gnome-keyring (-DUSE_GNOME_KEYRING=Off ) but it requires gnome-keyring.

@micdt this is a git version so it's always the latest when you reinstall it.

micdt commented on 2017-12-15 19:50 (UTC)

There is a new version: https://discuss.pixls.us/t/darktable-2-4-0rc0-released/5833 Will it be in AUR soon?

marco44 commented on 2017-12-08 16:57 (UTC)

That's weird, I don't have the problem on my machine…

hpd commented on 2017-12-08 10:05 (UTC)

This is currently affected by https://redmine.darktable.org/issues/11839

holos commented on 2016-09-25 06:03 (UTC)

hi, the clean/reset in pkgver() is troublesome, it clobbers anything done in prepare() if one were to add things there (sometimes I add patches this way) also the {make,opt,}depends seem out of date/wrong. for instance, lua52 is missing completely. some of the others look misplaced

marco44 commented on 2016-06-23 13:19 (UTC)

aperez: it should be solved with the new version I just uploaded.

aperez commented on 2016-06-22 09:38 (UTC)

There's a small issue with the generated package: when buildingh in x86_64 machines it contains a “/usr/lib64/darktable” directory, which should be “/usr/lib/darktable”, because in x86_64 “/usr/lib64” is a symlink to “/usr/lib”. Probably it would be a good idea to see if this installation path can be changed passing some option to the “configure” script, or alternatively renaming the directory as the last step in the “package()” function.

marco44 commented on 2016-04-24 06:36 (UTC)

We're back into the master branch. labio has been merged.