Darktable: Disable CR3 until fully supported by Debian #445 #1632

Even with the latest Darktable 3.8.1 in Debian 12 "Bookworm" CR3 does
not seem to be supported. Probably this is due to an outdated or
incompatible library that needs to be updated by the Debian team first.
This commit is contained in:
Michael Mayer 2022-03-23 13:31:23 +01:00
parent 8c589e3649
commit fdf3d26277

View file

@ -382,7 +382,7 @@ var GlobalFlags = []cli.Flag{
cli.StringFlag{
Name: "darktable-blacklist",
Usage: "file `EXTENSIONS` incompatible with Darktable",
Value: "dng",
Value: "dng,cr3",
EnvVar: "PHOTOPRISM_DARKTABLE_BLACKLIST",
},
cli.StringFlag{