guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: exiv2: Enable BMFF support.


From: guix-commits
Subject: 01/02: gnu: exiv2: Enable BMFF support.
Date: Wed, 16 Feb 2022 05:14:24 -0500 (EST)

lbraun pushed a commit to branch master
in repository guix.

commit 3cc763825896cc2d6df33ee1acc3f16a06234950
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Feb 16 10:44:10 2022 +0100

    gnu: exiv2: Enable BMFF support.
    
    * gnu/packages/image.scm (exiv2)[arguments]<configure-flags>: Enable BMFF.
---
 gnu/packages/image.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index f40ae12ccb..b9c780fa69 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1361,7 +1361,10 @@ channels.")
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "tests"
-       #:configure-flags (list "-DEXIV2_BUILD_UNIT_TESTS=ON")
+       #:configure-flags (list "-DEXIV2_BUILD_UNIT_TESTS=ON"
+                               ;; darktable needs BMFF to support
+                               ;; CR3 files.
+                               "-DEXIV2_ENABLE_BMFF=ON")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'delete-static-libraries



reply via email to

[Prev in Thread] Current Thread [Next in Thread]