-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HEIC support missing on latest flathub build #102
Comments
I don't see a specific commit in our repo that drops support, we updated libavif.
Maybe it was dropped from one of the dependencies like the freedesktop base package?
…On April 5, 2023 9:27:13 AM PDT, John Haiducek ***@***.***> wrote:
**Describe the bug/issue**
The latest build available on Flathub is missing HEIC support. I'm guessing it was not compiled in.
**To Reproduce**
1. Try to import from a folder containing HEIC images
or:
1. Try to open a previously imported HEIC file in Darkroom
**Expected behavior**
HEIC files should be listed in the import dialog, and should open in Darkroom
**Which commit introduced the error**
Flathub commit e373797d97926cd07de79dc754788a188ef6bd736dc7198c7b464487bf9f45de
**Platform**
* darktable version : 4.2.1, Flathub commit e373797d97926cd07de79dc754788a188ef6bd736dc7198c7b464487bf9f45de
* OS : Linux kernel 6.1.18-200.fc37.x86_64
* Linux - Distro : Fedora 37
* Memory : 16 GB
* Graphics card : Nvidia GeForce GTX 1660 SUPER
* Graphics driver : nvidia 525.60.13
* OpenCL installed : unknown
* OpenCL activated : unknown
* Xorg : 1.20.14-18.fc37.x86_64
* Desktop : Gnome 43.3
* GTK+ : 3.24.37
* gcc : 12.2.1
* cflags : unknown
* CMAKE_BUILD_TYPE : unknown
**Additional context**
HEIC support was available in Flathub release e4c1a74e092a04300c463ed8d03dbeb4de4da8dada632470533d3e41c5b59d17, (Darktable 4.2.0) and downgrading to that release restores HEIC features.
Originally reported on the Darktable github as darktable-org/darktable#14120
--
Reply to this email directly or view it on GitHub:
#102
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
If this is Fedora specific, it can't happen as HEIC as a non-free, patent encumbered format, so libheif is not available for Fedora. Otherwise, it could be because libheif requirement was bumped to version 1.13 as minimum. |
libheif is NOT at the right version. |
To be fair I haven't tested any other distro, but my suspicion is that this is not Fedora specific since the previous flatpak build of Darktable provided HEIC support even on Fedora, which suggests that libheif was coming from the flatpak and not from a Fedora package. |
Fedora having or not having an arbitrary library should not impact the flatpak, as the flatpak carries its own dependences.
…On April 5, 2023 7:11:10 PM PDT, John Haiducek ***@***.***> wrote:
> If this is Fedora specific, it can't happen as HEIC as a non-free, patent encumbered format, so libheif is not available for Fedora.
To be fair I haven't tested any other distro, but my suspicion is that this is not Fedora specific since the previous flatpak build of Darktable provided HEIC support even on Fedora, which suggests that libheif was coming from the flatpak and not from a Fedora package.
--
Reply to this email directly or view it on GitHub:
#102 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Describe the bug/issue
The latest build available on Flathub is missing HEIC support. I'm guessing it was not compiled in.
To Reproduce
or:
Expected behavior
HEIC files should be listed in the import dialog, and should open in Darkroom
Which commit introduced the error
Flathub commit e373797d97926cd07de79dc754788a188ef6bd736dc7198c7b464487bf9f45de
Platform
Additional context
HEIC support was available in Flathub release e4c1a74e092a04300c463ed8d03dbeb4de4da8dada632470533d3e41c5b59d17, (Darktable 4.2.0) and downgrading to that release restores HEIC features.
Originally reported on the Darktable github as darktable-org/darktable#14120
The text was updated successfully, but these errors were encountered: