[darktable-user] 4.4.0 on Ubuntu 22.04

2023-07-02 Thread Francesco Scaglioni

Hi,

Thank you for the latest update to 4.4.0 but I have a problem.  Prior to 
this opencl was working fine and no issues.  Received the update 
automatically and although DT states that opencl is enabled when I enter 
darkroom mode the performance seems to be that of a non-opencl system 
ie. very slow when compared to prior version.


Running on an nvidia / dell system that has not had any issues with DT 
in the past.


Any suggestions much appreciated.

Regards,

Francesco


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

[darktable-user] Minor regression in 4.4.1

2023-07-02 Thread Carlos Echenique
Just installed the latest version and noticed that the metadata popup for
HEIF files stopped working. The sidebar shows the correct metadata, but the
popup does not. This was working correctly in 4.4.0.
[image: photo]
Carlos Echenique
Photographer at  CE Photography
P  305.219.2433  <305.219.2433>
E  car...@echenique.com  
W ce.photography 
 


"Wine is constant proof that God loves us and loves to see us happy." -
Benjamin Franklin.


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] darktable 4.4.1 released

2023-07-02 Thread Remco Viëtor
On dimanche 2 juillet 2023 17:29:28 CEST Jean-Luc wrote:
> Le 01/07/2023 à 08:19, Pascal Obry a écrit :
> > We're proud to announce the new corrective release of darktable, 4.4.1!
> > 
> > The github release is here:
> > [https://github.com/darktable-org/darktable/releases/tag/release-4.4.1](h
> > ttps://github.com/darktable-org/darktable/releases/tag/release-4.4.1).
> > 
> > As always, please don't use the autogenerated tarball provided by
> 
> > github, but only our tar.xz file. The checksums are:
> .../...
> 
> Hello,
> 
> A few days after 4.4 release announce, I tried to compile from sources,
> following the steps I used for 4.2 - and that was still up-to-date at
> this time.
> I ended up with abort due to many missing dependancies and gcc-12+
> mandatory.
> After some time spent to satisfy most of the dependancies, I still could
> not override the gcc problem.
> I finally thought I had solved it, after some more browsing, but the
> only result was a fatal system crash and I had to reinstall from scratch.
> I am now in the previous state of dt 4.2.1 running, but not willing to
> try again the compiling adventure without being sure I will not run into
> the same issue again.
> Have the compiling instructions been updated, so I will be able to reach
> the end of the process ?
> I am currently running Ubuntu 22.04-2, and the steps for getting dt from
> sources are those :
> 
(..)
Once you have the source code and all dependencies, what worked for me was:

export CC=gcc-12; export CXX=g++-12; ./build.sh --prefix /opt/darktable --
build-type Release --install --sudo

That forces use of the GCC version 12 C and C++ compilers before starting the 
build process. But make sure you have removed a "build" directory that may 
have been created in your source tree by earlier attempts: cmake caches some 
results there and will reuse them whenever it finds them. But if you changed 
anything, those cached results will be wrong...

Remco



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] darktable 4.4.1 released

2023-07-02 Thread Jean-Luc

Le 01/07/2023 à 08:19, Pascal Obry a écrit :

We're proud to announce the new corrective release of darktable, 4.4.1!

The github release is here: 
[https://github.com/darktable-org/darktable/releases/tag/release-4.4.1](https://github.com/darktable-org/darktable/releases/tag/release-4.4.1).

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:


.../...

Hello,

A few days after 4.4 release announce, I tried to compile from sources, 
following the steps I used for 4.2 - and that was still up-to-date at 
this time.
I ended up with abort due to many missing dependancies and gcc-12+ 
mandatory.
After some time spent to satisfy most of the dependancies, I still could 
not override the gcc problem.
I finally thought I had solved it, after some more browsing, but the 
only result was a fatal system crash and I had to reinstall from scratch.
I am now in the previous state of dt 4.2.1 running, but not willing to 
try again the compiling adventure without being sure I will not run into 
the same issue again.
Have the compiling instructions been updated, so I will be able to reach 
the end of the process ?
I am currently running Ubuntu 22.04-2, and the steps for getting dt from 
sources are those :


   
#
   START
   

   # Pré-requis : installation des dépendances
   ###
   sed -e '/^#\sdeb-src /s/^# *//;t;d' "/etc/apt/sources.list" \
  | sudo tee /etc/apt/sources.list.d/darktable-sources-tmp.list >
   /dev/null \
  && (
    sudo apt update
    sudo apt build-dep darktable
  )
   sudo rm /etc/apt/sources.list.d/darktable-sources-tmp.list

   # Prérequis : Dépendances
   #
   sudo apt install gcc g++ cmake intltool xsltproc libgtk-3-dev
   libxml2-utils libxml2-dev liblensfun-dev librsvg2-dev libsqlite3-dev
   libcurl4-gnutls-dev libjpeg-dev libtiff5-dev liblcms2-dev
   libjson-glib-dev libexiv2-dev libpugixml-dev

   # Paquets divers
   
   sudo apt install exiv2 libexiv2-27 libexiv2-dev libgmic1 libheif1
   libraw20 checkinstall

   # Clônage du dépôt GIT
   ##
   git clone --recurse-submodules --depth 1
   https://github.com/darktable-org/darktable.git
   cd darktable
   git fetch --tags
   git checkout tags/release-4.4.0

   # Récupération des sous-modules
   ###
   git submodule update --init

   # Build manuel
   #
   mkdir build/
   cd build/
   cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
   make
   sudo checkinstall --pkgname=darktable
   --pakdir=/home/jean-luc/.config/debian --nodoc
   --exclude=/home/jean-luc/CloneGitHUB/
   
###
   END
   
###

Rgrds,

J.-Luc


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Aw: [darktable-user] darktable 4.4.1 released

2023-07-02 Thread Achim Dittrich
Good morning Pascal,

 

thanks for the very quick release of the new corrective version! It's just a fabulous piece of software!

 

I'd appreciate if the installation notes for the macOS version could be updated referring the information that a successful start requires a reboot of the system after the execution of the command line command.

 

Regards,

 

Achim
 

Homepage: achimdittrich.de / achimdittrich.com
Instagram: achimdittrich_photography

 
 

Gesendet: Samstag, 01. Juli 2023 um 08:19 Uhr
Von: "Pascal Obry" 
An: "darktable-user" , "darktable-dev" 
Betreff: [darktable-user] darktable 4.4.1 released

We're proud to announce the new corrective release of darktable, 4.4.1!

The github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-4.4.1](https://github.com/darktable-org/darktable/releases/tag/release-4.4.1).

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

```
$ sha256sum darktable-4.4.1.tar.xz
e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d darktable-4.4.1.tar.xz
$ sha256sum darktable-4.4.1-x86_64.dmg
02352830580ad353e15b490018a94a5972755c9ae197d7eb219058469a44ba15 darktable-4.4.1-x86_64.dmg
$ sha256sum darktable-4.4.1-arm64.dmg
49fd74e0b80b7b19b1652499ba0a1b585e5a504b9977cadd7040ae761f356d75 darktable-4.4.1-arm64.dmg
$ sha256sum darktable-4.4.1-win64.exe
70dca4f5f3c4fec897a6561484fb14f81709aca3185373d9118b630d24ae2098 darktable-4.4.1-win64.exe
```

When updating from the stable 4.2.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.2.x.

You are strongly advised to take a backup first.

 Important note: to make sure that darktable can keep on supporting the raw file format for your camera, *please* read [this post](https://discuss.pixls.us/t/raw-samples-wanted/5420?u=lebedevri) on how/what raw samples you can contribute to ensure that we have the *full* raw sample set for your camera under CC0 license!

Since darktable 4.4.0:

- 24 commits to darktable+rawspeed
- 17 pull requests handled
- 24 issues closed


_Please note that the darktable documentation is not currently complete for release 4.4
and contributions are greatly appreciated. Please see the
[project documentation](https://github.com/darktable-org/dtdocs#contributing)
for more information on how to contribute._

## Bug Fixes

- Fix inverted and corrupted grow/shrink in Liquify module.

- Fix FilmicRGB V7 CPU code path to disable the gamut mapping.

- Fix Negadoctor CPU code path where clipping was not properly computed.

- Fix snapshot label when containing non escaped characters.

- Fix possible crash on Windows when using mask in the Color Balance RGB
module.

- Fix default value when editing the module's first instance name.

- Fix top history module being reset to default values when not using
the auto module naming.

- Make sure OpenCL devices report at least v1. 2 support.

- Add some missing support for mask distortion to modules changing ROI
(Region Of Interest) while processing.

- Fixed a spacing issue with text boxes in the metadata editor when
one or more fields have been hidden by the user.

- Fix a bug in colorspace transformation OpenCL code leading to CPU
fallback.

- Allow entering full preview mode when no image hovered or selected.

- Fix a case where no default auto-preset were applied to the
image. If a user's auto-preset is created for a module we want to
disable the default auto-preset only if the user's preset is
actually applied (meaning the filter on camera, lens, iso, aperture
or exposure matches).

## Lua

### API Version

- N/A

### Other Lua changes

- N/A

## Notes

- When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific
metadata (e.g. geo tag or creator) is not currently possible. For
AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any
metadata fields unless the user selects all of the checkboxes in the
export preference options.

- In order to support the correct display of numbers in darktable, the
minimum supported Gtk version has had to be increased to
3.24.15. For people who need to build darktable with an older
version, this can be achieved by removing line 241 of the
`darktable.css` file on your system. See
https://github.com/darktable-org/darktable/issues/13166.

- Starting with this release a new support policy regarding macOS
versions will be in place -- darktable releases will now only
support those macOS versions that are also supported by Apple.
Release 4.4 therefore drops support for macOS versions older than
11.3.

## Changed Dependencies

### Mandatory

- None

### Optional

- None

## RawSpeed changes


## Camera support, compared to 4.4.0

### Base Support

- N/A

### White Balance Presets

### Noise Profiles

### Missing Compression Mode Support

- Apple ProRAW DNGs
- CinemaDNG lossless (Blackmagic, DJI, etc.)
- Fujifilm lossy