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:           Sun Aug 11 06:40:35 UTC 2024

Modified Files:
        pkgsrc/graphics/libheif: Makefile PLIST distinfo

Log Message:
libheif: update to 1.18.2.

fixes:

fix regression that Exif orientation was not correctly reset when converting rotated HEIF (heif-dec)
swap Exif width/height when rotating image by 90 degrees
fix memory leak in OpenJPEG decoding plugin
pay attention to DESTDIR variable when installing heif-convert symlink


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libheif/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libheif/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/libheif/distinfo

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.29 pkgsrc/graphics/libheif/Makefile:1.30
--- pkgsrc/graphics/libheif/Makefile:1.29       Sun Jul 28 11:45:17 2024
+++ pkgsrc/graphics/libheif/Makefile    Sun Aug 11 06:40:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/07/28 11:45:17 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/08/11 06:40:35 wiz Exp $
 
-DISTNAME=      libheif-1.18.1
+DISTNAME=      libheif-1.18.2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/graphics/libheif/PLIST
diff -u pkgsrc/graphics/libheif/PLIST:1.5 pkgsrc/graphics/libheif/PLIST:1.6
--- pkgsrc/graphics/libheif/PLIST:1.5   Sun Jul 14 13:01:25 2024
+++ pkgsrc/graphics/libheif/PLIST       Sun Aug 11 06:40:35 2024
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2024/07/14 13:01:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/08/11 06:40:35 wiz Exp $
+bin/heif-convert
 bin/heif-dec
 bin/heif-enc
 bin/heif-info

Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.28 pkgsrc/graphics/libheif/distinfo:1.29
--- pkgsrc/graphics/libheif/distinfo:1.28       Sun Jul 28 11:45:17 2024
+++ pkgsrc/graphics/libheif/distinfo    Sun Aug 11 06:40:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/07/28 11:45:17 wiz Exp $
+$NetBSD: distinfo,v 1.29 2024/08/11 06:40:35 wiz Exp $
 
-BLAKE2s (libheif-1.18.1.tar.gz) = 9c0a0d00b97e3772ca2437a2337b4f700ff23c6e10683eb3e3005429455f1f5d
-SHA512 (libheif-1.18.1.tar.gz) = 0b37b834882af8368fc550e75245f4cf487c71a041833ba5e7887155e289e9c2058b41724524091347f297cfdec45b537796a97f4c43531aecf9f0a099753f41
-Size (libheif-1.18.1.tar.gz) = 1524386 bytes
+BLAKE2s (libheif-1.18.2.tar.gz) = ba946cdfc2d0e627460fd4a9589e02f6422772e44c3050e09e702df5f05e7137
+SHA512 (libheif-1.18.2.tar.gz) = 8fd47dbc8e31fdb6a972c852bc4e78440492ee3dd769e139f28ad489ccc23e6cf42a90cd23b16405fa30df3c7c43c78b2b65d5ca3ffb449bf06789b457ed3072
+Size (libheif-1.18.2.tar.gz) = 1525096 bytes



Home | Main Index | Thread Index | Old Index