pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/digikam



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  7 08:40:33 UTC 2023

Modified Files:
        pkgsrc/graphics/digikam: distinfo
Added Files:
        pkgsrc/graphics/digikam/patches: patch-core_app_DigikamCoreTarget.cmake
            patch-core_libs_metadataengine_CMakeLists.txt

Log Message:
digikam: fix build with exiv2 0.28.1


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/digikam/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/digikam/patches/patch-core_app_DigikamCoreTarget.cmake \
    pkgsrc/graphics/digikam/patches/patch-core_libs_metadataengine_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/digikam/distinfo
diff -u pkgsrc/graphics/digikam/distinfo:1.60 pkgsrc/graphics/digikam/distinfo:1.61
--- pkgsrc/graphics/digikam/distinfo:1.60       Tue Sep 26 21:22:36 2023
+++ pkgsrc/graphics/digikam/distinfo    Tue Nov  7 08:40:33 2023
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.60 2023/09/26 21:22:36 wiz Exp $
+$NetBSD: distinfo,v 1.61 2023/11/07 08:40:33 wiz Exp $
 
 BLAKE2s (digiKam-8.1.0.tar.xz) = ecfd2e49843ebcce2e1e9716febb7e5ccbb23d3e5dfb03d558b9892353d04d3a
 SHA512 (digiKam-8.1.0.tar.xz) = cbf5a776b4138f4f05d074721324b046dfa07ddc01259f569ae46c46a6d5b0b00824ef0962a09041081703348e4defecf15cff800b2c6cf5e04a0e7e963a3ef4
 Size (digiKam-8.1.0.tar.xz) = 35712348 bytes
+SHA1 (patch-core_app_DigikamCoreTarget.cmake) = eb5e304dc8462e5f6309c96710020a54058c4b48
+SHA1 (patch-core_libs_metadataengine_CMakeLists.txt) = bb3d88e93c8ba82f0e037a27f0c6a79acc28b1fb

Added files:

Index: pkgsrc/graphics/digikam/patches/patch-core_app_DigikamCoreTarget.cmake
diff -u /dev/null pkgsrc/graphics/digikam/patches/patch-core_app_DigikamCoreTarget.cmake:1.1
--- /dev/null   Tue Nov  7 08:40:33 2023
+++ pkgsrc/graphics/digikam/patches/patch-core_app_DigikamCoreTarget.cmake      Tue Nov  7 08:40:33 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-core_app_DigikamCoreTarget.cmake,v 1.1 2023/11/07 08:40:33 wiz Exp $
+
+Fix build with exiv2 0.28.1.
+
+--- core/app/DigikamCoreTarget.cmake.orig      2023-07-05 15:20:49.000000000 +0000
++++ core/app/DigikamCoreTarget.cmake
+@@ -151,7 +151,7 @@ target_link_libraries(digikamcore
+                       ${TIFF_LIBRARIES}
+                       PNG::PNG
+                       ${JPEG_LIBRARIES}
+-                      exiv2lib
++                      Exiv2::exiv2lib
+ 
+                       ${OPENMP_LDFLAGS}
+ 
Index: pkgsrc/graphics/digikam/patches/patch-core_libs_metadataengine_CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/digikam/patches/patch-core_libs_metadataengine_CMakeLists.txt:1.1
--- /dev/null   Tue Nov  7 08:40:33 2023
+++ pkgsrc/graphics/digikam/patches/patch-core_libs_metadataengine_CMakeLists.txt       Tue Nov  7 08:40:33 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-core_libs_metadataengine_CMakeLists.txt,v 1.1 2023/11/07 08:40:33 wiz Exp $
+
+Fix build with exiv2 0.28.1.
+
+--- core/libs/metadataengine/CMakeLists.txt.orig       2023-07-05 15:20:49.000000000 +0000
++++ core/libs/metadataengine/CMakeLists.txt
+@@ -112,7 +112,7 @@ include_directories(
+     $<TARGET_PROPERTY:KF5::ConfigCore,INTERFACE_INCLUDE_DIRECTORIES>
+     $<TARGET_PROPERTY:KF5::I18n,INTERFACE_INCLUDE_DIRECTORIES>
+ 
+-    $<TARGET_PROPERTY:exiv2lib,INTERFACE_INCLUDE_DIRECTORIES>
++    $<TARGET_PROPERTY:Exiv2::exiv2lib,INTERFACE_INCLUDE_DIRECTORIES>
+ )
+ 
+ # Used by digikamcore



Home | Main Index | Thread Index | Old Index