Bug 59287

Summary: unknown type name 'heif_bad_pixel'
Product: Sisyphus Reporter: Yuri N. Sedunov <aris>
Component: libheif-develAssignee: Valery Inozemtsev <shrek>
Status: RESOLVED FIXED QA Contact: qa-sisyphus
Severity: blocker    
Priority: P1 CC: shrek
Version: unstable   
Hardware: x86_64   
OS: Linux   

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)