Sorry for the dumb question, but it will be also useful for me to better understand my system
I’m using the nightly version of darktable from the OBS repository and after the lastes update it is broken because libjxl0_11 is missing.
I know that I’m using something that can be broken, but:
on my system my libjxl is v10 (libjxl0_10 from zypper informations)
Every package has “vendor” property and by default zypper will not switch vendor for existing packages. Vendor in standard openSUSE repositories is openSUSE; vendor in third-party repository is usually something else. Repository priorities are only relevant for new packages.
If you need to replace a installed package with the package from a third-party repository, you need to explicitly (force) install this package from this repository.
The graphics:darktable:master project is built against openSUSE:Factory, and Factory already moved to libjxl0_11. It will be in Tumbleweed after usual staging.
Arguably project should not call repository openSUSE_Tumbleweed in the fist place because it is misleading. Either it should be called openSUSE_Factory or it should be built against Tumbleweed.
Apologize, but still not getting the difference. I know that the darktable repository is something I added manually to get the nightly, but I do not understand the difference between the ‘default’ repo I have in my settings and the one you and I linked ‘graphics’. Is this part of the official repository or not? I do not want to mess my setup and I can wait for libjxl to be in the ‘default’ repo. Sorry if I misuse the terms but I’m not sure how to call them.
No, it is not. Neither is darktable repository you are using (I assume you are using because you have not shown repository URLs and repository names are meaningless).
I think I better understand now; let me try to recap to see if I get this well:
I’m using the OBS repository to get the latest darktable build
the nightly has been updated to use a new libjxl that is part of the same graphics repo
as I’m only using the darktable repo, my setup cannot ‘reach’ the new libjxl
I have to wait to get the new libjxl in my ‘default’ repo
If I want to add the graphic repo I new to add it manually as @OrsoBruno is suggesting but probably this will update also lot of other applications and not sure this is what I want now
I do not know what is “the same graphics repo” you are talking about, but to repeat - darktable project you are using does not use graphics project at all. It builds against openSUSE:Factory. graphics is yet another development project used to prepare packages for Factory. The flow is (in case of libjxl) graphics → openSUSE:Factory → Tumbleweed. So, directly using graphics will result in using even newer and less tested packages.