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: Thu Nov 7 10:56:44 UTC 2024
Modified Files:
pkgsrc/graphics/libheif: Makefile distinfo
Log Message:
libheif: update to 1.19.2.
fix DLL symbol export for non MSVC-compilers on Windows
fix running the unit tests from the build directory when building with plugins
switch to catch2 testing framework. We can now check for prerequisites at runtime and skip tests accordingly
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/libheif/Makefile
cvs rdiff -u -r1.30 -r1.31 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.35 pkgsrc/graphics/libheif/Makefile:1.36
--- pkgsrc/graphics/libheif/Makefile:1.35 Mon Nov 4 21:07:34 2024
+++ pkgsrc/graphics/libheif/Makefile Thu Nov 7 10:56:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/11/04 21:07:34 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/11/07 10:56:43 wiz Exp $
-DISTNAME= libheif-1.19.1
+DISTNAME= libheif-1.19.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=strukturag/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/strukturag/
COMMENT= HEIF and AVIF file format decoder and encoder library
LICENSE= gnu-lgpl-v3
+#TEST_DEPENDS+= catch2-[0-9]*:../../devel/catch2
+
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.30 pkgsrc/graphics/libheif/distinfo:1.31
--- pkgsrc/graphics/libheif/distinfo:1.30 Mon Nov 4 17:07:34 2024
+++ pkgsrc/graphics/libheif/distinfo Thu Nov 7 10:56:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2024/11/04 17:07:34 wiz Exp $
+$NetBSD: distinfo,v 1.31 2024/11/07 10:56:44 wiz Exp $
-BLAKE2s (libheif-1.19.1.tar.gz) = def9ac6324579bd8909cd1e770a8afd716d1647853f91a9385c2dfd67ec76745
-SHA512 (libheif-1.19.1.tar.gz) = a6c65521ff18db4fa9044edcfb64be5ff9725a44c24353f165bc90e01e466663c6ff027be5af3026d1b6b9b7a6015449de928b8f405319aaac870ce2b5ef87ed
-Size (libheif-1.19.1.tar.gz) = 1649119 bytes
+BLAKE2s (libheif-1.19.2.tar.gz) = ee4f75b2f84445d8555979ebc0e4b46d0b43262b3fb179ef02bd0ff239cfb3c4
+SHA512 (libheif-1.19.2.tar.gz) = fdb4753b57087c3dd8241b6d1378f36ea6c529e22a4b2bef3f87207676ca3aa85e123f49a8f286b15c5d8c6a7d4f38d82a1c75363e555bf2a75a81e4ce6635ab
+Size (libheif-1.19.2.tar.gz) = 1714527 bytes
Home |
Main Index |
Thread Index |
Old Index