[Pkg-phototools-devel] Bug#855359: Bug#855359: darktable: 2.2.1 binary very slow compared to self-compiled

David Bremner david at tethera.net
Sun Feb 19 23:36:46 UTC 2017


Matthias Bodenbinder <matthias at bodenbinder.de> writes:

> And by the way, this are the commands I use to compile DT:
>
> ./build.sh --disable-gnome-keyring --prefix /home/software/darktable --build-type Release
> cd build
> echo "darktable 2.2.1" > description-pak
> checkinstall --default --install=no --pkgname=darktable-mbo --pkgversion=$version --docdir=$INST/share/doc
>
> Matthias

The debian package does not use build.sh. I looks like build.sh does not
pass -DBINARY_PACKAGE_BUILD=1 to cmake.

To test this, you could run something like

mkdir -p dtbuild && cd dtbuild && cmake  -DCMAKE_INSTALL_PREFIX=/opt/darktable \
      -DCMAKE_BUILD_TYPE=Release  -DBINARY_PACKAGE_BUILD=1 .. 

then I guess your same checkinstall should work.

d



More information about the Pkg-phototools-devel mailing list