Bug 59287 - unknown type name 'heif_bad_pixel'
Summary: unknown type name 'heif_bad_pixel'
Status: RESOLVED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libheif-devel (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P1 blocker
Assignee: Valery Inozemtsev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-05-21 09:35 MSK by Yuri N. Sedunov
Modified: 2026-05-21 11:10 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri N. Sedunov 2026-05-21 09:35:33 MSK
с libheif-devel-1.22.0 ломается сборка darktable:

/usr/include/libheif/heif_properties.h:338:56: error: unknown type name 'heif_bad_pixel'
  338 |                                                  const heif_bad_pixel* bad_pixels);
      |                                                        ^~~~~~~~~~~~~~

В апстриме исправлено:
https://github.com/strukturag/libheif/commit/ef124f9988e57a06ad6d102c236d2bb4b82aef5d
Comment 1 Repository Robot 2026-05-21 11:10:04 MSK
libheif-1.22.0-alt2 -> sisyphus:

Thu May 21 2026 Valery Inozemtsev <shrek@altlinux.ru> 1.22.0-alt2
- enabled vvdec, vvenc
- upstream: fix "bad_pixels" type (closes: #59287)