Hello Tobias,
On Tue, 17 May 2016 19:42:47 +1000, Tobias Ellinghaus <m...@houz.org> wrote:
[snip]
Sorry, I meant
darktable --noiseprofiles <yoru json file> -d control | grep
noiseprofile
The result suggests DT doesn't understand that command string. This is the
response using my generated file
[terry@localhost noise]$ darktable --noisprofiles ./presets.json -d
control | grep noiseprofile
usage: darktable [-d
{all,cache,camctl,camsupport,control,dev,fswatch,input,lighttable,masks,memory,nan,opencl,perf,pwstorage,print,sql}]
[IMG_1234.{RAW,..}|image_folder/] [--disable-opencl] [--library <library
file>] [--datadir <data directory>] [--moduledir <module directory>]
[--tmpdir <tmp directory>] [--configdir <user config directory>]
[--cachedir <user cache directory>] [--localedir <locale directory>]
[--conf <key>=<value>] [--noiseprofiles <noiseprofiles json file>]
[snip]
> That looks like a broken version string reported by darktable. What is
> the
> output of
>
> darktable --version
>
> ?
[terry@localhost ~]$ darktable --version
this is darktable darktable-2.1.0-0.4.20160517.fc23
That is not what our normal version numbers look like so it probably
confuses
the script. It's probably not critical, just sticking out.
[...]
Note, I build my own DT Fedora rpm's.
Do you mess with the version string there?
Yes, I try to ensure that the name/version conforms to convention used
with (some?) Fedora builds for snapshots, pre-release builds.
In my rpm .spec file I use the following, if it's any help...
Summary: darktable
Name: darktable
Version: 2.1.0
Release: 0.4.20160517%{?dist}
...
%cmake \
-Wno-dev \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLIB_INSTALL=%{_lib} \
-DUSE_XMLLINT=OFF \
-DUSE_SQUISH=OFF \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}" \
-DBINARY_PACKAGE_BUILD=1 \
-DBUILD_CMSTEST=On \
-DUSE_OPENCL=On \
..
Cheers,
--
Regards,
Terry Duell
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org