pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 25 03:32:43 UTC 2026

Modified Files:
        pkgsrc/graphics/libheif: Makefile distinfo
Added Files:
        pkgsrc/graphics/libheif/patches:
            patch-libheif_api_libheif_heif__properties.h

Log Message:
libheif: add upstream bugfix

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/libheif/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/libheif/patches/patch-libheif_api_libheif_heif__properties.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libheif/Makefile
diff -u pkgsrc/graphics/libheif/Makefile:1.54 pkgsrc/graphics/libheif/Makefile:1.55
--- pkgsrc/graphics/libheif/Makefile:1.54       Sun May 24 18:01:14 2026
+++ pkgsrc/graphics/libheif/Makefile    Mon May 25 03:32:42 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2026/05/24 18:01:14 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2026/05/25 03:32:42 wiz Exp $
 
 DISTNAME=      libheif-1.22.0
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.45 pkgsrc/graphics/libheif/distinfo:1.46
--- pkgsrc/graphics/libheif/distinfo:1.45       Sun May 24 18:01:14 2026
+++ pkgsrc/graphics/libheif/distinfo    Mon May 25 03:32:42 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.45 2026/05/24 18:01:14 wiz Exp $
+$NetBSD: distinfo,v 1.46 2026/05/25 03:32:42 wiz Exp $
 
 BLAKE2s (libheif-1.22.0.tar.gz) = e9d6476e62ae54e3df9fd15f6ebf81388f0458397e656a2c5148e929d3624740
 SHA512 (libheif-1.22.0.tar.gz) = e58c017378154320cd4c4c4ad4d5fa54b09d3bd52de383e00d0ea5c34c9fe09525df0852205deca4a22c71b988b5be33dec1242b48a5333d70e4077629795abc
 Size (libheif-1.22.0.tar.gz) = 2043416 bytes
+SHA1 (patch-libheif_api_libheif_heif__properties.h) = 57722ca2c162158f33faee37d8021bbed7c04f47

Added files:

Index: pkgsrc/graphics/libheif/patches/patch-libheif_api_libheif_heif__properties.h
diff -u /dev/null pkgsrc/graphics/libheif/patches/patch-libheif_api_libheif_heif__properties.h:1.1
--- /dev/null   Mon May 25 03:32:43 2026
+++ pkgsrc/graphics/libheif/patches/patch-libheif_api_libheif_heif__properties.h        Mon May 25 03:32:43 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-libheif_api_libheif_heif__properties.h,v 1.1 2026/05/25 03:32:43 wiz Exp $
+
+heif_properties.h: fix "bad_pixels" type
+https://github.com/strukturag/libheif/commit/ef124f9988e57a06ad6d102c236d2bb4b82aef5d
+
+--- libheif/api/libheif/heif_properties.h.orig 2026-05-19 18:01:13.000000000 +0000
++++ libheif/api/libheif/heif_properties.h
+@@ -335,7 +335,7 @@ heif_error heif_image_add_sensor_bad_pixels_map(heif_i
+                                                  uint32_t num_bad_columns,
+                                                  const uint32_t* bad_columns,
+                                                  uint32_t num_bad_pixels,
+-                                                 const heif_bad_pixel* bad_pixels);
++                                                 const struct heif_bad_pixel* bad_pixels);
+ 
+ // Returns the number of sensor bad pixels maps on this image (0 if none).
+ LIBHEIF_API



Home | Main Index | Thread Index | Old Index