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 Apr 3 09:21:45 UTC 2025
Modified Files:
pkgsrc/graphics/libheif: distinfo
pkgsrc/graphics/libheif/patches: patch-CMakeLists.txt
Log Message:
libheif: update comment
c++20 is only needed when WITH_UNCOMPRESSED_CODEC is ON (default off),
per upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libheif/patches/patch-CMakeLists.txt
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/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.37 pkgsrc/graphics/libheif/distinfo:1.38
--- pkgsrc/graphics/libheif/distinfo:1.37 Thu Apr 3 07:10:25 2025
+++ pkgsrc/graphics/libheif/distinfo Thu Apr 3 09:21:45 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2025/04/03 07:10:25 wiz Exp $
+$NetBSD: distinfo,v 1.38 2025/04/03 09:21:45 wiz Exp $
BLAKE2s (libheif-1.19.7.tar.gz) = 06aee431a1d9184e21c91fabc5dacbedd49592df8c14fa9611190996f71960e2
SHA512 (libheif-1.19.7.tar.gz) = b0c3226c528daf78d8e8f73b5a07b9104e3ff036c553a66fdd0ca494380d8fb03c799241f0ea66b5f7e42d4fec87d186571f2aae9ac4820ffd7ff76d704f487b
Size (libheif-1.19.7.tar.gz) = 1717186 bytes
-SHA1 (patch-CMakeLists.txt) = 913b6dcce2ff76652c8c24fc102eae78c6bb8ef4
+SHA1 (patch-CMakeLists.txt) = 24b435548576cb8ca9c1200209e34fba9a0831c6
Index: pkgsrc/graphics/libheif/patches/patch-CMakeLists.txt
diff -u pkgsrc/graphics/libheif/patches/patch-CMakeLists.txt:1.2 pkgsrc/graphics/libheif/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/graphics/libheif/patches/patch-CMakeLists.txt:1.2 Thu Apr 3 07:10:26 2025
+++ pkgsrc/graphics/libheif/patches/patch-CMakeLists.txt Thu Apr 3 09:21:45 2025
@@ -1,6 +1,6 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2025/04/03 07:10:26 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2025/04/03 09:21:45 wiz Exp $
-Only c++17 is needed.
+Only c++17 is needed when WITH_UNCOMPRESSED_CODEC is OFF (default as of 1.19.7).
https://github.com/strukturag/libheif/issues/1500
--- CMakeLists.txt.orig 2025-03-03 11:00:24.000000000 +0000
Home |
Main Index |
Thread Index |
Old Index